Pull request #41728 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at b9a3a51ac562b40f658645db1a34bedb894edddf rather than 35639d804dfaf80e94a6a4fbcb87d11926087111 Obtained Jenkinsfile from b9a3a51ac562b40f658645db1a34bedb894edddf 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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 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 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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-11-30T03:14:34.119Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-11-30T03:14:34.122Z] Trying to pass milestone 2 [Pipeline] milestone [2020-11-30T03:14:34.172Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-11-30T03:14:34.312Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e25447231c558776) in /home/ubuntu/workspace/moby_PR-41728 [Pipeline] { [Pipeline] checkout [2020-11-30T03:14:34.382Z] using credential docker-jenkins-github-credentials [2020-11-30T03:14:34.400Z] Fetching changes from the remote Git repository [2020-11-30T03:14:34.437Z] Fetching without tags [2020-11-30T03:14:34.753Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:34.989Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:34.989Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:14:35.087Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:14:34.390Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-30T03:14:34.403Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:14:34.440Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:14:34.440Z] > git --version # timeout=10 [2020-11-30T03:14:34.445Z] > git --version # 'git version 2.17.1' [2020-11-30T03:14:34.446Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:34.477Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:34.757Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:34.762Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:34.863Z] > git remote # timeout=10 [2020-11-30T03:14:34.869Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:14:34.875Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:34.958Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:14:34.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:14:34.993Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:34.999Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:35.091Z] > git rev-list --no-walk bcc7b03cbb1ff0acb9bc236418ccbba6ac364d37 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-30T03:14:35.827Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41728:/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-11-30T03:14:39.140Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-11-30T03:14:39.641Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e25447231c558776) in /home/ubuntu/workspace/moby_PR-41728 [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) [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] checkout [Pipeline] // stage [2020-11-30T03:14:39.714Z] using credential docker-jenkins-github-credentials [2020-11-30T03:14:39.721Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-41728 [Pipeline] // stage [2020-11-30T03:14:39.731Z] Fetching changes from the remote Git repository [2020-11-30T03:14:39.736Z] Running on ppc64le-ubuntu-24 in /home/docker/workspace/moby_PR-41728 [Pipeline] // stage [2020-11-30T03:14:39.753Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [2020-11-30T03:14:39.723Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-11-30T03:14:39.740Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:14:39.757Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:14:39.757Z] > git --version # timeout=10 [2020-11-30T03:14:39.768Z] > git --version # 'git version 2.17.1' [2020-11-30T03:14:39.769Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:39.769Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [2020-11-30T03:14:39.855Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2020-11-30T03:14:39.870Z] Cloning the remote Git repository [2020-11-30T03:14:39.870Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-11-30T03:14:40.005Z] using credential docker-jenkins-github-credentials [2020-11-30T03:14:40.021Z] Cloning the remote Git repository [2020-11-30T03:14:40.021Z] Cloning with configured refspecs honoured and without tags [2020-11-30T03:14:40.097Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:40.202Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:40.203Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:14:40.274Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:14:40.102Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:40.109Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:40.178Z] > git remote # timeout=10 [2020-11-30T03:14:40.183Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:14:40.186Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:40.187Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:14:40.197Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:14:40.206Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:40.211Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-30T03:14:39.877Z] Cloning repository https://github.com/moby/moby.git [2020-11-30T03:14:39.877Z] > git init /home/jenkins/workspace/moby_PR-41728 # timeout=10 [2020-11-30T03:14:39.880Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:14:39.880Z] > git --version # timeout=10 [2020-11-30T03:14:39.882Z] > git --version # 'git version 2.17.1' [2020-11-30T03:14:39.882Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:39.882Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:40.031Z] Cloning repository https://github.com/moby/moby.git [2020-11-30T03:14:40.048Z] > git init /home/docker/workspace/moby_PR-41728 # timeout=10 [2020-11-30T03:14:40.056Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:14:40.056Z] > git --version # timeout=10 [2020-11-30T03:14:40.058Z] > git --version # 'git version 2.7.4' [2020-11-30T03:14:40.059Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:40.060Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:41.005Z] + [ PR != PR ] [2020-11-30T03:14:41.005Z] + [ master != master ] [2020-11-30T03:14:41.005Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-30T03:14:41.363Z] + docker version [2020-11-30T03:14:41.363Z] Client: Docker Engine - Community [2020-11-30T03:14:41.363Z] Version: 19.03.13 [2020-11-30T03:14:41.363Z] API version: 1.40 [2020-11-30T03:14:41.363Z] Go version: go1.13.15 [2020-11-30T03:14:41.363Z] Git commit: 4484c46d9d [2020-11-30T03:14:41.363Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-30T03:14:41.363Z] OS/Arch: linux/amd64 [2020-11-30T03:14:41.363Z] Experimental: false [2020-11-30T03:14:41.363Z] [2020-11-30T03:14:41.363Z] Server: Docker Engine - Community [2020-11-30T03:14:41.363Z] Engine: [2020-11-30T03:14:41.363Z] Version: 19.03.13 [2020-11-30T03:14:41.363Z] API version: 1.40 (minimum version 1.12) [2020-11-30T03:14:41.363Z] Go version: go1.13.15 [2020-11-30T03:14:41.363Z] Git commit: 4484c46d9d [2020-11-30T03:14:41.363Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-30T03:14:41.363Z] OS/Arch: linux/amd64 [2020-11-30T03:14:41.363Z] Experimental: true [2020-11-30T03:14:41.363Z] containerd: [2020-11-30T03:14:41.363Z] Version: 1.3.7 [2020-11-30T03:14:41.363Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:14:41.363Z] runc: [2020-11-30T03:14:41.363Z] Version: 1.0.0-rc10 [2020-11-30T03:14:41.363Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:14:41.363Z] docker-init: [2020-11-30T03:14:41.363Z] Version: 0.18.0 [2020-11-30T03:14:41.363Z] GitCommit: fec3683 [Pipeline] sh [2020-11-30T03:14:41.652Z] + docker info [2020-11-30T03:14:49.884Z] Fetching without tags [2020-11-30T03:14:50.202Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:50.704Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:50.705Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:14:49.859Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:14:49.861Z] > git config --add remote.origin.fetch +refs/pull/41728/head:refs/remotes/origin/PR-41728 # timeout=10 [2020-11-30T03:14:49.862Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:49.875Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:14:49.890Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:14:49.891Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:49.891Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:50.208Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:50.210Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:50.671Z] > git remote # timeout=10 [2020-11-30T03:14:50.675Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:14:50.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:50.680Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:14:50.696Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:14:50.711Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:50.712Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:51.160Z] Commit message: "Add feature: remove spare network url" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-30T03:14:51.988Z] + docker version [2020-11-30T03:14:51.988Z] Client: Docker Engine - Community [2020-11-30T03:14:51.988Z] Version: 19.03.7 [2020-11-30T03:14:51.988Z] API version: 1.40 [2020-11-30T03:14:51.988Z] Go version: go1.12.17 [2020-11-30T03:14:51.988Z] Git commit: 7141c199a2 [2020-11-30T03:14:51.988Z] Built: Sat Mar 7 16:48:47 2020 [2020-11-30T03:14:51.988Z] OS/Arch: linux/s390x [2020-11-30T03:14:51.988Z] Experimental: false [2020-11-30T03:14:51.988Z] [2020-11-30T03:14:51.988Z] Server: Docker Engine - Community [2020-11-30T03:14:51.988Z] Engine: [2020-11-30T03:14:51.988Z] Version: 19.03.7 [2020-11-30T03:14:51.988Z] API version: 1.40 (minimum version 1.12) [2020-11-30T03:14:51.988Z] Go version: go1.12.17 [2020-11-30T03:14:51.988Z] Git commit: 7141c199a2 [2020-11-30T03:14:51.988Z] Built: Sat Mar 7 16:47:46 2020 [2020-11-30T03:14:51.988Z] OS/Arch: linux/s390x [2020-11-30T03:14:51.988Z] Experimental: true [2020-11-30T03:14:51.988Z] containerd: [2020-11-30T03:14:51.988Z] Version: 1.2.13 [2020-11-30T03:14:51.988Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-30T03:14:51.988Z] runc: [2020-11-30T03:14:51.988Z] Version: 1.0.0-rc10 [2020-11-30T03:14:51.988Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:14:51.988Z] docker-init: [2020-11-30T03:14:51.988Z] Version: 0.18.0 [2020-11-30T03:14:51.988Z] GitCommit: fec3683 [Pipeline] sh [2020-11-30T03:14:52.369Z] + docker info [2020-11-30T03:14:52.369Z] Client: [2020-11-30T03:14:52.369Z] Debug Mode: false [2020-11-30T03:14:52.369Z] [2020-11-30T03:14:52.369Z] Server: [2020-11-30T03:14:52.369Z] Containers: 0 [2020-11-30T03:14:52.369Z] Running: 0 [2020-11-30T03:14:52.369Z] Paused: 0 [2020-11-30T03:14:52.369Z] Stopped: 0 [2020-11-30T03:14:52.369Z] Images: 0 [2020-11-30T03:14:52.369Z] Server Version: 19.03.7 [2020-11-30T03:14:52.369Z] Storage Driver: overlay2 [2020-11-30T03:14:52.369Z] Backing Filesystem: [2020-11-30T03:14:52.369Z] Supports d_type: true [2020-11-30T03:14:52.369Z] Native Overlay Diff: true [2020-11-30T03:14:52.369Z] Logging Driver: json-file [2020-11-30T03:14:52.369Z] Cgroup Driver: cgroupfs [2020-11-30T03:14:52.369Z] Plugins: [2020-11-30T03:14:52.369Z] Volume: local [2020-11-30T03:14:52.369Z] Network: bridge host ipvlan macvlan null overlay [2020-11-30T03:14:52.369Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-30T03:14:52.369Z] Swarm: inactive [2020-11-30T03:14:52.369Z] Runtimes: runc [2020-11-30T03:14:52.369Z] Default Runtime: runc [2020-11-30T03:14:52.369Z] Init Binary: docker-init [2020-11-30T03:14:52.369Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-11-30T03:14:52.369Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:14:52.369Z] init version: fec3683 [2020-11-30T03:14:52.369Z] Security Options: [2020-11-30T03:14:52.369Z] apparmor [2020-11-30T03:14:52.369Z] seccomp [2020-11-30T03:14:52.369Z] Profile: default [2020-11-30T03:14:52.369Z] Kernel Version: 4.15.0-91-generic [2020-11-30T03:14:52.369Z] Operating System: Ubuntu 18.04.4 LTS [2020-11-30T03:14:52.369Z] OSType: linux [2020-11-30T03:14:52.369Z] Architecture: s390x [2020-11-30T03:14:52.369Z] CPUs: 2 [2020-11-30T03:14:52.369Z] Total Memory: 7.861GiB [2020-11-30T03:14:52.369Z] Name: s390x-ubuntu-03 [2020-11-30T03:14:52.369Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-11-30T03:14:52.369Z] Docker Root Dir: /var/lib/docker [2020-11-30T03:14:52.369Z] Debug Mode: false [2020-11-30T03:14:52.369Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:14:52.369Z] Labels: [2020-11-30T03:14:52.369Z] Experimental: true [2020-11-30T03:14:52.369Z] Insecure Registries: [2020-11-30T03:14:52.369Z] 127.0.0.0/8 [2020-11-30T03:14:52.369Z] Live Restore Enabled: false [2020-11-30T03:14:52.369Z] [2020-11-30T03:14:52.369Z] WARNING: No swap limit support [Pipeline] sh [2020-11-30T03:14:52.750Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:14:52.750Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:14:52.750Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41728/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-30T03:14:52.750Z] + bash /home/jenkins/workspace/moby_PR-41728/check-config.sh [2020-11-30T03:14:52.750Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-30T03:14:52.750Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-11-30T03:14:52.750Z] [2020-11-30T03:14:52.750Z] Generally Necessary: [2020-11-30T03:14:52.750Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-30T03:14:52.750Z] - apparmor: enabled and tools installed [2020-11-30T03:14:52.750Z] - CONFIG_NAMESPACES: enabled [2020-11-30T03:14:52.750Z] - CONFIG_NET_NS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_PID_NS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_IPC_NS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_UTS_NS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_CGROUPS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-30T03:14:52.750Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-30T03:14:52.750Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-30T03:14:52.750Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-30T03:14:52.750Z] - CONFIG_CPUSETS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_MEMCG: enabled [2020-11-30T03:14:52.750Z] - CONFIG_KEYS: enabled [2020-11-30T03:14:52.750Z] - CONFIG_VETH: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-30T03:14:53.042Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-30T03:14:53.042Z] [2020-11-30T03:14:53.042Z] Optional Features: [2020-11-30T03:14:53.042Z] - CONFIG_USER_NS: enabled [2020-11-30T03:14:53.042Z] - CONFIG_SECCOMP: enabled [2020-11-30T03:14:53.042Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-30T03:14:53.042Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-30T03:14:53.042Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-30T03:14:53.042Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-30T03:14:53.042Z] - CONFIG_BLK_CGROUP: enabled [2020-11-30T03:14:53.042Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-30T03:14:53.042Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-30T03:14:53.042Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-30T03:14:53.042Z] - CONFIG_CGROUP_PERF: enabled [2020-11-30T03:14:53.042Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-30T03:14:53.042Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-30T03:14:53.042Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-30T03:14:53.042Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-30T03:14:53.042Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-30T03:14:53.042Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_IP_VS: enabled (as module) [2020-11-30T03:14:53.042Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-30T03:14:53.043Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-30T03:14:53.043Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-30T03:14:53.043Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_EXT4_FS: enabled [2020-11-30T03:14:53.043Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-30T03:14:53.043Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-30T03:14:53.043Z] - Network Drivers: [2020-11-30T03:14:53.043Z] - "overlay": [2020-11-30T03:14:53.043Z] - CONFIG_VXLAN: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-30T03:14:53.043Z] Optional (for encrypted networks): [2020-11-30T03:14:53.043Z] - CONFIG_CRYPTO: enabled [2020-11-30T03:14:53.043Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-30T03:14:53.043Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-30T03:14:53.043Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-30T03:14:53.043Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-30T03:14:53.043Z] - CONFIG_XFRM: enabled [2020-11-30T03:14:53.043Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-30T03:14:53.043Z] - "ipvlan": [2020-11-30T03:14:53.043Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-30T03:14:53.043Z] - "macvlan": [2020-11-30T03:14:53.043Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_DUMMY: enabled (as module) [2020-11-30T03:14:53.043Z] - "ftp,tftp client in container": [2020-11-30T03:14:53.043Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-30T03:14:53.043Z] - Storage Drivers: [2020-11-30T03:14:53.043Z] - "aufs": [2020-11-30T03:14:53.043Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-30T03:14:53.043Z] - "btrfs": [2020-11-30T03:14:53.043Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-30T03:14:53.043Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-30T03:14:53.043Z] - "devicemapper": [2020-11-30T03:14:53.043Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-30T03:14:53.043Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-30T03:14:53.043Z] - "overlay": [2020-11-30T03:14:53.043Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-30T03:14:53.043Z] - "zfs": [2020-11-30T03:14:53.043Z] - /dev/zfs: missing [2020-11-30T03:14:53.043Z] - zfs command: missing [2020-11-30T03:14:53.043Z] - zpool command: missing [2020-11-30T03:14:53.043Z] [2020-11-30T03:14:53.043Z] Limits: [2020-11-30T03:14:53.043Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-30T03:14:53.043Z] [2020-11-30T03:14:53.043Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-30T03:14:53.476Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:35639d804dfaf80e94a6a4fbcb87d11926087111 . [2020-11-30T03:14:53.476Z] #2 [internal] load .dockerignore [2020-11-30T03:14:53.476Z] #2 transferring context: 87B done [2020-11-30T03:14:53.476Z] #2 DONE 0.0s [2020-11-30T03:14:53.476Z] [2020-11-30T03:14:53.476Z] #1 [internal] load build definition from Dockerfile [2020-11-30T03:14:53.476Z] #1 transferring dockerfile: 16.58kB done [2020-11-30T03:14:53.476Z] #1 DONE 0.0s [2020-11-30T03:14:53.476Z] [2020-11-30T03:14:53.476Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-30T03:14:53.781Z] #3 DONE 0.2s [2020-11-30T03:14:53.781Z] [2020-11-30T03:14:53.781Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-30T03:14:53.781Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-30T03:14:53.781Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-11-30T03:14:53.781Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.0s [2020-11-30T03:14:53.781Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-30T03:14:53.781Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-11-30T03:14:53.781Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 4.15MB / 8.88MB 0.1s [2020-11-30T03:14:54.073Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-11-30T03:14:54.073Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-11-30T03:14:54.365Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-11-30T03:14:54.365Z] #4 DONE 0.6s [2020-11-30T03:14:54.641Z] Still waiting to schedule task [2020-11-30T03:14:54.641Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e25447231c558776)’ [2020-11-30T03:14:54.642Z] Still waiting to schedule task [2020-11-30T03:14:54.642Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e25447231c558776)’ [2020-11-30T03:14:54.647Z] Still waiting to schedule task [2020-11-30T03:14:54.647Z] All nodes of label ‘arm64&&linux’ are offline [2020-11-30T03:14:54.649Z] Still waiting to schedule task [2020-11-30T03:14:54.649Z] All nodes of label ‘windows-2019’ are offline [2020-11-30T03:14:54.657Z] [2020-11-30T03:14:54.657Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-30T03:14:54.657Z] #5 DONE 0.1s [2020-11-30T03:14:54.657Z] [2020-11-30T03:14:54.657Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:14:54.949Z] #7 ... [2020-11-30T03:14:54.949Z] [2020-11-30T03:14:54.949Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:14:54.949Z] #6 DONE 0.1s [2020-11-30T03:14:54.949Z] [2020-11-30T03:14:54.949Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:14:55.241Z] #7 DONE 0.6s [2020-11-30T03:14:55.241Z] [2020-11-30T03:14:55.241Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:14:55.241Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-30T03:14:55.241Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2020-11-30T03:14:55.241Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-30T03:14:55.241Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2020-11-30T03:14:55.540Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.53MB / 102.23MB 0.1s [2020-11-30T03:14:55.540Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 0.1s done [2020-11-30T03:14:55.540Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 10.34MB / 102.23MB 0.3s [2020-11-30T03:14:55.835Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 16.69MB / 102.23MB 0.5s [2020-11-30T03:14:56.132Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 22.45MB / 102.23MB 0.6s [2020-11-30T03:14:56.132Z] #8 ... [2020-11-30T03:14:56.132Z] [2020-11-30T03:14:56.132Z] #21 [internal] load build context [2020-11-30T03:14:56.132Z] #21 transferring context: 52.35MB 0.9s done [2020-11-30T03:14:56.132Z] #21 DONE 0.9s [2020-11-30T03:14:56.132Z] [2020-11-30T03:14:56.132Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:14:56.132Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 36.45MB / 102.23MB 0.9s [2020-11-30T03:14:56.472Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 42.22MB / 102.23MB 1.0s [2020-11-30T03:14:56.472Z] #8 ... [2020-11-30T03:14:56.472Z] [2020-11-30T03:14:56.472Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-30T03:14:56.472Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-30T03:14:56.472Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-30T03:14:56.472Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-30T03:14:56.472Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2020-11-30T03:14:56.472Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done [2020-11-30T03:14:56.472Z] #60 DONE 1.2s [2020-11-30T03:14:56.472Z] [2020-11-30T03:14:56.472Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:14:56.472Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 52.61MB / 102.23MB 1.2s [2020-11-30T03:14:56.766Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 59.24MB / 102.23MB 1.3s [2020-11-30T03:14:56.766Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 68.40MB / 102.23MB 1.4s [2020-11-30T03:14:56.766Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 77.77MB / 102.23MB 1.5s [2020-11-30T03:14:57.061Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 87.94MB / 102.23MB 1.6s [2020-11-30T03:14:57.061Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 98.38MB / 102.23MB 1.7s [2020-11-30T03:14:57.353Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 1.9s done [2020-11-30T03:14:57.646Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2020-11-30T03:14:57.781Z] Fetching without tags [2020-11-30T03:14:58.177Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:59.066Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:14:59.066Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:14:59.159Z] #8 ... [2020-11-30T03:14:59.160Z] [2020-11-30T03:14:59.160Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:14:59.160Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done [2020-11-30T03:14:59.160Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done [2020-11-30T03:14:59.160Z] #24 sha256:c6e9d1cc81de21cb5f3ef4aa0467066305eca988f94869f891a8ba9bc9995430 529B / 529B done [2020-11-30T03:14:59.160Z] #24 sha256:35d0b7d4356aeddc7350da7086070d7a525759a368ce8f1ee166510b0be6922e 1.46kB / 1.46kB done [2020-11-30T03:14:59.160Z] #24 sha256:6e95a7d20e6bbf957d2bb5912f19784daba6953d8afac5562453108dd45940e1 48.97MB / 48.97MB 1.3s done [2020-11-30T03:14:59.160Z] #24 extracting sha256:6e95a7d20e6bbf957d2bb5912f19784daba6953d8afac5562453108dd45940e1 2.2s done [2020-11-30T03:14:59.160Z] #24 DONE 3.9s [2020-11-30T03:14:59.160Z] [2020-11-30T03:14:59.160Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:14:57.752Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:14:57.755Z] > git config --add remote.origin.fetch +refs/pull/41728/head:refs/remotes/origin/PR-41728 # timeout=10 [2020-11-30T03:14:57.758Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:57.773Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:14:57.788Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:14:57.788Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:57.789Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:14:58.184Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:58.186Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:59.029Z] > git remote # timeout=10 [2020-11-30T03:14:59.032Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:14:59.035Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:14:59.036Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:14:59.058Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:14:59.073Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:14:59.076Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:14:59.768Z] Client: [2020-11-30T03:14:59.768Z] Debug Mode: false [2020-11-30T03:14:59.768Z] [2020-11-30T03:14:59.768Z] Server: [2020-11-30T03:14:59.768Z] Containers: 0 [2020-11-30T03:14:59.768Z] Running: 0 [2020-11-30T03:14:59.768Z] Paused: 0 [2020-11-30T03:14:59.768Z] Stopped: 0 [2020-11-30T03:14:59.768Z] Images: 1 [2020-11-30T03:14:59.768Z] Server Version: 19.03.13 [2020-11-30T03:14:59.768Z] Storage Driver: overlay2 [2020-11-30T03:14:59.768Z] Backing Filesystem: extfs [2020-11-30T03:14:59.768Z] Supports d_type: true [2020-11-30T03:14:59.768Z] Native Overlay Diff: true [2020-11-30T03:14:59.768Z] Logging Driver: json-file [2020-11-30T03:14:59.768Z] Cgroup Driver: cgroupfs [2020-11-30T03:14:59.768Z] Plugins: [2020-11-30T03:14:59.768Z] Volume: local [2020-11-30T03:14:59.768Z] Network: bridge host ipvlan macvlan null overlay [2020-11-30T03:14:59.768Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-30T03:14:59.768Z] Swarm: inactive [2020-11-30T03:14:59.768Z] Runtimes: runc [2020-11-30T03:14:59.768Z] Default Runtime: runc [2020-11-30T03:14:59.768Z] Init Binary: docker-init [2020-11-30T03:14:59.768Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:14:59.768Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:14:59.768Z] init version: fec3683 [2020-11-30T03:14:59.768Z] Security Options: [2020-11-30T03:14:59.768Z] apparmor [2020-11-30T03:14:59.768Z] seccomp [2020-11-30T03:14:59.768Z] Profile: default [2020-11-30T03:14:59.768Z] Kernel Version: 5.4.0-1025-aws [2020-11-30T03:14:59.768Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-30T03:14:59.768Z] OSType: linux [2020-11-30T03:14:59.768Z] Architecture: x86_64 [2020-11-30T03:14:59.768Z] CPUs: 2 [2020-11-30T03:14:59.768Z] Total Memory: 7.569GiB [2020-11-30T03:14:59.768Z] Name: ip-10-100-46-253 [2020-11-30T03:14:59.768Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-30T03:14:59.768Z] Docker Root Dir: /var/lib/docker [2020-11-30T03:14:59.768Z] Debug Mode: false [2020-11-30T03:14:59.768Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:14:59.768Z] Labels: [2020-11-30T03:14:59.768Z] Experimental: true [2020-11-30T03:14:59.768Z] Insecure Registries: [2020-11-30T03:14:59.768Z] 127.0.0.0/8 [2020-11-30T03:14:59.768Z] Live Restore Enabled: true [2020-11-30T03:14:59.768Z] [2020-11-30T03:14:59.768Z] WARNING: No swap limit support [Pipeline] sh [2020-11-30T03:15:00.060Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:15:00.060Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:15:00.060Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41728/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-30T03:15:00.060Z] + bash /home/ubuntu/workspace/moby_PR-41728/check-config.sh [2020-11-30T03:15:00.060Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-30T03:15:00.060Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-30T03:15:00.060Z] [2020-11-30T03:15:00.060Z] Generally Necessary: [2020-11-30T03:15:00.060Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-30T03:15:00.060Z] - apparmor: enabled and tools installed [2020-11-30T03:15:00.060Z] - CONFIG_NAMESPACES: enabled [2020-11-30T03:15:00.060Z] - CONFIG_NET_NS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_PID_NS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_IPC_NS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_UTS_NS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_CGROUPS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-30T03:15:00.060Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-30T03:15:00.060Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-30T03:15:00.060Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-30T03:15:00.060Z] - CONFIG_CPUSETS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_MEMCG: enabled [2020-11-30T03:15:00.060Z] - CONFIG_KEYS: enabled [2020-11-30T03:15:00.060Z] - CONFIG_VETH: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-30T03:15:00.060Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-30T03:15:00.060Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-30T03:15:00.118Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:15:00.322Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-30T03:15:00.322Z] [2020-11-30T03:15:00.322Z] Optional Features: [2020-11-30T03:15:00.322Z] - CONFIG_USER_NS: enabled [2020-11-30T03:15:00.322Z] - CONFIG_SECCOMP: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-30T03:15:00.322Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-30T03:15:00.322Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-30T03:15:00.322Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-30T03:15:00.322Z] - CONFIG_BLK_CGROUP: enabled [2020-11-30T03:15:00.322Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-30T03:15:00.322Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-30T03:15:00.322Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-30T03:15:00.322Z] - CONFIG_CGROUP_PERF: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-30T03:15:00.322Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-30T03:15:00.322Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-30T03:15:00.322Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-30T03:15:00.322Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_IP_VS: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-30T03:15:00.322Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-30T03:15:00.322Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-30T03:15:00.322Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_EXT4_FS: enabled [2020-11-30T03:15:00.322Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-30T03:15:00.322Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-30T03:15:00.322Z] - Network Drivers: [2020-11-30T03:15:00.322Z] - "overlay": [2020-11-30T03:15:00.322Z] - CONFIG_VXLAN: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-30T03:15:00.322Z] Optional (for encrypted networks): [2020-11-30T03:15:00.322Z] - CONFIG_CRYPTO: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-30T03:15:00.322Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-30T03:15:00.322Z] - CONFIG_XFRM: enabled [2020-11-30T03:15:00.322Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-30T03:15:00.322Z] - "ipvlan": [2020-11-30T03:15:00.322Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-30T03:15:00.322Z] - "macvlan": [2020-11-30T03:15:00.322Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_DUMMY: enabled (as module) [2020-11-30T03:15:00.322Z] - "ftp,tftp client in container": [2020-11-30T03:15:00.322Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-30T03:15:00.322Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-30T03:15:00.322Z] - Storage Drivers: [2020-11-30T03:15:00.322Z] - "aufs": [2020-11-30T03:15:00.322Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-30T03:15:00.322Z] - "btrfs": [2020-11-30T03:15:00.583Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-30T03:15:00.583Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-30T03:15:00.583Z] - "devicemapper": [2020-11-30T03:15:00.583Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-30T03:15:00.583Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-30T03:15:00.583Z] - "overlay": [2020-11-30T03:15:00.583Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-30T03:15:00.583Z] - "zfs": [2020-11-30T03:15:00.583Z] - /dev/zfs: present [2020-11-30T03:15:00.583Z] - zfs command: missing [2020-11-30T03:15:00.583Z] - zpool command: missing [2020-11-30T03:15:00.583Z] [2020-11-30T03:15:00.583Z] Limits: [2020-11-30T03:15:00.583Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-30T03:15:00.583Z] [2020-11-30T03:15:00.583Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2020-11-30T03:15:01.014Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:35639d804dfaf80e94a6a4fbcb87d11926087111 . [2020-11-30T03:15:01.014Z] #2 [internal] load .dockerignore [2020-11-30T03:15:01.014Z] #2 transferring context: 87B 0.0s done [2020-11-30T03:15:01.014Z] #2 DONE 0.1s [2020-11-30T03:15:01.014Z] [2020-11-30T03:15:01.014Z] #1 [internal] load build definition from Dockerfile [2020-11-30T03:15:01.014Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-11-30T03:15:01.014Z] #1 DONE 0.1s [2020-11-30T03:15:01.014Z] [2020-11-30T03:15:01.014Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-30T03:15:01.140Z] + docker version [2020-11-30T03:15:01.140Z] Client: [2020-11-30T03:15:01.140Z] Version: 18.06.1-ce [2020-11-30T03:15:01.140Z] API version: 1.38 [2020-11-30T03:15:01.140Z] Go version: go1.10.3 [2020-11-30T03:15:01.140Z] Git commit: e68fc7a [2020-11-30T03:15:01.140Z] Built: Tue Aug 21 17:26:10 2018 [2020-11-30T03:15:01.140Z] OS/Arch: linux/ppc64le [2020-11-30T03:15:01.140Z] Experimental: false [2020-11-30T03:15:01.140Z] [2020-11-30T03:15:01.140Z] Server: [2020-11-30T03:15:01.140Z] Engine: [2020-11-30T03:15:01.140Z] Version: 18.06.1-ce [2020-11-30T03:15:01.140Z] API version: 1.38 (minimum version 1.12) [2020-11-30T03:15:01.140Z] Go version: go1.10.3 [2020-11-30T03:15:01.140Z] Git commit: e68fc7a [2020-11-30T03:15:01.140Z] Built: Tue Aug 21 17:24:20 2018 [2020-11-30T03:15:01.140Z] OS/Arch: linux/ppc64le [2020-11-30T03:15:01.140Z] Experimental: true [Pipeline] sh [2020-11-30T03:15:01.530Z] + docker info [2020-11-30T03:15:01.530Z] Containers: 0 [2020-11-30T03:15:01.530Z] Running: 0 [2020-11-30T03:15:01.530Z] Paused: 0 [2020-11-30T03:15:01.530Z] Stopped: 0 [2020-11-30T03:15:01.530Z] Images: 0 [2020-11-30T03:15:01.530Z] Server Version: 18.06.1-ce [2020-11-30T03:15:01.530Z] Storage Driver: overlay2 [2020-11-30T03:15:01.530Z] Backing Filesystem: extfs [2020-11-30T03:15:01.530Z] Supports d_type: true [2020-11-30T03:15:01.530Z] Native Overlay Diff: true [2020-11-30T03:15:01.530Z] Logging Driver: json-file [2020-11-30T03:15:01.530Z] Cgroup Driver: cgroupfs [2020-11-30T03:15:01.530Z] Plugins: [2020-11-30T03:15:01.530Z] Volume: local [2020-11-30T03:15:01.530Z] Network: bridge host ipvlan macvlan null overlay [2020-11-30T03:15:01.530Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-11-30T03:15:01.530Z] Swarm: inactive [2020-11-30T03:15:01.530Z] Runtimes: runc [2020-11-30T03:15:01.530Z] Default Runtime: runc [2020-11-30T03:15:01.530Z] Init Binary: docker-init [2020-11-30T03:15:01.530Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-11-30T03:15:01.530Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-11-30T03:15:01.530Z] init version: fec3683 [2020-11-30T03:15:01.530Z] Security Options: [2020-11-30T03:15:01.530Z] apparmor [2020-11-30T03:15:01.530Z] seccomp [2020-11-30T03:15:01.530Z] Profile: default [2020-11-30T03:15:01.530Z] Kernel Version: 4.4.0-130-generic [2020-11-30T03:15:01.530Z] Operating System: Ubuntu 16.04.3 LTS [2020-11-30T03:15:01.530Z] OSType: linux [2020-11-30T03:15:01.530Z] Architecture: ppc64le [2020-11-30T03:15:01.530Z] CPUs: 4 [2020-11-30T03:15:01.530Z] Total Memory: 7.972GiB [2020-11-30T03:15:01.530Z] Name: ppc64le-ubuntu-24 [2020-11-30T03:15:01.530Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-11-30T03:15:01.530Z] Docker Root Dir: /var/lib/docker [2020-11-30T03:15:01.530Z] Debug Mode (client): false [2020-11-30T03:15:01.530Z] Debug Mode (server): false [2020-11-30T03:15:01.530Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:15:01.530Z] Labels: [2020-11-30T03:15:01.530Z] Experimental: true [2020-11-30T03:15:01.530Z] Insecure Registries: [2020-11-30T03:15:01.530Z] 127.0.0.0/8 [2020-11-30T03:15:01.530Z] Live Restore Enabled: false [2020-11-30T03:15:01.530Z] [Pipeline] sh [2020-11-30T03:15:01.591Z] #3 DONE 0.4s [2020-11-30T03:15:01.591Z] [2020-11-30T03:15:01.591Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-30T03:15:01.591Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-30T03:15:01.591Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-30T03:15:01.591Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-30T03:15:01.591Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-30T03:15:01.591Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-11-30T03:15:01.852Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-11-30T03:15:01.852Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-30T03:15:01.894Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 4.3s done [2020-11-30T03:15:01.894Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2020-11-30T03:15:01.927Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:15:01.927Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:15:01.927Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41728/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-30T03:15:01.927Z] + bash /home/docker/workspace/moby_PR-41728/check-config.sh [2020-11-30T03:15:01.927Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-30T03:15:01.927Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2020-11-30T03:15:01.927Z] [2020-11-30T03:15:01.927Z] Generally Necessary: [2020-11-30T03:15:01.927Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-30T03:15:01.927Z] - apparmor: enabled and tools installed [2020-11-30T03:15:01.927Z] - CONFIG_NAMESPACES: enabled [2020-11-30T03:15:01.927Z] - CONFIG_NET_NS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_PID_NS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_IPC_NS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_UTS_NS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_CGROUPS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-30T03:15:01.927Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-30T03:15:01.927Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-30T03:15:01.927Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-30T03:15:01.927Z] - CONFIG_CPUSETS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_MEMCG: enabled [2020-11-30T03:15:01.927Z] - CONFIG_KEYS: enabled [2020-11-30T03:15:01.927Z] - CONFIG_VETH: enabled (as module) [2020-11-30T03:15:02.113Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.3s done [2020-11-30T03:15:02.113Z] #4 DONE 0.5s [2020-11-30T03:15:02.113Z] [2020-11-30T03:15:02.113Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:15:02.186Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2020-11-30T03:15:02.186Z] #8 DONE 6.9s [2020-11-30T03:15:02.186Z] [2020-11-30T03:15:02.186Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:15:02.224Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-30T03:15:02.224Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-30T03:15:02.224Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-11-30T03:15:02.224Z] [2020-11-30T03:15:02.224Z] Optional Features: [2020-11-30T03:15:02.224Z] - CONFIG_USER_NS: enabled [2020-11-30T03:15:02.224Z] - CONFIG_SECCOMP: enabled [2020-11-30T03:15:02.224Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-30T03:15:02.224Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-30T03:15:02.224Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-30T03:15:02.224Z] (cgroup swap accounting is currently enabled) [2020-11-30T03:15:02.224Z] - CONFIG_MEMCG_KMEM: enabled [2020-11-30T03:15:02.224Z] - CONFIG_BLK_CGROUP: enabled [2020-11-30T03:15:02.224Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-30T03:15:02.224Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-30T03:15:02.224Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-30T03:15:02.224Z] - CONFIG_CGROUP_PERF: enabled [2020-11-30T03:15:02.224Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-30T03:15:02.224Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-30T03:15:02.224Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-30T03:15:02.224Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-30T03:15:02.224Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-30T03:15:02.224Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_IP_VS: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-30T03:15:02.224Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-30T03:15:02.224Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-30T03:15:02.224Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-30T03:15:02.224Z] - CONFIG_EXT4_FS: enabled [2020-11-30T03:15:02.224Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-30T03:15:02.224Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-30T03:15:02.520Z] - Network Drivers: [2020-11-30T03:15:02.520Z] - "overlay": [2020-11-30T03:15:02.520Z] - CONFIG_VXLAN: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-30T03:15:02.520Z] Optional (for encrypted networks): [2020-11-30T03:15:02.520Z] - CONFIG_CRYPTO: enabled [2020-11-30T03:15:02.520Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_XFRM: enabled [2020-11-30T03:15:02.520Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-30T03:15:02.520Z] - "ipvlan": [2020-11-30T03:15:02.520Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-30T03:15:02.520Z] - "macvlan": [2020-11-30T03:15:02.520Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_DUMMY: enabled (as module) [2020-11-30T03:15:02.520Z] - "ftp,tftp client in container": [2020-11-30T03:15:02.520Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-30T03:15:02.520Z] - Storage Drivers: [2020-11-30T03:15:02.520Z] - "aufs": [2020-11-30T03:15:02.520Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-30T03:15:02.520Z] - "btrfs": [2020-11-30T03:15:02.520Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-30T03:15:02.520Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-30T03:15:02.520Z] - "devicemapper": [2020-11-30T03:15:02.520Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-30T03:15:02.520Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-30T03:15:02.520Z] - "overlay": [2020-11-30T03:15:02.520Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-30T03:15:02.520Z] - "zfs": [2020-11-30T03:15:02.520Z] - /dev/zfs: missing [2020-11-30T03:15:02.520Z] - zfs command: missing [2020-11-30T03:15:02.520Z] - zpool command: missing [2020-11-30T03:15:02.520Z] [2020-11-30T03:15:02.520Z] Limits: [2020-11-30T03:15:02.520Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-30T03:15:02.520Z] [2020-11-30T03:15:02.520Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-11-30T03:15:02.684Z] #7 ... [2020-11-30T03:15:02.684Z] [2020-11-30T03:15:02.684Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:15:02.684Z] #6 DONE 0.5s [2020-11-30T03:15:02.946Z] [2020-11-30T03:15:02.946Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-30T03:15:02.946Z] #5 DONE 0.7s [2020-11-30T03:15:02.946Z] [2020-11-30T03:15:02.946Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:15:02.961Z] + make bundles/buildx [2020-11-30T03:15:03.256Z] make: command: Command not found [2020-11-30T03:15:03.256Z] make: command: Command not found [2020-11-30T03:15:03.256Z] mkdir bundles [2020-11-30T03:15:03.256Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-11-30T03:15:03.256Z] --build-arg BUILDX_COMMIT \ [2020-11-30T03:15:03.256Z] --build-arg BUILDX_REPO \ [2020-11-30T03:15:03.256Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-11-30T03:15:03.256Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-11-30T03:15:03.256Z] . [2020-11-30T03:15:03.256Z] /bin/sh: 4: go: not found [2020-11-30T03:15:03.256Z] /bin/sh: 5: go: not found [2020-11-30T03:15:03.519Z] #7 DONE 1.3s [2020-11-30T03:15:03.519Z] [2020-11-30T03:15:03.519Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:15:03.519Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-30T03:15:03.696Z] #9 DONE 1.5s [2020-11-30T03:15:03.696Z] [2020-11-30T03:15:03.696Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:15:03.696Z] #25 0.546 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:03.696Z] #25 0.560 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:03.696Z] #25 0.588 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:03.696Z] #25 0.659 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [225 kB] [2020-11-30T03:15:03.696Z] #25 0.806 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-30T03:15:03.696Z] #25 1.200 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-30T03:15:03.696Z] #25 1.948 Fetched 8095 kB in 1s (5706 kB/s) [2020-11-30T03:15:03.696Z] #25 1.948 Reading package lists... [2020-11-30T03:15:03.696Z] #25 2.412 Reading package lists... [2020-11-30T03:15:03.696Z] #25 2.848 Building dependency tree... [2020-11-30T03:15:03.696Z] #25 2.976 The following additional packages will be installed: [2020-11-30T03:15:03.696Z] #25 2.976 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-30T03:15:03.696Z] #25 2.976 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-30T03:15:03.696Z] #25 2.976 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-30T03:15:03.696Z] #25 2.976 Suggested packages: [2020-11-30T03:15:03.696Z] #25 2.976 krb5-doc krb5-user [2020-11-30T03:15:03.696Z] #25 2.976 Recommended packages: [2020-11-30T03:15:03.696Z] #25 2.976 krb5-locales publicsuffix libsasl2-modules [2020-11-30T03:15:03.696Z] #25 3.098 The following NEW packages will be installed: [2020-11-30T03:15:03.696Z] #25 3.098 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-30T03:15:03.696Z] #25 3.098 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-30T03:15:03.696Z] #25 3.098 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-30T03:15:03.696Z] #25 3.098 libssh2-1 libssl1.1 openssl [2020-11-30T03:15:03.696Z] #25 3.128 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-30T03:15:03.696Z] #25 3.128 Need to get 4592 kB of archives. [2020-11-30T03:15:03.696Z] #25 3.128 After this operation, 11.9 MB of additional disk space will be used. [2020-11-30T03:15:03.696Z] #25 3.128 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2020-11-30T03:15:03.696Z] #25 3.135 Get:2 http://security.debian.org/debian-security buster/updates/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2020-11-30T03:15:03.696Z] #25 3.140 Get:3 http://security.debian.org/debian-security buster/updates/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2020-11-30T03:15:03.696Z] #25 3.145 Get:4 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2020-11-30T03:15:03.696Z] #25 3.148 Get:5 http://security.debian.org/debian-security buster/updates/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2020-11-30T03:15:03.696Z] #25 3.151 Get:6 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-30T03:15:03.696Z] #25 3.151 Get:7 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB] [2020-11-30T03:15:03.696Z] #25 3.235 Get:8 http://deb.debian.org/debian buster/main s390x libssl1.1 s390x 1.1.1d-0+deb10u3 [1199 kB] [2020-11-30T03:15:03.696Z] #25 3.340 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2020-11-30T03:15:03.696Z] #25 3.344 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2020-11-30T03:15:03.696Z] #25 3.347 Get:11 http://deb.debian.org/debian buster/main s390x openssl s390x 1.1.1d-0+deb10u3 [827 kB] [2020-11-30T03:15:03.696Z] #25 3.379 Get:12 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-30T03:15:03.696Z] #25 3.385 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2020-11-30T03:15:03.696Z] #25 3.387 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2020-11-30T03:15:03.696Z] #25 3.389 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2020-11-30T03:15:03.696Z] #25 3.392 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2020-11-30T03:15:03.696Z] #25 3.396 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2020-11-30T03:15:03.696Z] #25 3.406 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2020-11-30T03:15:03.696Z] #25 3.414 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-30T03:15:03.696Z] #25 3.418 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-30T03:15:03.696Z] #25 3.423 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-30T03:15:03.696Z] #25 3.501 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:15:03.696Z] #25 3.510 Fetched 4592 kB in 0s (14.7 MB/s) [2020-11-30T03:15:03.696Z] #25 3.526 Selecting previously unselected package libkeyutils1:s390x. [2020-11-30T03:15:03.696Z] #25 3.526 (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 ... 6675 files and directories currently installed.) [2020-11-30T03:15:03.696Z] #25 3.529 Preparing to unpack .../00-libkeyutils1_1.6-6_s390x.deb ... [2020-11-30T03:15:03.696Z] #25 3.534 Unpacking libkeyutils1:s390x (1.6-6) ... [2020-11-30T03:15:03.696Z] #25 3.579 Selecting previously unselected package libkrb5support0:s390x. [2020-11-30T03:15:03.696Z] #25 3.580 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2020-11-30T03:15:03.696Z] #25 3.584 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:03.696Z] #25 3.688 Selecting previously unselected package libk5crypto3:s390x. [2020-11-30T03:15:03.696Z] #25 3.689 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2020-11-30T03:15:03.696Z] #25 3.697 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:03.696Z] #25 3.893 Selecting previously unselected package libssl1.1:s390x. [2020-11-30T03:15:03.696Z] #25 3.894 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-30T03:15:03.696Z] #25 3.925 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:03.696Z] #25 4.267 Selecting previously unselected package libkrb5-3:s390x. [2020-11-30T03:15:03.697Z] #25 4.267 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2020-11-30T03:15:03.697Z] #25 4.306 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:03.697Z] #25 4.440 Selecting previously unselected package libgssapi-krb5-2:s390x. [2020-11-30T03:15:03.697Z] #25 4.449 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2020-11-30T03:15:03.697Z] #25 4.454 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:03.697Z] #25 4.482 Selecting previously unselected package libsasl2-modules-db:s390x. [2020-11-30T03:15:03.697Z] #25 4.483 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-30T03:15:03.697Z] #25 4.485 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:03.697Z] #25 4.506 Selecting previously unselected package libsasl2-2:s390x. [2020-11-30T03:15:03.697Z] #25 4.507 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2020-11-30T03:15:03.697Z] #25 4.509 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:03.697Z] #25 4.537 Selecting previously unselected package libldap-common. [2020-11-30T03:15:03.697Z] #25 4.537 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-30T03:15:03.697Z] #25 4.539 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:03.697Z] #25 4.564 Selecting previously unselected package libldap-2.4-2:s390x. [2020-11-30T03:15:03.784Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-30T03:15:03.784Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.11MB / 7.81MB 0.2s [2020-11-30T03:15:03.784Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.93MB / 10.00MB 0.2s [2020-11-30T03:15:03.784Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-30T03:15:03.784Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-30T03:15:03.784Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 208.42kB / 50.40MB 0.2s [2020-11-30T03:15:03.989Z] #25 4.565 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.567 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:03.989Z] #25 4.612 Selecting previously unselected package openssl. [2020-11-30T03:15:03.989Z] #25 4.613 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.616 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:03.989Z] #25 4.706 Selecting previously unselected package ca-certificates. [2020-11-30T03:15:03.989Z] #25 4.706 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-30T03:15:03.989Z] #25 4.708 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-30T03:15:03.989Z] #25 4.754 Selecting previously unselected package libnghttp2-14:s390x. [2020-11-30T03:15:03.989Z] #25 4.755 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.757 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-30T03:15:03.989Z] #25 4.783 Selecting previously unselected package libpsl5:s390x. [2020-11-30T03:15:03.989Z] #25 4.783 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.785 Unpacking libpsl5:s390x (0.20.2-2) ... [2020-11-30T03:15:03.989Z] #25 4.807 Selecting previously unselected package librtmp1:s390x. [2020-11-30T03:15:03.989Z] #25 4.807 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.820 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:15:03.989Z] #25 4.854 Selecting previously unselected package libssh2-1:s390x. [2020-11-30T03:15:03.989Z] #25 4.854 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.857 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2020-11-30T03:15:03.989Z] #25 4.897 Selecting previously unselected package libcurl4:s390x. [2020-11-30T03:15:03.989Z] #25 4.898 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2020-11-30T03:15:03.989Z] #25 4.900 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-30T03:15:03.989Z] #25 4.940 Selecting previously unselected package curl. [2020-11-30T03:15:04.049Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s done [2020-11-30T03:15:04.049Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.2s done [2020-11-30T03:15:04.049Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.99MB / 50.40MB 0.5s [2020-11-30T03:15:04.049Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.25MB / 68.67MB 0.5s [2020-11-30T03:15:04.049Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.13MB / 51.83MB 0.5s [2020-11-30T03:15:04.049Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.67MB / 50.40MB 0.6s [2020-11-30T03:15:04.049Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.73MB / 68.67MB 0.6s [2020-11-30T03:15:04.049Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.22MB / 51.83MB 0.6s [2020-11-30T03:15:04.281Z] #25 4.941 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2020-11-30T03:15:04.281Z] #25 4.943 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-30T03:15:04.281Z] #25 4.978 Selecting previously unselected package libonig5:s390x. [2020-11-30T03:15:04.281Z] #25 4.978 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2020-11-30T03:15:04.281Z] #25 4.980 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-30T03:15:04.281Z] #25 5.016 Selecting previously unselected package libjq1:s390x. [2020-11-30T03:15:04.281Z] #25 5.016 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-30T03:15:04.281Z] #25 5.019 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-30T03:15:04.281Z] #25 5.042 Selecting previously unselected package jq. [2020-11-30T03:15:04.281Z] #25 5.042 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-30T03:15:04.281Z] #25 5.044 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:15:04.281Z] #25 5.069 Setting up libkeyutils1:s390x (1.6-6) ... [2020-11-30T03:15:04.281Z] #25 5.075 Setting up libpsl5:s390x (0.20.2-2) ... [2020-11-30T03:15:04.281Z] #25 5.082 Setting up libssl1.1:s390x (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:04.281Z] #25 5.147 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2020-11-30T03:15:04.313Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.66MB / 50.40MB 0.7s [2020-11-30T03:15:04.313Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 13.45MB / 68.67MB 0.7s [2020-11-30T03:15:04.313Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 21.48MB / 51.83MB 0.7s [2020-11-30T03:15:04.313Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.43MB / 50.40MB 0.9s [2020-11-30T03:15:04.313Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.08MB / 68.67MB 0.9s [2020-11-30T03:15:04.313Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.23MB / 51.83MB 0.9s [2020-11-30T03:15:04.574Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.21MB / 50.40MB 1.0s [2020-11-30T03:15:04.574Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.68MB / 68.67MB 1.0s [2020-11-30T03:15:04.574Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.59MB / 51.83MB 1.0s [2020-11-30T03:15:04.574Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.2s [2020-11-30T03:15:04.574Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.51MB / 68.67MB 1.2s [2020-11-30T03:15:04.574Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.98MB / 51.83MB 1.2s [2020-11-30T03:15:04.575Z] #25 5.154 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:04.575Z] #25 5.162 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:04.575Z] #25 5.169 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:04.575Z] #25 5.175 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:15:04.575Z] #25 5.182 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:04.575Z] #25 5.188 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:04.575Z] #25 5.195 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2020-11-30T03:15:04.575Z] #25 5.202 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:04.575Z] #25 5.208 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:04.575Z] #25 5.218 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-30T03:15:04.575Z] #25 5.225 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-30T03:15:04.575Z] #25 5.232 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:04.575Z] #25 5.239 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-30T03:15:04.575Z] #25 ... [2020-11-30T03:15:04.575Z] [2020-11-30T03:15:04.575Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-30T03:15:04.575Z] #10 DONE 0.8s [2020-11-30T03:15:04.575Z] [2020-11-30T03:15:04.575Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:04.837Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.86MB / 68.67MB 1.3s [2020-11-30T03:15:04.837Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.74MB / 68.67MB 1.4s [2020-11-30T03:15:04.867Z] #40 ... [2020-11-30T03:15:04.867Z] [2020-11-30T03:15:04.867Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-30T03:15:04.867Z] #29 DONE 0.2s [2020-11-30T03:15:04.867Z] [2020-11-30T03:15:04.867Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-30T03:15:04.867Z] #37 DONE 0.3s [2020-11-30T03:15:04.867Z] [2020-11-30T03:15:04.867Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:15:05.103Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done [2020-11-30T03:15:05.103Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.04MB / 68.67MB 1.5s [2020-11-30T03:15:05.103Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.4s done [2020-11-30T03:15:05.103Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 1.5s [2020-11-30T03:15:05.103Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 1.5s [2020-11-30T03:15:05.103Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.6s [2020-11-30T03:15:05.103Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 1.5s done [2020-11-30T03:15:05.354Z] Sending build context to Docker daemon 57.21MB [2020-11-30T03:15:05.354Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-11-30T03:15:05.354Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-11-30T03:15:05.354Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-11-30T03:15:05.354Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-11-30T03:15:05.369Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.20MB / 120.17MB 1.8s [2020-11-30T03:15:05.369Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-30T03:15:05.635Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.16MB / 120.17MB 2.0s [2020-11-30T03:15:05.635Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.0s done [2020-11-30T03:15:05.635Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.71MB / 120.17MB 2.1s [2020-11-30T03:15:05.648Z] 1.13.15-buster: Pulling from library/golang [2020-11-30T03:15:05.648Z] db4e2d8d5901: Pulling fs layer [2020-11-30T03:15:05.648Z] dfe2d012519c: Pulling fs layer [2020-11-30T03:15:05.648Z] 5d8f1d1f9197: Pulling fs layer [2020-11-30T03:15:05.648Z] 1301750ffb48: Pulling fs layer [2020-11-30T03:15:05.648Z] dc5c6edc9cff: Pulling fs layer [2020-11-30T03:15:05.648Z] 3c370c2e2f82: Pulling fs layer [2020-11-30T03:15:05.648Z] 5ffb2f5886e2: Pulling fs layer [2020-11-30T03:15:05.648Z] 1301750ffb48: Waiting [2020-11-30T03:15:05.648Z] 3c370c2e2f82: Waiting [2020-11-30T03:15:05.648Z] 5ffb2f5886e2: Waiting [2020-11-30T03:15:05.648Z] dc5c6edc9cff: Waiting [2020-11-30T03:15:05.899Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.00MB / 120.17MB 2.3s [2020-11-30T03:15:06.162Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.93MB / 120.17MB 2.6s [2020-11-30T03:15:06.289Z] dfe2d012519c: Download complete [2020-11-30T03:15:06.289Z] 5d8f1d1f9197: Verifying Checksum [2020-11-30T03:15:06.289Z] 5d8f1d1f9197: Download complete [2020-11-30T03:15:06.426Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.93MB / 120.17MB 2.8s [2020-11-30T03:15:06.690Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.11MB / 120.17MB 3.0s [2020-11-30T03:15:06.690Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 86.19MB / 120.17MB 3.3s [2020-11-30T03:15:06.955Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.46MB / 120.17MB 3.5s [2020-11-30T03:15:06.969Z] #38 ... [2020-11-30T03:15:06.969Z] [2020-11-30T03:15:06.969Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:15:06.969Z] #25 5.760 Updating certificates in /etc/ssl/certs... [2020-11-30T03:15:06.969Z] #25 6.635 126 added, 0 removed; done. [2020-11-30T03:15:06.969Z] #25 6.660 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2020-11-30T03:15:06.969Z] #25 6.670 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:15:06.969Z] #25 6.676 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2020-11-30T03:15:06.969Z] #25 6.683 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-30T03:15:06.969Z] #25 6.689 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:15:06.969Z] #25 6.701 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-30T03:15:06.969Z] #25 6.706 Updating certificates in /etc/ssl/certs... [2020-11-30T03:15:06.969Z] #25 7.323 0 added, 0 removed; done. [2020-11-30T03:15:06.969Z] #25 7.323 Running hooks in /etc/ca-certificates/update.d... [2020-11-30T03:15:06.969Z] #25 7.325 done. [2020-11-30T03:15:06.969Z] #25 DONE 7.6s [2020-11-30T03:15:06.969Z] [2020-11-30T03:15:06.969Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-30T03:15:06.969Z] #26 DONE 0.1s [2020-11-30T03:15:06.969Z] [2020-11-30T03:15:06.969Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:07.217Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 107.53MB / 120.17MB 3.7s [2020-11-30T03:15:07.479Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 118.16MB / 120.17MB 3.9s [2020-11-30T03:15:07.846Z] db4e2d8d5901: Verifying Checksum [2020-11-30T03:15:07.846Z] db4e2d8d5901: Download complete [2020-11-30T03:15:08.866Z] #8 ... [2020-11-30T03:15:08.866Z] [2020-11-30T03:15:08.866Z] #21 [internal] load build context [2020-11-30T03:15:08.866Z] #21 transferring context: 52.35MB 4.8s done [2020-11-30T03:15:08.866Z] #21 DONE 5.2s [2020-11-30T03:15:08.866Z] [2020-11-30T03:15:08.866Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-30T03:15:08.866Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-30T03:15:08.866Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-30T03:15:08.866Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-30T03:15:08.866Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.8s done [2020-11-30T03:15:08.866Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.7s done [2020-11-30T03:15:08.866Z] #60 DONE 5.3s [2020-11-30T03:15:08.866Z] [2020-11-30T03:15:08.866Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:15:08.866Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.2s done [2020-11-30T03:15:08.866Z] #8 ... [2020-11-30T03:15:08.866Z] [2020-11-30T03:15:08.866Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:15:08.866Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done [2020-11-30T03:15:08.866Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done [2020-11-30T03:15:08.866Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done [2020-11-30T03:15:08.866Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done [2020-11-30T03:15:08.866Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 2.8s done [2020-11-30T03:15:08.866Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 2.0s [2020-11-30T03:15:09.050Z] #27 2.060 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-30T03:15:09.343Z] #27 2.363 [2020-11-30T03:15:09.963Z] 1301750ffb48: Verifying Checksum [2020-11-30T03:15:09.963Z] 1301750ffb48: Download complete [2020-11-30T03:15:10.260Z] dc5c6edc9cff: Verifying Checksum [2020-11-30T03:15:10.260Z] dc5c6edc9cff: Download complete [2020-11-30T03:15:10.260Z] 5ffb2f5886e2: Verifying Checksum [2020-11-30T03:15:10.260Z] 5ffb2f5886e2: Download complete [2020-11-30T03:15:11.405Z] #27 2.587 # 2.6% ##### 7.1% ########### 16.1% ################ 22.9% ##################### 29.6% ########################## 36.3% ############################### 43.1% ################################### 49.8% ######################################## 56.5% ############################################# 63.2% ################################################## 70.0% ####################################################### 76.8% ############################################################ 83.5% ################################################################# 90.3% ####################################################################### 99.3% ######################################################################## 100.0% [2020-11-30T03:15:11.744Z] #27 4.810 [2020-11-30T03:15:12.292Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 5.2s done [2020-11-30T03:15:12.293Z] #24 DONE 8.6s [2020-11-30T03:15:12.293Z] [2020-11-30T03:15:12.293Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:15:12.328Z] #27 5.014 ################### 26.5% ############################################## 65.1% ######################################################################## 100.0% [2020-11-30T03:15:12.359Z] db4e2d8d5901: Pull complete [2020-11-30T03:15:12.621Z] #27 5.622 #=#=# [2020-11-30T03:15:12.656Z] dfe2d012519c: Pull complete [2020-11-30T03:15:12.955Z] 3c370c2e2f82: Verifying Checksum [2020-11-30T03:15:12.955Z] 3c370c2e2f82: Download complete [2020-11-30T03:15:13.206Z] #27 5.867 ############ 17.7% ############################ 40.1% ############################################################# 84.8% ######################################################################## 100.0% [2020-11-30T03:15:13.239Z] #25 1.045 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:13.239Z] #25 1.056 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:13.239Z] #25 1.065 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:13.239Z] #25 1.206 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:15:13.252Z] 5d8f1d1f9197: Pull complete [2020-11-30T03:15:13.498Z] #27 6.604 [2020-11-30T03:15:13.500Z] #25 1.464 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:15:14.073Z] #25 1.922 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:15:14.386Z] #27 6.814 ### 5.4% ######## 11.9% ########### 16.1% ################# 23.8% [2020-11-30T03:15:14.386Z] #27 ... [2020-11-30T03:15:14.386Z] [2020-11-30T03:15:14.386Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:14.386Z] #22 3.246 + RM_GOPATH=0 [2020-11-30T03:15:14.386Z] #22 3.246 + TMP_GOPATH= [2020-11-30T03:15:14.386Z] #22 3.246 + : /build [2020-11-30T03:15:14.386Z] #22 3.246 + '[' -z '' ']' [2020-11-30T03:15:14.386Z] #22 3.246 ++ mktemp -d [2020-11-30T03:15:14.386Z] #22 3.273 + export GOPATH=/tmp/tmp.kRGKnA5uhK [2020-11-30T03:15:14.386Z] #22 3.274 + GOPATH=/tmp/tmp.kRGKnA5uhK [2020-11-30T03:15:14.386Z] #22 3.274 + RM_GOPATH=1 [2020-11-30T03:15:14.386Z] #22 3.274 + case "$(go env GOARCH)" in [2020-11-30T03:15:14.386Z] #22 3.279 ++ go env GOARCH [2020-11-30T03:15:14.386Z] #22 3.288 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.386Z] #22 3.288 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.386Z] #22 3.288 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:14.386Z] #22 3.290 + dir=/tmp/install [2020-11-30T03:15:14.386Z] #22 3.290 + bin=dockercli [2020-11-30T03:15:14.386Z] #22 3.290 + shift [2020-11-30T03:15:14.386Z] #22 3.290 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-30T03:15:14.386Z] #22 3.290 + . /tmp/install/dockercli.installer [2020-11-30T03:15:14.386Z] #22 3.292 ++ : stable [2020-11-30T03:15:14.386Z] #22 3.292 ++ : 17.06.2-ce [2020-11-30T03:15:14.386Z] #22 3.293 + install_dockercli [2020-11-30T03:15:14.386Z] #22 3.293 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-30T03:15:14.386Z] #22 3.293 Install docker/cli version 17.06.2-ce from stable [2020-11-30T03:15:14.386Z] #22 3.297 ++ uname -m [2020-11-30T03:15:14.386Z] #22 3.304 + arch=s390x [2020-11-30T03:15:14.386Z] #22 3.304 + '[' s390x '!=' x86_64 ']' [2020-11-30T03:15:14.386Z] #22 3.304 + '[' s390x '!=' s390x ']' [2020-11-30T03:15:14.386Z] #22 3.304 + url=https://download.docker.com/linux/static [2020-11-30T03:15:14.386Z] #22 3.305 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-11-30T03:15:14.386Z] #22 3.306 + tar -xz docker/docker [2020-11-30T03:15:14.386Z] #22 9.231 + mkdir -p /build [2020-11-30T03:15:14.386Z] #22 9.251 + mv docker/docker /build/ [2020-11-30T03:15:14.386Z] #22 9.266 + rmdir docker [2020-11-30T03:15:14.386Z] #22 DONE 9.8s [2020-11-30T03:15:14.386Z] [2020-11-30T03:15:14.386Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:14.386Z] #27 6.814 ### 5.4% ######## 11.9% ########### 16.1% ################# 23.8% ####################### 32.4% [2020-11-30T03:15:14.386Z] #27 ... [2020-11-30T03:15:14.386Z] [2020-11-30T03:15:14.386Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:14.386Z] #47 2.394 + RM_GOPATH=0 [2020-11-30T03:15:14.386Z] #47 2.394 + TMP_GOPATH= [2020-11-30T03:15:14.386Z] #47 2.394 + : /build [2020-11-30T03:15:14.386Z] #47 2.394 + '[' -z '' ']' [2020-11-30T03:15:14.386Z] #47 2.394 ++ mktemp -d [2020-11-30T03:15:14.386Z] #47 2.396 + export GOPATH=/tmp/tmp.Ak0rsDyU7o [2020-11-30T03:15:14.386Z] #47 2.396 + GOPATH=/tmp/tmp.Ak0rsDyU7o [2020-11-30T03:15:14.386Z] #47 2.396 + RM_GOPATH=1 [2020-11-30T03:15:14.386Z] #47 2.396 + case "$(go env GOARCH)" in [2020-11-30T03:15:14.386Z] #47 2.401 ++ go env GOARCH [2020-11-30T03:15:14.386Z] #47 2.403 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.386Z] #47 2.404 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.386Z] #47 2.404 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:14.386Z] #47 2.404 + dir=/tmp/install [2020-11-30T03:15:14.386Z] #47 2.404 + bin=golangci_lint [2020-11-30T03:15:14.386Z] #47 2.404 + shift [2020-11-30T03:15:14.386Z] #47 2.404 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-30T03:15:14.386Z] #47 2.404 + . /tmp/install/golangci_lint.installer [2020-11-30T03:15:14.386Z] #47 2.406 ++ : v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.406 + install_golangci_lint [2020-11-30T03:15:14.386Z] #47 2.406 + set -e [2020-11-30T03:15:14.386Z] #47 2.406 + export GO111MODULE=on [2020-11-30T03:15:14.386Z] #47 2.406 + GO111MODULE=on [2020-11-30T03:15:14.386Z] #47 2.406 + GOBIN=/build [2020-11-30T03:15:14.386Z] #47 2.406 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.408 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.409 go: finding github.com v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.410 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.416 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.416 go: finding github.com/golangci v1.23.8 [2020-11-30T03:15:14.386Z] #47 2.838 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:15:14.386Z] #47 3.334 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:15:14.386Z] #47 7.394 go: downloading github.com/fatih/color v1.7.0 [2020-11-30T03:15:14.386Z] #47 7.420 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-30T03:15:14.386Z] #47 7.426 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-30T03:15:14.386Z] #47 7.428 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:15:14.386Z] #47 7.432 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:15:14.386Z] #47 7.450 go: downloading github.com/pkg/errors v0.8.1 [2020-11-30T03:15:14.386Z] #47 7.492 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:15:14.386Z] #47 7.546 go: extracting github.com/fatih/color v1.7.0 [2020-11-30T03:15:14.386Z] #47 7.547 go: extracting github.com/pkg/errors v0.8.1 [2020-11-30T03:15:14.386Z] #47 7.557 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:15:14.386Z] #47 7.660 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:15:14.386Z] #47 7.782 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:15:14.386Z] #47 7.782 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:15:14.386Z] #47 7.806 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-30T03:15:14.386Z] #47 7.807 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:15:14.386Z] #47 7.842 go: downloading github.com/spf13/viper v1.6.1 [2020-11-30T03:15:14.386Z] #47 7.929 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:15:14.386Z] #47 8.069 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:15:14.386Z] #47 8.070 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:15:14.386Z] #47 8.358 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:15:14.386Z] #47 8.372 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-30T03:15:14.386Z] #47 8.470 go: extracting github.com/spf13/viper v1.6.1 [2020-11-30T03:15:14.386Z] #47 8.571 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:15:14.386Z] #47 8.581 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:15:14.386Z] #47 8.590 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:15:14.386Z] #47 8.699 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:15:14.386Z] #47 8.700 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:15:14.386Z] #47 8.700 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:15:14.386Z] #47 8.794 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:15:14.386Z] #47 9.037 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:15:14.386Z] #47 9.061 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:15:14.386Z] #47 9.073 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:15:14.386Z] #47 9.149 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:15:14.386Z] #47 9.150 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:15:14.386Z] #47 9.245 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:15:14.387Z] #47 9.284 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:15:14.387Z] #47 9.284 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:15:14.387Z] #47 9.299 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:15:14.387Z] #47 9.321 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:15:14.387Z] #47 9.353 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:15:14.387Z] #47 9.448 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:15:14.387Z] #47 9.456 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:15:14.387Z] #47 9.463 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:15:14.387Z] #47 9.734 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:15:14.387Z] #47 9.738 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:15:14.387Z] #47 ... [2020-11-30T03:15:14.387Z] [2020-11-30T03:15:14.387Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:14.387Z] #45 1.170 + RM_GOPATH=0 [2020-11-30T03:15:14.387Z] #45 1.170 + TMP_GOPATH= [2020-11-30T03:15:14.387Z] #45 1.170 + : /build [2020-11-30T03:15:14.387Z] #45 1.170 + '[' -z '' ']' [2020-11-30T03:15:14.387Z] #45 1.170 ++ mktemp -d [2020-11-30T03:15:14.387Z] #45 1.170 + export GOPATH=/tmp/tmp.V2ZT4fsdKO [2020-11-30T03:15:14.387Z] #45 1.170 + GOPATH=/tmp/tmp.V2ZT4fsdKO [2020-11-30T03:15:14.387Z] #45 1.170 + RM_GOPATH=1 [2020-11-30T03:15:14.387Z] #45 1.170 + case "$(go env GOARCH)" in [2020-11-30T03:15:14.387Z] #45 1.170 ++ go env GOARCH [2020-11-30T03:15:14.387Z] #45 1.170 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.387Z] #45 1.170 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.387Z] #45 1.170 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:14.387Z] #45 1.170 + dir=/tmp/install [2020-11-30T03:15:14.387Z] #45 1.170 + bin=gotestsum [2020-11-30T03:15:14.387Z] #45 1.170 + shift [2020-11-30T03:15:14.387Z] #45 1.170 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-30T03:15:14.387Z] #45 1.170 + . /tmp/install/gotestsum.installer [2020-11-30T03:15:14.387Z] #45 1.170 ++ : v0.5.3 [2020-11-30T03:15:14.387Z] #45 1.170 + install_gotestsum [2020-11-30T03:15:14.387Z] #45 1.170 + set -e [2020-11-30T03:15:14.387Z] #45 1.170 + export GO111MODULE=on [2020-11-30T03:15:14.387Z] #45 1.170 + GO111MODULE=on [2020-11-30T03:15:14.387Z] #45 1.170 + GOBIN=/build [2020-11-30T03:15:14.387Z] #45 1.170 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-30T03:15:14.387Z] #45 1.170 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:15:14.387Z] #45 1.170 go: finding gotest.tools v0.5.3 [2020-11-30T03:15:14.387Z] #45 1.497 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:15:14.387Z] #45 2.019 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:15:14.387Z] #45 3.166 go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:15:14.387Z] #45 3.166 go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:15:14.387Z] #45 3.199 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:15:14.387Z] #45 3.209 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:15:14.387Z] #45 3.253 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:15:14.387Z] #45 3.297 go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:15:14.387Z] #45 3.298 go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:15:14.387Z] #45 3.337 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:15:14.387Z] #45 3.347 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:15:14.387Z] #45 3.365 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:15:14.387Z] #45 3.407 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:15:14.387Z] #45 3.428 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:15:14.387Z] #45 3.437 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:15:14.387Z] #45 3.468 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:15:14.387Z] #45 3.502 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:15:14.387Z] #45 3.599 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:15:14.387Z] #45 3.627 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:15:14.387Z] #45 3.732 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:15:14.387Z] #45 3.746 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:15:14.387Z] #45 5.090 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:15:14.387Z] #45 5.262 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:15:14.387Z] #45 6.139 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:15:14.387Z] #45 8.791 go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:15:14.387Z] #45 8.800 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:15:14.387Z] #45 8.839 go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:15:14.387Z] #45 8.872 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:15:14.387Z] #45 8.873 go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:15:14.387Z] #45 8.935 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:15:14.387Z] #45 9.091 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:15:14.387Z] #45 9.146 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:15:14.387Z] #45 9.242 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:15:14.387Z] #45 9.299 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:15:14.387Z] #45 9.306 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:15:14.679Z] #45 ... [2020-11-30T03:15:14.679Z] [2020-11-30T03:15:14.679Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:14.679Z] #56 1.612 + RM_GOPATH=0 [2020-11-30T03:15:14.679Z] #56 1.612 + TMP_GOPATH= [2020-11-30T03:15:14.679Z] #56 1.612 + : /build [2020-11-30T03:15:14.679Z] #56 1.612 + '[' -z '' ']' [2020-11-30T03:15:14.679Z] #56 1.612 ++ mktemp -d [2020-11-30T03:15:14.679Z] #56 1.612 + export GOPATH=/tmp/tmp.tkdsSl3FES [2020-11-30T03:15:14.679Z] #56 1.612 + GOPATH=/tmp/tmp.tkdsSl3FES [2020-11-30T03:15:14.679Z] #56 1.612 + RM_GOPATH=1 [2020-11-30T03:15:14.679Z] #56 1.612 + case "$(go env GOARCH)" in [2020-11-30T03:15:14.679Z] #56 1.612 ++ go env GOARCH [2020-11-30T03:15:14.679Z] #56 1.612 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.679Z] #56 1.612 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.679Z] #56 1.616 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:14.679Z] #56 1.617 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:15:14.679Z] #56 1.617 + dir=/tmp/install [2020-11-30T03:15:14.679Z] #56 1.617 + bin=rootlesskit [2020-11-30T03:15:14.679Z] #56 1.617 + shift [2020-11-30T03:15:14.679Z] #56 1.617 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-30T03:15:14.679Z] #56 1.617 + . /tmp/install/rootlesskit.installer [2020-11-30T03:15:14.679Z] #56 1.617 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:15:14.679Z] #56 1.617 + install_rootlesskit [2020-11-30T03:15:14.679Z] #56 1.617 + case "$1" in [2020-11-30T03:15:14.679Z] #56 1.617 + export CGO_ENABLED=0 [2020-11-30T03:15:14.679Z] #56 1.617 + CGO_ENABLED=0 [2020-11-30T03:15:14.679Z] #56 1.617 + _install_rootlesskit [2020-11-30T03:15:14.679Z] #56 1.617 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-30T03:15:14.679Z] #56 1.617 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.tkdsSl3FES/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:15:14.679Z] #56 1.633 Cloning into '/tmp/tmp.tkdsSl3FES/src/github.com/rootless-containers/rootlesskit'... [2020-11-30T03:15:14.679Z] #56 2.889 + cd /tmp/tmp.tkdsSl3FES/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:15:14.679Z] #56 2.889 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:15:14.679Z] #56 3.111 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:15:14.679Z] #56 3.111 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-30T03:15:14.679Z] #56 ... [2020-11-30T03:15:14.679Z] [2020-11-30T03:15:14.679Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:15:14.679Z] #34 3.337 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:14.679Z] #34 3.522 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:14.679Z] #34 3.695 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:14.679Z] #34 4.071 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-30T03:15:14.679Z] #34 5.714 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB] [2020-11-30T03:15:14.679Z] #34 6.708 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-30T03:15:14.971Z] #34 ... [2020-11-30T03:15:14.971Z] [2020-11-30T03:15:14.971Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:15:14.971Z] #30 2.845 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-30T03:15:14.971Z] #30 2.847 Cloning into '.'... [2020-11-30T03:15:14.971Z] #30 ... [2020-11-30T03:15:14.971Z] [2020-11-30T03:15:14.971Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:14.971Z] #43 2.503 + RM_GOPATH=0 [2020-11-30T03:15:14.971Z] #43 2.503 + TMP_GOPATH= [2020-11-30T03:15:14.971Z] #43 2.503 + : /build [2020-11-30T03:15:14.971Z] #43 2.503 + '[' -z '' ']' [2020-11-30T03:15:14.971Z] #43 2.515 ++ mktemp -d [2020-11-30T03:15:14.971Z] #43 2.518 + export GOPATH=/tmp/tmp.ugscMHIjGH [2020-11-30T03:15:14.971Z] #43 2.518 + GOPATH=/tmp/tmp.ugscMHIjGH [2020-11-30T03:15:14.971Z] #43 2.518 + RM_GOPATH=1 [2020-11-30T03:15:14.971Z] #43 2.518 + case "$(go env GOARCH)" in [2020-11-30T03:15:14.971Z] #43 2.521 ++ go env GOARCH [2020-11-30T03:15:14.971Z] #43 2.523 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.971Z] #43 2.528 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:14.971Z] #43 2.534 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:14.971Z] #43 2.536 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:15:14.971Z] #43 2.536 + dir=/tmp/install [2020-11-30T03:15:14.971Z] #43 2.536 + bin=vndr [2020-11-30T03:15:14.971Z] #43 2.536 + shift [2020-11-30T03:15:14.971Z] #43 2.536 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-30T03:15:14.971Z] #43 2.536 + . /tmp/install/vndr.installer [2020-11-30T03:15:14.971Z] #43 2.536 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:15:14.971Z] #43 2.536 + install_vndr [2020-11-30T03:15:14.971Z] #43 2.536 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-30T03:15:14.971Z] #43 2.536 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ugscMHIjGH/src/github.com/LK4D4/vndr [2020-11-30T03:15:14.971Z] #43 2.538 Cloning into '/tmp/tmp.ugscMHIjGH/src/github.com/LK4D4/vndr'... [2020-11-30T03:15:14.971Z] #43 3.023 + cd /tmp/tmp.ugscMHIjGH/src/github.com/LK4D4/vndr [2020-11-30T03:15:14.971Z] #43 3.023 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:15:14.971Z] #43 3.038 + go build -buildmode=pie -v -o /build/vndr . [2020-11-30T03:15:14.971Z] #43 3.703 internal/race [2020-11-30T03:15:14.971Z] #43 3.745 runtime [2020-11-30T03:15:14.971Z] #43 3.799 sync/atomic [2020-11-30T03:15:14.971Z] #43 3.962 unicode [2020-11-30T03:15:14.971Z] #43 7.132 unicode/utf8 [2020-11-30T03:15:14.971Z] #43 7.466 math [2020-11-30T03:15:15.264Z] #43 ... [2020-11-30T03:15:15.264Z] [2020-11-30T03:15:15.264Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:15.264Z] #49 2.775 + RM_GOPATH=0 [2020-11-30T03:15:15.264Z] #49 2.775 + TMP_GOPATH= [2020-11-30T03:15:15.264Z] #49 2.775 + : /build [2020-11-30T03:15:15.264Z] #49 2.775 + '[' -z '' ']' [2020-11-30T03:15:15.264Z] #49 2.776 ++ mktemp -d [2020-11-30T03:15:15.264Z] #49 2.791 + export GOPATH=/tmp/tmp.w4ZNN3s37T [2020-11-30T03:15:15.264Z] #49 2.791 + GOPATH=/tmp/tmp.w4ZNN3s37T [2020-11-30T03:15:15.264Z] #49 2.791 + RM_GOPATH=1 [2020-11-30T03:15:15.264Z] #49 2.791 + case "$(go env GOARCH)" in [2020-11-30T03:15:15.264Z] #49 2.791 ++ go env GOARCH [2020-11-30T03:15:15.264Z] #49 2.791 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:15.264Z] #49 2.791 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:15.264Z] #49 2.791 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:15.264Z] #49 2.791 + dir=/tmp/install [2020-11-30T03:15:15.264Z] #49 2.791 + bin=shfmt [2020-11-30T03:15:15.264Z] #49 2.791 + shift [2020-11-30T03:15:15.264Z] #49 2.791 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-30T03:15:15.264Z] #49 2.791 + . /tmp/install/shfmt.installer [2020-11-30T03:15:15.264Z] #49 2.791 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:15:15.264Z] #49 2.791 + install_shfmt [2020-11-30T03:15:15.264Z] #49 2.791 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-30T03:15:15.264Z] #49 2.791 + git clone https://github.com/mvdan/sh.git /tmp/tmp.w4ZNN3s37T/src/github.com/mvdan/sh [2020-11-30T03:15:15.264Z] #49 2.791 Cloning into '/tmp/tmp.w4ZNN3s37T/src/github.com/mvdan/sh'... [2020-11-30T03:15:15.264Z] #49 2.791 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:15:15.264Z] #49 9.365 + cd /tmp/tmp.w4ZNN3s37T/src/github.com/mvdan/sh [2020-11-30T03:15:15.264Z] #49 9.365 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:15:15.264Z] #49 9.549 + GO111MODULE=on [2020-11-30T03:15:15.264Z] #49 9.549 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-30T03:15:15.264Z] #49 10.72 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:15:15.264Z] #49 10.76 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:15:15.264Z] #49 10.77 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:15:15.264Z] #49 10.85 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:15:15.264Z] #49 ... [2020-11-30T03:15:15.264Z] [2020-11-30T03:15:15.264Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:15.264Z] #11 3.357 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:15.264Z] #11 3.525 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:15.264Z] #11 3.615 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:15.264Z] #11 4.209 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-30T03:15:15.264Z] #11 5.739 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB] [2020-11-30T03:15:15.264Z] #11 6.901 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-30T03:15:15.462Z] #25 3.276 Fetched 8406 kB in 3s (3240 kB/s) [2020-11-30T03:15:15.556Z] #11 ... [2020-11-30T03:15:15.556Z] [2020-11-30T03:15:15.556Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:15:15.556Z] #53 3.329 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:15.556Z] #53 3.602 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:15.556Z] #53 3.636 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:15.556Z] #53 4.066 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-30T03:15:15.556Z] #53 6.055 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB] [2020-11-30T03:15:15.556Z] #53 6.104 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-30T03:15:15.556Z] #53 ... [2020-11-30T03:15:15.556Z] [2020-11-30T03:15:15.556Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:15.556Z] #62 2.931 + RM_GOPATH=0 [2020-11-30T03:15:15.556Z] #62 2.931 + TMP_GOPATH= [2020-11-30T03:15:15.556Z] #62 2.931 + : /build [2020-11-30T03:15:15.556Z] #62 2.932 + '[' -z '' ']' [2020-11-30T03:15:15.556Z] #62 2.933 ++ mktemp -d [2020-11-30T03:15:15.556Z] #62 2.934 + export GOPATH=/tmp/tmp.fTmPZFHaHA [2020-11-30T03:15:15.556Z] #62 2.934 + GOPATH=/tmp/tmp.fTmPZFHaHA [2020-11-30T03:15:15.556Z] #62 2.934 + RM_GOPATH=1 [2020-11-30T03:15:15.556Z] #62 2.934 + case "$(go env GOARCH)" in [2020-11-30T03:15:15.556Z] #62 2.936 ++ go env GOARCH [2020-11-30T03:15:15.556Z] #62 2.943 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:15.556Z] #62 2.943 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:15.556Z] #62 2.945 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:15.556Z] #62 2.945 + dir=/tmp/install [2020-11-30T03:15:15.556Z] #62 2.946 + bin=proxy [2020-11-30T03:15:15.556Z] #62 2.946 + shift [2020-11-30T03:15:15.556Z] #62 2.946 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-30T03:15:15.556Z] #62 2.946 + . /tmp/install/proxy.installer [2020-11-30T03:15:15.556Z] #62 2.946 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:15:15.556Z] #62 2.951 + install_proxy [2020-11-30T03:15:15.556Z] #62 2.952 + case "$1" in [2020-11-30T03:15:15.556Z] #62 2.952 + export CGO_ENABLED=0 [2020-11-30T03:15:15.556Z] #62 2.952 + CGO_ENABLED=0 [2020-11-30T03:15:15.556Z] #62 2.952 + _install_proxy [2020-11-30T03:15:15.556Z] #62 2.952 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b' [2020-11-30T03:15:15.556Z] #62 2.952 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.fTmPZFHaHA/src/github.com/docker/libnetwork [2020-11-30T03:15:15.556Z] #62 2.953 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:15:15.556Z] #62 2.959 Cloning into '/tmp/tmp.fTmPZFHaHA/src/github.com/docker/libnetwork'... [2020-11-30T03:15:15.848Z] #62 ... [2020-11-30T03:15:15.848Z] [2020-11-30T03:15:15.848Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:15.848Z] #32 2.206 + RM_GOPATH=0 [2020-11-30T03:15:15.848Z] #32 2.206 + TMP_GOPATH= [2020-11-30T03:15:15.848Z] #32 2.206 + : /build [2020-11-30T03:15:15.848Z] #32 2.206 + '[' -z '' ']' [2020-11-30T03:15:15.848Z] #32 2.211 ++ mktemp -d [2020-11-30T03:15:15.848Z] #32 2.211 + export GOPATH=/tmp/tmp.SsHzpKo5dk [2020-11-30T03:15:15.848Z] #32 2.211 + GOPATH=/tmp/tmp.SsHzpKo5dk [2020-11-30T03:15:15.848Z] #32 2.211 + RM_GOPATH=1 [2020-11-30T03:15:15.848Z] #32 2.211 + case "$(go env GOARCH)" in [2020-11-30T03:15:15.848Z] #32 2.211 ++ go env GOARCH [2020-11-30T03:15:15.848Z] #32 2.211 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:15.848Z] #32 2.211 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:15.848Z] #32 2.211 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:15.848Z] #32 2.211 + dir=/tmp/install [2020-11-30T03:15:15.848Z] #32 2.211 + bin=tomlv [2020-11-30T03:15:15.848Z] #32 2.211 + shift [2020-11-30T03:15:15.848Z] #32 2.211 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-30T03:15:15.848Z] #32 2.211 + . /tmp/install/tomlv.installer [2020-11-30T03:15:15.848Z] #32 2.211 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:15:15.848Z] #32 2.211 + install_tomlv [2020-11-30T03:15:15.848Z] #32 2.211 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-30T03:15:15.848Z] #32 2.211 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.SsHzpKo5dk/src/github.com/BurntSushi/toml [2020-11-30T03:15:15.848Z] #32 2.211 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:15:15.848Z] #32 2.216 Cloning into '/tmp/tmp.SsHzpKo5dk/src/github.com/BurntSushi/toml'... [2020-11-30T03:15:15.848Z] #32 2.605 + cd /tmp/tmp.SsHzpKo5dk/src/github.com/BurntSushi/toml [2020-11-30T03:15:15.848Z] #32 2.605 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:15:15.848Z] #32 2.605 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:15:15.848Z] #32 2.753 runtime/internal/atomic [2020-11-30T03:15:15.848Z] #32 2.774 internal/cpu [2020-11-30T03:15:15.848Z] #32 2.839 runtime/internal/sys [2020-11-30T03:15:15.848Z] #32 2.854 internal/bytealg [2020-11-30T03:15:15.848Z] #32 2.900 runtime/internal/math [2020-11-30T03:15:15.848Z] #32 2.924 math/bits [2020-11-30T03:15:15.848Z] #32 3.154 math [2020-11-30T03:15:15.848Z] #32 3.199 runtime [2020-11-30T03:15:15.848Z] #32 7.763 internal/testlog [2020-11-30T03:15:15.848Z] #32 8.147 encoding [2020-11-30T03:15:15.848Z] #32 8.267 runtime/cgo [2020-11-30T03:15:15.848Z] #32 ... [2020-11-30T03:15:15.848Z] [2020-11-30T03:15:15.848Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:15.848Z] #43 11.38 unicode/utf16 [2020-11-30T03:15:16.009Z] 1301750ffb48: Pull complete [2020-11-30T03:15:16.148Z] #43 11.52 container/list [2020-11-30T03:15:16.409Z] #25 3.276 Reading package lists... [2020-11-30T03:15:16.444Z] #43 11.82 crypto/internal/subtle [2020-11-30T03:15:16.445Z] #43 11.91 crypto/subtle [2020-11-30T03:15:16.445Z] #43 12.04 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-30T03:15:16.737Z] #43 12.18 internal/nettrace [2020-11-30T03:15:16.737Z] #43 12.29 runtime/cgo [2020-11-30T03:15:17.359Z] #25 4.223 Reading package lists... [2020-11-30T03:15:17.359Z] #25 5.140 Building dependency tree... [2020-11-30T03:15:17.371Z] #43 ... [2020-11-30T03:15:17.371Z] [2020-11-30T03:15:17.371Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:15:17.371Z] #38 2.648 + git clone https://github.com/docker/distribution.git . [2020-11-30T03:15:17.371Z] #38 2.648 Cloning into '.'... [2020-11-30T03:15:17.620Z] #25 5.481 The following additional packages will be installed: [2020-11-30T03:15:17.620Z] #25 5.481 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-30T03:15:17.620Z] #25 5.481 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-30T03:15:17.620Z] #25 5.481 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-30T03:15:17.620Z] #25 5.481 Suggested packages: [2020-11-30T03:15:17.620Z] #25 5.481 krb5-doc krb5-user [2020-11-30T03:15:17.620Z] #25 5.481 Recommended packages: [2020-11-30T03:15:17.620Z] #25 5.481 krb5-locales publicsuffix libsasl2-modules [2020-11-30T03:15:17.663Z] #38 ... [2020-11-30T03:15:17.663Z] [2020-11-30T03:15:17.663Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:17.663Z] #27 6.814 ### 5.4% ######## 11.9% ########### 16.1% ################# 23.8% ####################### 32.4% ########################### 38.8% ################################## 47.4% ###################################### 53.9% ######################################### 58.1% ############################################## 64.6% ################################################### 71.0% ####################################################### 77.4% ############################################################ 83.9% ################################################################# 90.4% ##################################################################### 96.8% ######################################################################## 100.0% [2020-11-30T03:15:17.663Z] #27 9.146 #=#=# [2020-11-30T03:15:17.882Z] #25 5.666 The following NEW packages will be installed: [2020-11-30T03:15:17.882Z] #25 5.666 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-30T03:15:17.882Z] #25 5.666 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-30T03:15:17.882Z] #25 5.666 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-30T03:15:17.882Z] #25 5.673 libssh2-1 libssl1.1 openssl [2020-11-30T03:15:17.973Z] #27 9.259 0.0% # 1.9% ## 3.8% #### 5.6% #### 6.9% ###### 8.8% ######## 11.3% ######### 13.1% ########## 15.0% ############ 16.9% ############# 19.4% ############### 21.2% ################ 23.1% [2020-11-30T03:15:17.973Z] #27 ... [2020-11-30T03:15:17.973Z] [2020-11-30T03:15:17.973Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:17.973Z] #40 3.329 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:17.973Z] #40 3.522 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:17.973Z] #40 3.615 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:17.973Z] #40 4.073 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-30T03:15:17.973Z] #40 5.718 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB] [2020-11-30T03:15:17.973Z] #40 6.723 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-30T03:15:17.973Z] #40 ... [2020-11-30T03:15:17.973Z] [2020-11-30T03:15:17.973Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:18.114Z] dc5c6edc9cff: Pull complete [2020-11-30T03:15:18.144Z] #25 5.950 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-30T03:15:18.144Z] #25 5.950 Need to get 5049 kB of archives. [2020-11-30T03:15:18.144Z] #25 5.950 After this operation, 12.1 MB of additional disk space will be used. [2020-11-30T03:15:18.144Z] #25 5.950 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-11-30T03:15:18.144Z] #25 5.953 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-11-30T03:15:18.144Z] #25 5.955 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-11-30T03:15:18.144Z] #25 5.969 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-11-30T03:15:18.144Z] #25 5.969 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-30T03:15:18.144Z] #25 5.969 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-30T03:15:18.144Z] #25 6.059 Get:7 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-30T03:15:18.144Z] #25 6.060 Get:8 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-30T03:15:18.144Z] #25 6.094 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-30T03:15:18.144Z] #25 6.094 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-30T03:15:18.144Z] #25 6.094 Get:11 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-30T03:15:18.406Z] #25 6.103 Get:12 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-30T03:15:18.406Z] #25 6.110 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-30T03:15:18.406Z] #25 6.113 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-30T03:15:18.406Z] #25 6.114 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-30T03:15:18.406Z] #25 6.116 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-30T03:15:18.406Z] #25 6.119 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-30T03:15:18.406Z] #25 6.124 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-30T03:15:18.406Z] #25 6.129 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-30T03:15:18.406Z] #25 6.131 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-30T03:15:18.406Z] #25 6.134 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-30T03:15:18.406Z] #25 6.277 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:15:18.406Z] #25 6.302 Fetched 5049 kB in 0s (11.4 MB/s) [2020-11-30T03:15:18.406Z] #25 6.338 Selecting previously unselected package libkeyutils1:amd64. [2020-11-30T03:15:18.406Z] #25 6.338 (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 ... 6677 files and directories currently installed.) [2020-11-30T03:15:18.406Z] #25 6.339 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ... [2020-11-30T03:15:18.668Z] #25 6.349 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-30T03:15:18.668Z] #25 6.398 Selecting previously unselected package libkrb5support0:amd64. [2020-11-30T03:15:18.668Z] #25 6.398 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:15:18.668Z] #25 6.401 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:18.668Z] #25 6.468 Selecting previously unselected package libk5crypto3:amd64. [2020-11-30T03:15:18.668Z] #25 6.468 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:15:18.668Z] #25 6.475 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:18.668Z] #25 6.587 Selecting previously unselected package libssl1.1:amd64. [2020-11-30T03:15:18.668Z] #25 6.587 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-30T03:15:18.668Z] #25 6.595 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:18.931Z] #25 ... [2020-11-30T03:15:18.931Z] [2020-11-30T03:15:18.931Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:15:18.931Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.5s done [2020-11-30T03:15:18.931Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2020-11-30T03:15:18.931Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2020-11-30T03:15:18.931Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2020-11-30T03:15:18.931Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.5s [2020-11-30T03:15:18.931Z] #8 ... [2020-11-30T03:15:18.931Z] [2020-11-30T03:15:18.931Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:15:18.931Z] #25 6.788 Selecting previously unselected package libkrb5-3:amd64. [2020-11-30T03:15:18.931Z] #25 6.788 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:15:18.931Z] #25 6.794 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:19.192Z] #25 6.886 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-30T03:15:19.192Z] #25 6.887 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:15:19.192Z] #25 6.891 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:19.192Z] #25 6.958 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-30T03:15:19.192Z] #25 6.958 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-30T03:15:19.192Z] #25 6.962 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:19.193Z] #25 7.004 Selecting previously unselected package libsasl2-2:amd64. [2020-11-30T03:15:19.193Z] #25 7.004 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-30T03:15:19.193Z] #25 7.009 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:19.193Z] #25 7.064 Selecting previously unselected package libldap-common. [2020-11-30T03:15:19.193Z] #25 7.064 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-30T03:15:19.193Z] #25 7.068 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:19.193Z] #25 7.114 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-30T03:15:19.453Z] #25 7.116 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-30T03:15:19.453Z] #25 7.121 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:19.454Z] #25 7.186 Selecting previously unselected package openssl. [2020-11-30T03:15:19.454Z] #25 7.186 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-30T03:15:19.454Z] #25 7.191 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:19.454Z] #25 7.336 Selecting previously unselected package ca-certificates. [2020-11-30T03:15:19.454Z] #25 7.336 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-30T03:15:19.454Z] #25 7.343 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-30T03:15:19.454Z] #25 7.421 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-30T03:15:19.454Z] #25 7.421 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-30T03:15:19.454Z] #25 7.429 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-30T03:15:19.715Z] #25 7.486 Selecting previously unselected package libpsl5:amd64. [2020-11-30T03:15:19.715Z] #25 7.486 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-30T03:15:19.715Z] #25 7.490 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-30T03:15:19.715Z] #25 7.531 Selecting previously unselected package librtmp1:amd64. [2020-11-30T03:15:19.715Z] #25 7.531 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-30T03:15:19.715Z] #25 7.537 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:15:19.715Z] #25 7.587 Selecting previously unselected package libssh2-1:amd64. [2020-11-30T03:15:19.715Z] #25 7.587 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-30T03:15:19.715Z] #25 7.592 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-30T03:15:19.715Z] #25 7.656 Selecting previously unselected package libcurl4:amd64. [2020-11-30T03:15:19.715Z] #25 7.657 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-30T03:15:19.977Z] #25 7.663 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-30T03:15:19.977Z] #25 7.731 Selecting previously unselected package curl. [2020-11-30T03:15:19.977Z] #25 7.731 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-30T03:15:19.977Z] #25 7.738 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-30T03:15:19.977Z] #25 7.802 Selecting previously unselected package libonig5:amd64. [2020-11-30T03:15:19.977Z] #25 7.803 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-30T03:15:19.977Z] #25 7.810 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:15:19.977Z] #25 7.861 Selecting previously unselected package libjq1:amd64. [2020-11-30T03:15:19.977Z] #25 7.862 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:15:19.977Z] #25 7.867 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:15:19.977Z] #25 7.916 Selecting previously unselected package jq. [2020-11-30T03:15:19.977Z] #25 7.916 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:15:19.977Z] #25 7.922 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:15:19.977Z] #25 7.969 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-30T03:15:19.977Z] #25 7.982 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-30T03:15:19.977Z] #25 7.995 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:20.238Z] #25 8.103 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-30T03:15:20.238Z] #25 8.116 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:20.238Z] #25 8.134 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:20.238Z] #25 8.147 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:20.238Z] #25 8.162 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:15:20.238Z] #25 8.174 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:20.238Z] #25 8.188 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:15:20.238Z] #25 8.201 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-30T03:15:20.500Z] #25 8.217 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:20.500Z] #25 8.231 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:15:20.500Z] #25 8.247 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:15:20.500Z] #25 8.262 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:15:20.500Z] #25 8.277 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:15:20.500Z] #25 8.289 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-30T03:15:21.073Z] #25 8.871 Updating certificates in /etc/ssl/certs... [2020-11-30T03:15:21.662Z] 3c370c2e2f82: Pull complete [2020-11-30T03:15:21.662Z] 5ffb2f5886e2: Pull complete [2020-11-30T03:15:21.662Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-30T03:15:21.662Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-11-30T03:15:21.662Z] ---> 805dc2d65d1c [2020-11-30T03:15:21.662Z] Step 5/15 : ARG BUILDX_REPO [2020-11-30T03:15:21.662Z] ---> Running in d2154768a828 [2020-11-30T03:15:21.662Z] Removing intermediate container d2154768a828 [2020-11-30T03:15:21.662Z] ---> 40291368888e [2020-11-30T03:15:21.662Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-11-30T03:15:21.662Z] ---> Running in 2b79a348fa5a [2020-11-30T03:15:21.958Z] Cloning into '/buildx'... [2020-11-30T03:15:22.017Z] #25 9.619 126 added, 0 removed; done. [2020-11-30T03:15:22.017Z] #25 9.659 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:15:22.017Z] #25 9.678 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:15:22.017Z] #25 9.694 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-30T03:15:22.017Z] #25 9.706 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-30T03:15:22.017Z] #25 9.717 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:15:22.017Z] #25 9.737 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-30T03:15:22.017Z] #25 9.745 Updating certificates in /etc/ssl/certs... [2020-11-30T03:15:22.590Z] #25 10.33 0 added, 0 removed; done. [2020-11-30T03:15:22.590Z] #25 10.33 Running hooks in /etc/ca-certificates/update.d... [2020-11-30T03:15:22.590Z] #25 10.33 done. [2020-11-30T03:15:22.655Z] #27 9.259 0.0% # 1.9% ## 3.8% #### 5.6% #### 6.9% ###### 8.8% ######## 11.3% ######### 13.1% ########## 15.0% ############ 16.9% ############# 19.4% ############### 21.2% ################ 23.1% ################# 25.0% ################### 26.9% #################### 28.7% ###################### 31.2% ####################### 33.1% ######################## 34.3% ########################## 36.8% ########################### 38.7% ############################# 40.6% ############################## 42.4% ############################### 44.3% ################################# 46.2% ################################### 48.7% #################################### 51.2% ###################################### 53.1% ####################################### 55.5% ######################################### 57.4% ########################################### 59.9% ############################################ 61.8% ############################################# 63.7% ############################################### 65.5% ################################################ 67.4% ################################################# 69.3% ################################################### 71.1% #################################################### 73.0% ##################################################### 74.9% ####################################################### 76.7% ######################################################## 78.6% ######################################################### 80.5% ########################################################### 82.4% ############################################################ 84.2% ############################################################# 86.1% ############################################################### 88.0% ################################################################ 89.9% ################################################################## 91.7% ################################################################### 93.6% #################################################################### 95.5% ###################################################################### 97.3% ####################################################################### 99.2% ######################################################################## 100.0% [2020-11-30T03:15:22.655Z] #27 15.76 [2020-11-30T03:15:23.692Z] #27 16.65 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-30T03:15:23.984Z] #27 17.01 [2020-11-30T03:15:24.276Z] #27 17.15 ######################################################################## 100.0% [2020-11-30T03:15:24.277Z] #27 17.28 [2020-11-30T03:15:24.569Z] #27 ... [2020-11-30T03:15:24.569Z] [2020-11-30T03:15:24.569Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:24.569Z] #47 10.05 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:15:24.569Z] #47 10.15 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:15:24.569Z] #47 10.23 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:15:24.569Z] #47 10.38 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:15:24.569Z] #47 10.90 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:15:24.569Z] #47 11.04 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:15:24.569Z] #47 11.19 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:15:24.569Z] #47 11.19 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-30T03:15:24.569Z] #47 11.20 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:15:24.569Z] #47 11.42 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-30T03:15:24.569Z] #47 11.51 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:15:24.569Z] #47 12.86 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:15:24.569Z] #47 12.94 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:15:24.569Z] #47 13.39 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:15:24.569Z] #47 13.39 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:15:24.569Z] #47 13.39 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-30T03:15:24.569Z] #47 13.39 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:15:24.569Z] #47 13.40 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:15:24.569Z] #47 13.40 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:15:24.569Z] #47 13.40 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:15:24.569Z] #47 13.40 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:15:24.569Z] #47 13.46 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:15:24.569Z] #47 13.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:15:24.569Z] #47 13.48 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:15:24.569Z] #47 13.48 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:15:24.569Z] #47 13.49 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:15:24.569Z] #47 13.58 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:15:24.569Z] #47 13.58 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-30T03:15:24.569Z] #47 13.58 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:15:24.569Z] #47 13.58 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:15:24.569Z] #47 13.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:15:24.569Z] #47 13.60 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:15:24.569Z] #47 13.63 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:15:24.569Z] #47 13.69 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:15:24.569Z] #47 13.76 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:15:24.569Z] #47 13.76 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-30T03:15:24.569Z] #47 13.77 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:15:24.569Z] #47 13.82 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:15:24.569Z] #47 13.94 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:15:24.569Z] #47 13.94 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:15:24.569Z] #47 13.95 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:15:24.569Z] #47 13.95 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-30T03:15:24.569Z] #47 13.96 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-30T03:15:24.569Z] #47 13.96 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:15:24.569Z] #47 13.97 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.06 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.08 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:15:24.569Z] #47 14.08 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:15:24.569Z] #47 14.11 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.11 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:15:24.569Z] #47 14.11 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:15:24.569Z] #47 14.16 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.17 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.18 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:15:24.569Z] #47 14.19 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-30T03:15:24.569Z] #47 14.20 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-30T03:15:24.569Z] #47 14.27 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:15:24.569Z] #47 14.35 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.38 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.38 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:15:24.569Z] #47 14.38 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:15:24.569Z] #47 14.39 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:15:24.569Z] #47 14.39 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.40 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.40 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:15:24.569Z] #47 14.41 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:15:24.569Z] #47 14.42 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.49 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-30T03:15:24.569Z] #47 14.49 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:15:24.569Z] #47 14.49 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.52 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.55 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:15:24.569Z] #47 14.59 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:15:24.569Z] #47 14.59 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.59 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.62 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:15:24.569Z] #47 14.62 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:15:24.569Z] #47 14.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.74 go: downloading github.com/spf13/cast v1.3.0 [2020-11-30T03:15:24.569Z] #47 14.74 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:15:24.569Z] #47 14.74 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.80 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:15:24.569Z] #47 14.85 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-30T03:15:24.569Z] #47 14.88 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:15:24.569Z] #47 14.97 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:15:24.569Z] #47 14.98 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:15:24.569Z] #47 15.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:15:24.569Z] #47 15.01 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:15:24.569Z] #47 15.02 go: extracting github.com/spf13/cast v1.3.0 [2020-11-30T03:15:24.569Z] #47 15.03 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:15:24.569Z] #47 15.05 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-30T03:15:24.569Z] #47 15.10 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:15:24.569Z] #47 15.12 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:15:24.569Z] #47 15.12 go: downloading github.com/spf13/afero v1.1.2 [2020-11-30T03:15:24.569Z] #47 15.22 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:15:24.569Z] #47 15.28 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-30T03:15:24.569Z] #47 15.37 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:15:24.569Z] #47 15.46 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:15:24.569Z] #47 15.54 go: extracting github.com/spf13/afero v1.1.2 [2020-11-30T03:15:24.569Z] #47 15.59 go: downloading golang.org/x/text v0.3.2 [2020-11-30T03:15:24.569Z] #47 15.64 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:15:24.569Z] #47 15.88 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:15:24.569Z] #47 16.63 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:15:24.569Z] #47 16.84 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:15:24.569Z] #47 16.86 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:15:24.569Z] #47 17.68 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-30T03:15:24.861Z] #47 20.24 go: extracting golang.org/x/text v0.3.2 [2020-11-30T03:15:25.495Z] #47 ... [2020-11-30T03:15:25.495Z] [2020-11-30T03:15:25.495Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:25.495Z] #49 10.93 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:15:25.495Z] #49 11.54 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:15:25.495Z] #49 12.05 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:15:25.495Z] #49 12.88 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:15:25.495Z] #49 13.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:15:25.495Z] #49 14.04 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:15:25.495Z] #49 14.13 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:15:25.495Z] #49 14.20 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:15:25.495Z] #49 14.62 runtime [2020-11-30T03:15:25.495Z] #49 ... [2020-11-30T03:15:25.495Z] [2020-11-30T03:15:25.495Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:25.495Z] #27 18.43 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-30T03:15:25.495Z] #27 18.49 skipping existing aab193acf6ba [2020-11-30T03:15:25.495Z] #27 18.59 [2020-11-30T03:15:25.496Z] Removing intermediate container 2b79a348fa5a [2020-11-30T03:15:25.496Z] ---> 2129e34c604b [2020-11-30T03:15:25.496Z] Step 7/15 : WORKDIR /buildx [2020-11-30T03:15:25.496Z] ---> Running in 797ee5f9d870 [2020-11-30T03:15:25.791Z] Removing intermediate container 797ee5f9d870 [2020-11-30T03:15:25.791Z] ---> 8891e6ed14f2 [2020-11-30T03:15:25.791Z] Step 8/15 : ARG BUILDX_COMMIT [2020-11-30T03:15:25.791Z] ---> Running in 555eeaa8101e [2020-11-30T03:15:25.791Z] Removing intermediate container 555eeaa8101e [2020-11-30T03:15:25.791Z] ---> c0b4342dace0 [2020-11-30T03:15:25.791Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-11-30T03:15:25.791Z] ---> Running in 8541cfb92bc0 [2020-11-30T03:15:26.431Z] From https://github.com/docker/buildx [2020-11-30T03:15:26.431Z] * [new tag] v0.3.1 -> build [2020-11-30T03:15:26.802Z] #25 DONE 14.5s [2020-11-30T03:15:26.802Z] [2020-11-30T03:15:26.802Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:15:26.802Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.2s done [2020-11-30T03:15:26.802Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.2s done [2020-11-30T03:15:26.802Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-30T03:15:26.802Z] #8 DONE 23.1s [2020-11-30T03:15:26.802Z] [2020-11-30T03:15:26.802Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:15:26.802Z] #9 ... [2020-11-30T03:15:26.802Z] [2020-11-30T03:15:26.802Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-30T03:15:26.802Z] #26 DONE 0.1s [2020-11-30T03:15:26.802Z] [2020-11-30T03:15:26.802Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:27.006Z] #27 19.78 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-30T03:15:27.006Z] #27 19.84 skipping existing 4d43f82972ce [2020-11-30T03:15:27.006Z] #27 19.88 [2020-11-30T03:15:27.072Z] Switched to branch 'build' [2020-11-30T03:15:27.375Z] #27 ... [2020-11-30T03:15:27.375Z] [2020-11-30T03:15:27.375Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:15:27.375Z] #9 DONE 0.8s [2020-11-30T03:15:27.636Z] [2020-11-30T03:15:27.636Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-30T03:15:27.713Z] Removing intermediate container 8541cfb92bc0 [2020-11-30T03:15:27.713Z] ---> e0003f7a5b6d [2020-11-30T03:15:27.713Z] Step 10/15 : ARG GOOS [2020-11-30T03:15:27.713Z] ---> Running in bffdbbcf74b5 [2020-11-30T03:15:27.900Z] #10 DONE 0.6s [2020-11-30T03:15:27.900Z] [2020-11-30T03:15:27.900Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:27.900Z] #27 1.140 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-30T03:15:28.008Z] Removing intermediate container bffdbbcf74b5 [2020-11-30T03:15:28.008Z] ---> 5ae4e148fb71 [2020-11-30T03:15:28.008Z] Step 11/15 : ARG GOARCH [2020-11-30T03:15:28.008Z] ---> Running in 1a0773c08f25 [2020-11-30T03:15:28.008Z] Removing intermediate container 1a0773c08f25 [2020-11-30T03:15:28.008Z] ---> bf92b68d77b0 [2020-11-30T03:15:28.008Z] Step 12/15 : 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 -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-11-30T03:15:28.008Z] ---> Running in 4665a0614542 [2020-11-30T03:15:28.052Z] #27 ... [2020-11-30T03:15:28.052Z] [2020-11-30T03:15:28.052Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:15:28.052Z] #38 13.12 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-30T03:15:28.052Z] #38 14.75 + 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-11-30T03:15:28.052Z] #38 ... [2020-11-30T03:15:28.052Z] [2020-11-30T03:15:28.052Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:28.052Z] #40 13.54 Fetched 8095 kB in 10s (786 kB/s) [2020-11-30T03:15:28.052Z] #40 13.54 Reading package lists... [2020-11-30T03:15:28.052Z] #40 17.04 Reading package lists... [2020-11-30T03:15:28.052Z] #40 20.93 Building dependency tree... [2020-11-30T03:15:28.052Z] #40 22.12 The following additional packages will be installed: [2020-11-30T03:15:28.052Z] #40 22.12 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-30T03:15:28.052Z] #40 22.12 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-30T03:15:28.052Z] #40 22.12 Suggested packages: [2020-11-30T03:15:28.052Z] #40 22.12 manpages-dev python-setuptools [2020-11-30T03:15:28.052Z] #40 23.01 The following NEW packages will be installed: [2020-11-30T03:15:28.052Z] #40 23.01 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-30T03:15:28.052Z] #40 23.01 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-30T03:15:28.052Z] #40 23.01 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-30T03:15:28.052Z] #40 23.01 python-six zlib1g-dev [2020-11-30T03:15:28.052Z] #40 23.14 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:15:28.052Z] #40 23.14 Need to get 3742 kB of archives. [2020-11-30T03:15:28.052Z] #40 23.14 After this operation, 22.0 MB of additional disk space will be used. [2020-11-30T03:15:28.052Z] #40 23.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-11-30T03:15:28.052Z] #40 23.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-11-30T03:15:28.052Z] #40 23.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-11-30T03:15:28.052Z] #40 23.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-11-30T03:15:28.052Z] #40 23.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-11-30T03:15:28.052Z] #40 23.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-11-30T03:15:28.052Z] #40 23.29 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-11-30T03:15:28.052Z] #40 23.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-11-30T03:15:28.052Z] #40 23.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-11-30T03:15:28.052Z] #40 23.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-11-30T03:15:28.052Z] #40 23.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-11-30T03:15:28.052Z] #40 23.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-11-30T03:15:28.052Z] #40 23.42 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-11-30T03:15:28.052Z] #40 23.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-11-30T03:15:28.052Z] #40 23.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-30T03:15:28.052Z] #40 23.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-11-30T03:15:28.052Z] #40 23.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-11-30T03:15:28.166Z] #27 ... [2020-11-30T03:15:28.166Z] [2020-11-30T03:15:28.166Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-30T03:15:28.166Z] #37 DONE 0.1s [2020-11-30T03:15:28.166Z] [2020-11-30T03:15:28.166Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-30T03:15:28.166Z] #29 DONE 0.1s [2020-11-30T03:15:28.166Z] [2020-11-30T03:15:28.166Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:28.166Z] #27 1.231 [2020-11-30T03:15:28.353Z] #40 ... [2020-11-30T03:15:28.353Z] [2020-11-30T03:15:28.353Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:15:28.353Z] #53 13.67 Fetched 8095 kB in 11s (767 kB/s) [2020-11-30T03:15:28.353Z] #53 13.67 Reading package lists... [2020-11-30T03:15:28.353Z] #53 17.62 Reading package lists... [2020-11-30T03:15:28.353Z] #53 21.05 Building dependency tree... [2020-11-30T03:15:28.353Z] #53 22.09 The following additional packages will be installed: [2020-11-30T03:15:28.353Z] #53 22.12 libbtrfs0 [2020-11-30T03:15:28.353Z] #53 22.21 The following NEW packages will be installed: [2020-11-30T03:15:28.353Z] #53 22.21 libbtrfs-dev libbtrfs0 [2020-11-30T03:15:28.353Z] #53 22.42 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:15:28.353Z] #53 22.42 Need to get 118 kB of archives. [2020-11-30T03:15:28.353Z] #53 22.42 After this operation, 390 kB of additional disk space will be used. [2020-11-30T03:15:28.353Z] #53 22.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-30T03:15:28.353Z] #53 22.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-30T03:15:28.353Z] #53 23.01 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:15:28.353Z] #53 23.05 Fetched 118 kB in 0s (602 kB/s) [2020-11-30T03:15:28.353Z] #53 23.09 Selecting previously unselected package libbtrfs0. [2020-11-30T03:15:28.353Z] #53 23.09 (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 ... 15177 files and directories currently installed.) [2020-11-30T03:15:28.353Z] #53 23.18 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-30T03:15:28.353Z] #53 23.19 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:15:28.353Z] #53 23.23 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:15:28.353Z] #53 23.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-30T03:15:28.353Z] #53 23.24 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:15:28.353Z] #53 23.36 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:15:28.353Z] #53 23.37 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:15:28.353Z] #53 23.38 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:15:28.353Z] #53 ... [2020-11-30T03:15:28.353Z] [2020-11-30T03:15:28.353Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:28.353Z] #47 23.53 go: finding github.com/fatih/color v1.7.0 [2020-11-30T03:15:28.353Z] #47 23.61 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:15:28.353Z] #47 23.64 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:15:28.353Z] #47 23.65 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:15:28.353Z] #47 23.73 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:15:28.353Z] #47 23.75 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:15:28.353Z] #47 23.93 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:15:28.353Z] #47 23.93 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:15:28.353Z] #47 23.93 go: finding github.com/pkg/errors v0.8.1 [2020-11-30T03:15:28.646Z] #47 24.00 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.00 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:15:28.646Z] #47 24.00 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:15:28.646Z] #47 24.02 go: finding github.com/stretchr/testify v1.4.0 [2020-11-30T03:15:28.646Z] #47 24.02 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.02 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.05 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:15:28.646Z] #47 24.05 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.05 go: finding github.com/spf13/viper v1.6.1 [2020-11-30T03:15:28.646Z] #47 24.06 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.07 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.11 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:15:28.646Z] #47 ... [2020-11-30T03:15:28.646Z] [2020-11-30T03:15:28.646Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:15:28.646Z] #53 DONE 24.2s [2020-11-30T03:15:28.646Z] [2020-11-30T03:15:28.646Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:28.646Z] #47 24.12 go: finding github.com/stretchr/objx v0.2.0 [2020-11-30T03:15:28.646Z] #47 24.15 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:15:28.646Z] #47 24.17 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:15:28.646Z] #47 24.17 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:15:28.646Z] #47 24.17 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:15:28.646Z] #47 24.19 go: finding github.com/gobwas/glob v0.2.3 [2020-11-30T03:15:28.692Z] #27 1.363 # 1.7% ############## 20.2% ################################## 48.2% ################################################ 67.5% ######################################################### 79.5% ######################################################################## 100.0% [2020-11-30T03:15:28.692Z] #27 2.020 [2020-11-30T03:15:28.942Z] #47 24.28 go: finding github.com/spf13/cobra v0.0.5 [2020-11-30T03:15:28.942Z] #47 24.29 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:15:28.942Z] #47 24.30 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:15:28.942Z] #47 24.36 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:15:28.942Z] #47 ... [2020-11-30T03:15:28.942Z] [2020-11-30T03:15:28.942Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:28.942Z] #11 14.35 Fetched 8095 kB in 11s (737 kB/s) [2020-11-30T03:15:28.942Z] #11 14.35 Reading package lists... [2020-11-30T03:15:28.942Z] #11 18.18 Reading package lists... [2020-11-30T03:15:28.942Z] #11 21.78 Building dependency tree... [2020-11-30T03:15:28.942Z] #11 22.73 The following additional packages will be installed: [2020-11-30T03:15:28.942Z] #11 22.74 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-30T03:15:28.942Z] #11 22.74 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-30T03:15:28.942Z] #11 22.74 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-30T03:15:28.942Z] #11 22.74 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:15:28.942Z] #11 22.74 Suggested packages: [2020-11-30T03:15:28.942Z] #11 22.74 gcc-8-locales seccomp wine64 [2020-11-30T03:15:28.942Z] #11 23.70 The following NEW packages will be installed: [2020-11-30T03:15:28.942Z] #11 23.70 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-30T03:15:28.942Z] #11 23.70 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-30T03:15:28.942Z] #11 23.70 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-30T03:15:28.942Z] #11 23.70 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-30T03:15:28.942Z] #11 23.70 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-30T03:15:28.942Z] #11 23.70 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:15:28.942Z] #11 23.99 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:15:28.942Z] #11 23.99 Need to get 73.3 MB of archives. [2020-11-30T03:15:28.942Z] #11 23.99 After this operation, 494 MB of additional disk space will be used. [2020-11-30T03:15:28.942Z] #11 23.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-11-30T03:15:28.942Z] #11 24.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-11-30T03:15:28.942Z] #11 ... [2020-11-30T03:15:28.942Z] [2020-11-30T03:15:28.942Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:28.942Z] #47 24.39 go: finding github.com/spf13/pflag v1.0.5 [2020-11-30T03:15:28.942Z] #47 24.44 go: finding github.com/magiconair/properties v1.8.1 [2020-11-30T03:15:28.942Z] #47 24.44 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:15:28.942Z] #47 24.46 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:15:28.942Z] #47 24.46 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:15:28.942Z] #47 24.47 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:15:28.942Z] #47 24.50 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:15:28.942Z] #47 24.60 go: finding github.com/spf13/afero v1.1.2 [2020-11-30T03:15:28.942Z] #47 ... [2020-11-30T03:15:28.942Z] [2020-11-30T03:15:28.942Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:28.942Z] #62 14.50 Checking out files: 95% (1820/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-30T03:15:28.942Z] #62 14.60 + cd /tmp/tmp.fTmPZFHaHA/src/github.com/docker/libnetwork [2020-11-30T03:15:28.942Z] #62 14.60 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:15:28.942Z] #62 15.23 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-30T03:15:29.218Z] #27 2.152 ##### 7.6% ######################### 36.1% ######################################################################## 100.0% [2020-11-30T03:15:29.219Z] #27 2.513 [2020-11-30T03:15:29.237Z] #62 ... [2020-11-30T03:15:29.237Z] [2020-11-30T03:15:29.237Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:15:29.237Z] #34 14.48 Fetched 8095 kB in 11s (720 kB/s) [2020-11-30T03:15:29.237Z] #34 14.48 Reading package lists... [2020-11-30T03:15:29.237Z] #34 18.37 Reading package lists... [2020-11-30T03:15:29.237Z] #34 21.94 Building dependency tree... [2020-11-30T03:15:29.237Z] #34 22.89 The following additional packages will be installed: [2020-11-30T03:15:29.237Z] #34 22.89 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-30T03:15:29.237Z] #34 22.90 Suggested packages: [2020-11-30T03:15:29.237Z] #34 22.90 cmake-doc ninja-build lrzip [2020-11-30T03:15:29.237Z] #34 22.90 Recommended packages: [2020-11-30T03:15:29.237Z] #34 22.90 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-30T03:15:29.237Z] #34 23.66 The following NEW packages will be installed: [2020-11-30T03:15:29.237Z] #34 23.67 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-30T03:15:29.237Z] #34 23.67 vim-common xxd [2020-11-30T03:15:29.237Z] #34 23.87 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:15:29.237Z] #34 23.87 Need to get 14.0 MB of archives. [2020-11-30T03:15:29.237Z] #34 23.87 After this operation, 62.1 MB of additional disk space will be used. [2020-11-30T03:15:29.237Z] #34 23.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-30T03:15:29.237Z] #34 23.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:15:29.237Z] #34 24.02 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-11-30T03:15:29.237Z] #34 24.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-30T03:15:29.237Z] #34 ... [2020-11-30T03:15:29.237Z] [2020-11-30T03:15:29.237Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:29.237Z] #11 24.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-30T03:15:29.237Z] #11 24.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-11-30T03:15:29.237Z] #11 24.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-11-30T03:15:29.482Z] #27 2.653 # 1.9% ################################################################## 92.8% ######################################################################## 100.0% [2020-11-30T03:15:29.530Z] #11 24.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-30T03:15:29.745Z] #27 2.893 [2020-11-30T03:15:30.164Z] #11 ... [2020-11-30T03:15:30.164Z] [2020-11-30T03:15:30.164Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:30.164Z] #27 21.07 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-30T03:15:30.164Z] #27 21.43 [2020-11-30T03:15:30.164Z] #27 21.57 ######################################################################## 100.0% [2020-11-30T03:15:30.164Z] #27 21.71 [2020-11-30T03:15:30.164Z] #27 22.49 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-30T03:15:30.164Z] #27 22.71 [2020-11-30T03:15:30.164Z] #27 22.86 ######################################################################## 100.0% [2020-11-30T03:15:30.164Z] #27 22.93 [2020-11-30T03:15:30.164Z] #27 22.95 Download of images into '/build' complete. [2020-11-30T03:15:30.164Z] #27 22.95 Use something like the following to load the result into a Docker daemon: [2020-11-30T03:15:30.164Z] #27 22.95 tar -cC '/build' . | docker load [2020-11-30T03:15:30.164Z] #27 DONE 23.1s [2020-11-30T03:15:30.457Z] [2020-11-30T03:15:30.457Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:30.457Z] #47 24.65 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:15:30.457Z] #47 24.69 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:15:30.457Z] #47 24.69 go: finding github.com/spf13/cast v1.3.0 [2020-11-30T03:15:30.457Z] #47 24.70 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:15:30.457Z] #47 24.71 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:15:30.457Z] #47 24.72 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:15:30.457Z] #47 24.78 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:15:30.457Z] #47 24.78 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-30T03:15:30.457Z] #47 24.79 go: finding golang.org/x/text v0.3.2 [2020-11-30T03:15:30.457Z] #47 24.83 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:15:30.457Z] #47 24.83 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:15:30.457Z] #47 24.85 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:15:30.457Z] #47 24.86 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:15:30.457Z] #47 24.87 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:15:30.457Z] #47 24.88 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:15:30.457Z] #47 24.88 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:15:30.457Z] #47 24.92 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:15:30.457Z] #47 24.93 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:15:30.457Z] #47 24.95 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:15:30.457Z] #47 24.95 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:15:30.457Z] #47 24.96 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-30T03:15:30.457Z] #47 25.00 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:15:30.457Z] #47 25.00 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:15:30.457Z] #47 25.02 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:15:30.457Z] #47 25.05 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:15:30.457Z] #47 25.05 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-30T03:15:30.457Z] #47 25.06 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:15:30.457Z] #47 25.06 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:15:30.457Z] #47 25.08 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:15:30.457Z] #47 25.08 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-30T03:15:30.457Z] #47 25.17 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:15:30.457Z] #47 25.22 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:15:30.457Z] #47 25.27 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:15:30.457Z] #47 25.28 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:15:30.457Z] #47 25.28 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:15:30.532Z] #27 3.036 ### 4.6% ############## 20.5% ######################## 34.6% ################################## 47.9% ############################################### 65.6% ########################################################### 82.3% ######################################################################## 100.0% [2020-11-30T03:15:30.532Z] #27 3.709 [2020-11-30T03:15:32.569Z] #47 ... [2020-11-30T03:15:32.569Z] [2020-11-30T03:15:32.569Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:32.569Z] #62 DONE 27.7s [2020-11-30T03:15:32.569Z] [2020-11-30T03:15:32.569Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:32.569Z] #40 24.47 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:15:32.569Z] #40 24.53 Fetched 3742 kB in 1s (5579 kB/s) [2020-11-30T03:15:32.569Z] #40 24.62 Selecting previously unselected package libcap-dev:s390x. [2020-11-30T03:15:32.569Z] #40 24.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 ... 15177 files and directories currently installed.) [2020-11-30T03:15:32.569Z] #40 24.73 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 24.74 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-11-30T03:15:32.569Z] #40 24.83 Selecting previously unselected package libnet1:s390x. [2020-11-30T03:15:32.569Z] #40 24.83 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 24.83 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-30T03:15:32.569Z] #40 24.90 Selecting previously unselected package libnet1-dev. [2020-11-30T03:15:32.569Z] #40 24.91 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 24.92 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:15:32.569Z] #40 25.08 Selecting previously unselected package libnl-3-200:s390x. [2020-11-30T03:15:32.569Z] #40 25.09 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 25.09 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-30T03:15:32.569Z] #40 25.17 Selecting previously unselected package libnl-3-dev:s390x. [2020-11-30T03:15:32.569Z] #40 25.18 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 25.18 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-11-30T03:15:32.569Z] #40 25.40 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-30T03:15:32.569Z] #40 25.41 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 25.41 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-30T03:15:32.569Z] #40 25.47 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-11-30T03:15:32.569Z] #40 25.49 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 25.49 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-30T03:15:32.569Z] #40 25.59 Selecting previously unselected package zlib1g-dev:s390x. [2020-11-30T03:15:32.569Z] #40 25.66 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 25.69 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-30T03:15:32.569Z] #40 26.05 Selecting previously unselected package libprotobuf17:s390x. [2020-11-30T03:15:32.569Z] #40 26.05 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 26.05 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-30T03:15:32.569Z] #40 26.45 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-11-30T03:15:32.569Z] #40 26.45 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 26.45 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-30T03:15:32.569Z] #40 26.62 Selecting previously unselected package libprotobuf-dev:s390x. [2020-11-30T03:15:32.569Z] #40 26.63 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 26.63 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-30T03:15:32.569Z] #40 27.65 Selecting previously unselected package libprotoc17:s390x. [2020-11-30T03:15:32.569Z] #40 27.66 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-11-30T03:15:32.569Z] #40 27.68 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-11-30T03:15:32.635Z] #27 3.830 1.3% #### 6.9% ######### 13.7% ############# 18.9% ################# 25.0% ##################### 30.2% ######################### 35.0% ############################# 40.6% ################################ 45.8% #################################### 51.0% ######################################## 56.2% ########################################### 60.7% ############################################## 65.2% #################################################### 72.3% ####################################################### 76.9% ############################################################ 83.5% ############################################################### 88.7% ################################################################### 93.9% ####################################################################### 99.1% ######################################################################## 100.0% [2020-11-30T03:15:32.635Z] #27 5.702 [2020-11-30T03:15:32.877Z] #40 28.25 Selecting previously unselected package protobuf-c-compiler. [2020-11-30T03:15:32.877Z] #40 28.26 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-11-30T03:15:32.877Z] #40 28.27 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:15:32.877Z] #40 28.48 Selecting previously unselected package protobuf-compiler. [2020-11-30T03:15:32.877Z] #40 28.48 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-11-30T03:15:32.877Z] #40 28.48 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:15:33.169Z] #40 28.63 Selecting previously unselected package python-pkg-resources. [2020-11-30T03:15:33.169Z] #40 28.64 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:15:33.169Z] #40 28.64 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-30T03:15:33.169Z] #40 28.75 Selecting previously unselected package python-six. [2020-11-30T03:15:33.169Z] #40 28.75 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-30T03:15:33.169Z] #40 28.76 Unpacking python-six (1.12.0-1) ... [2020-11-30T03:15:33.169Z] #40 28.81 Selecting previously unselected package python-protobuf. [2020-11-30T03:15:33.208Z] #27 6.319 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-30T03:15:33.208Z] #27 6.457 [2020-11-30T03:15:33.208Z] #27 6.546 ######################################################################## 100.0% [2020-11-30T03:15:33.463Z] #40 28.81 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-11-30T03:15:33.464Z] #40 28.81 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-30T03:15:33.470Z] #27 6.591 [2020-11-30T03:15:33.756Z] #40 29.27 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:15:34.421Z] #27 7.494 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-30T03:15:34.684Z] #27 7.882 [2020-11-30T03:15:35.210Z] #27 8.294 0.6% ######################################################################## 100.0% [2020-11-30T03:15:35.472Z] #27 8.593 [2020-11-30T03:15:35.828Z] #40 30.95 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-11-30T03:15:35.828Z] #40 30.96 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-30T03:15:35.828Z] #40 30.96 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-30T03:15:35.828Z] #40 30.97 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-11-30T03:15:35.828Z] #40 30.98 Setting up python-six (1.12.0-1) ... [2020-11-30T03:15:36.462Z] #40 ... [2020-11-30T03:15:36.462Z] [2020-11-30T03:15:36.462Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:15:36.462Z] #30 31.72 Checking out files: 93% (1423/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-30T03:15:36.462Z] #30 31.85 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-30T03:15:36.859Z] #27 9.967 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-30T03:15:36.859Z] #27 10.08 skipping existing c35d46ef359f [2020-11-30T03:15:37.096Z] #30 32.08 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-30T03:15:37.120Z] #27 10.30 [2020-11-30T03:15:37.730Z] #30 ... [2020-11-30T03:15:37.731Z] [2020-11-30T03:15:37.731Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:37.731Z] #32 23.17 sync [2020-11-30T03:15:37.731Z] #32 23.17 internal/reflectlite [2020-11-30T03:15:37.731Z] #32 25.21 sort [2020-11-30T03:15:37.731Z] #32 25.23 errors [2020-11-30T03:15:37.731Z] #32 25.69 strconv [2020-11-30T03:15:37.731Z] #32 26.44 io [2020-11-30T03:15:37.731Z] #32 27.25 internal/oserror [2020-11-30T03:15:37.731Z] #32 27.33 syscall [2020-11-30T03:15:37.731Z] #32 27.94 reflect [2020-11-30T03:15:38.023Z] #32 ... [2020-11-30T03:15:38.023Z] [2020-11-30T03:15:38.023Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:38.023Z] #40 32.49 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-11-30T03:15:38.023Z] #40 32.50 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-30T03:15:38.023Z] #40 32.51 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-11-30T03:15:38.023Z] #40 32.52 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-11-30T03:15:38.023Z] #40 32.52 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-11-30T03:15:38.023Z] #40 32.53 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:15:38.023Z] #40 32.54 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:15:38.023Z] #40 32.54 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-11-30T03:15:38.023Z] #40 32.55 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:15:38.023Z] #40 32.56 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-30T03:15:38.071Z] #27 ... [2020-11-30T03:15:38.071Z] [2020-11-30T03:15:38.071Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:38.071Z] #47 5.572 + RM_GOPATH=0 [2020-11-30T03:15:38.071Z] #47 5.572 + TMP_GOPATH= [2020-11-30T03:15:38.071Z] #47 5.572 + : /build [2020-11-30T03:15:38.071Z] #47 5.572 + '[' -z '' ']' [2020-11-30T03:15:38.071Z] #47 5.572 ++ mktemp -d [2020-11-30T03:15:38.071Z] #47 5.572 + export GOPATH=/tmp/tmp.YOOFchh82x [2020-11-30T03:15:38.071Z] #47 5.572 + GOPATH=/tmp/tmp.YOOFchh82x [2020-11-30T03:15:38.071Z] #47 5.572 + RM_GOPATH=1 [2020-11-30T03:15:38.071Z] #47 5.572 + case "$(go env GOARCH)" in [2020-11-30T03:15:38.071Z] #47 5.572 ++ go env GOARCH [2020-11-30T03:15:38.071Z] #47 5.594 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.071Z] #47 5.594 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.071Z] #47 5.594 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:38.071Z] #47 5.602 + dir=/tmp/install [2020-11-30T03:15:38.071Z] #47 5.602 + bin=golangci_lint [2020-11-30T03:15:38.071Z] #47 5.602 + shift [2020-11-30T03:15:38.071Z] #47 5.602 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-30T03:15:38.071Z] #47 5.602 + . /tmp/install/golangci_lint.installer [2020-11-30T03:15:38.071Z] #47 5.602 ++ : v1.23.8 [2020-11-30T03:15:38.071Z] #47 5.602 + install_golangci_lint [2020-11-30T03:15:38.071Z] #47 5.602 + set -e [2020-11-30T03:15:38.071Z] #47 5.602 + export GO111MODULE=on [2020-11-30T03:15:38.071Z] #47 5.602 + GO111MODULE=on [2020-11-30T03:15:38.071Z] #47 5.602 + GOBIN=/build [2020-11-30T03:15:38.071Z] #47 5.602 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-30T03:15:38.071Z] #47 5.695 go: finding github.com v1.23.8 [2020-11-30T03:15:38.071Z] #47 5.708 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-30T03:15:38.071Z] #47 5.708 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-30T03:15:38.071Z] #47 5.708 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:15:38.071Z] #47 5.708 go: finding github.com/golangci v1.23.8 [2020-11-30T03:15:38.071Z] #47 7.068 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:15:38.071Z] #47 8.044 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:15:38.071Z] #47 ... [2020-11-30T03:15:38.071Z] [2020-11-30T03:15:38.071Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:38.071Z] #56 6.357 + RM_GOPATH=0 [2020-11-30T03:15:38.071Z] #56 6.357 + TMP_GOPATH= [2020-11-30T03:15:38.071Z] #56 6.357 + : /build [2020-11-30T03:15:38.071Z] #56 6.357 + '[' -z '' ']' [2020-11-30T03:15:38.071Z] #56 6.361 ++ mktemp -d [2020-11-30T03:15:38.071Z] #56 6.361 + export GOPATH=/tmp/tmp.SqHmkXbS2B [2020-11-30T03:15:38.071Z] #56 6.361 + GOPATH=/tmp/tmp.SqHmkXbS2B [2020-11-30T03:15:38.071Z] #56 6.361 + RM_GOPATH=1 [2020-11-30T03:15:38.071Z] #56 6.361 + case "$(go env GOARCH)" in [2020-11-30T03:15:38.071Z] #56 6.362 ++ go env GOARCH [2020-11-30T03:15:38.071Z] #56 6.374 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.071Z] #56 6.374 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.071Z] #56 6.374 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:38.071Z] #56 6.374 + dir=/tmp/install [2020-11-30T03:15:38.071Z] #56 6.374 + bin=rootlesskit [2020-11-30T03:15:38.071Z] #56 6.374 + shift [2020-11-30T03:15:38.071Z] #56 6.374 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-30T03:15:38.071Z] #56 6.374 + . /tmp/install/rootlesskit.installer [2020-11-30T03:15:38.071Z] #56 6.374 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:15:38.071Z] #56 6.374 + install_rootlesskit [2020-11-30T03:15:38.071Z] #56 6.374 + case "$1" in [2020-11-30T03:15:38.071Z] #56 6.374 + export CGO_ENABLED=0 [2020-11-30T03:15:38.071Z] #56 6.374 + CGO_ENABLED=0 [2020-11-30T03:15:38.071Z] #56 6.374 + _install_rootlesskit [2020-11-30T03:15:38.071Z] #56 6.374 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-30T03:15:38.071Z] #56 6.374 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.SqHmkXbS2B/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:15:38.071Z] #56 6.374 Cloning into '/tmp/tmp.SqHmkXbS2B/src/github.com/rootless-containers/rootlesskit'... [2020-11-30T03:15:38.071Z] #56 6.374 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:15:38.338Z] #56 ... [2020-11-30T03:15:38.338Z] [2020-11-30T03:15:38.338Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:15:38.338Z] #30 5.823 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-30T03:15:38.338Z] #30 5.823 Cloning into '.'... [2020-11-30T03:15:38.338Z] #30 ... [2020-11-30T03:15:38.338Z] [2020-11-30T03:15:38.338Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:15:38.338Z] #38 6.373 + git clone https://github.com/docker/distribution.git . [2020-11-30T03:15:38.338Z] #38 6.376 Cloning into '.'... [2020-11-30T03:15:38.644Z] #38 ... [2020-11-30T03:15:38.644Z] [2020-11-30T03:15:38.644Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:15:38.644Z] #53 6.403 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:38.644Z] #53 6.506 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:38.644Z] #53 6.512 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:38.644Z] #53 7.739 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:15:38.644Z] #53 9.932 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:15:38.644Z] #53 ... [2020-11-30T03:15:38.644Z] [2020-11-30T03:15:38.644Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:38.644Z] #45 5.963 + RM_GOPATH=0 [2020-11-30T03:15:38.644Z] #45 5.963 + TMP_GOPATH= [2020-11-30T03:15:38.644Z] #45 5.963 + : /build [2020-11-30T03:15:38.644Z] #45 5.963 + '[' -z '' ']' [2020-11-30T03:15:38.644Z] #45 5.963 ++ mktemp -d [2020-11-30T03:15:38.644Z] #45 5.963 + export GOPATH=/tmp/tmp.BqBf8PvFT4 [2020-11-30T03:15:38.644Z] #45 5.963 + GOPATH=/tmp/tmp.BqBf8PvFT4 [2020-11-30T03:15:38.644Z] #45 5.963 + RM_GOPATH=1 [2020-11-30T03:15:38.644Z] #45 5.963 + case "$(go env GOARCH)" in [2020-11-30T03:15:38.644Z] #45 5.963 ++ go env GOARCH [2020-11-30T03:15:38.644Z] #45 6.027 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.644Z] #45 6.027 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.644Z] #45 6.031 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:38.644Z] #45 6.040 + dir=/tmp/install [2020-11-30T03:15:38.644Z] #45 6.040 + bin=gotestsum [2020-11-30T03:15:38.644Z] #45 6.040 + shift [2020-11-30T03:15:38.644Z] #45 6.040 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-30T03:15:38.644Z] #45 6.040 + . /tmp/install/gotestsum.installer [2020-11-30T03:15:38.644Z] #45 6.040 ++ : v0.5.3 [2020-11-30T03:15:38.644Z] #45 6.040 + install_gotestsum [2020-11-30T03:15:38.644Z] #45 6.040 + set -e [2020-11-30T03:15:38.644Z] #45 6.040 + export GO111MODULE=on [2020-11-30T03:15:38.644Z] #45 6.040 + GO111MODULE=on [2020-11-30T03:15:38.644Z] #45 6.040 + GOBIN=/build [2020-11-30T03:15:38.644Z] #45 6.040 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-30T03:15:38.644Z] #45 6.180 go: finding gotest.tools v0.5.3 [2020-11-30T03:15:38.644Z] #45 6.180 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:15:38.644Z] #45 7.307 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:15:38.644Z] #45 7.889 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:15:38.644Z] #45 8.964 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:15:38.644Z] #45 9.011 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:15:38.644Z] #45 9.018 go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:15:38.644Z] #45 9.089 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:15:38.644Z] #45 9.163 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:15:38.644Z] #45 9.279 go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:15:38.644Z] #45 9.324 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:15:38.644Z] #45 9.329 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:15:38.644Z] #45 9.650 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:15:38.644Z] #45 9.679 go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:15:38.644Z] #45 9.707 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:15:38.644Z] #45 9.725 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:15:38.644Z] #45 9.910 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:15:38.644Z] #45 10.02 go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:15:38.644Z] #45 10.02 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:15:38.644Z] #45 10.03 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:15:38.644Z] #45 10.13 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:15:38.644Z] #45 10.56 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:15:38.644Z] #45 10.57 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:15:38.657Z] #40 ... [2020-11-30T03:15:38.657Z] [2020-11-30T03:15:38.657Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:38.657Z] #54 0.637 + RM_GOPATH=0 [2020-11-30T03:15:38.657Z] #54 0.637 + TMP_GOPATH= [2020-11-30T03:15:38.657Z] #54 0.637 + : /build [2020-11-30T03:15:38.657Z] #54 0.637 + '[' -z '' ']' [2020-11-30T03:15:38.657Z] #54 0.637 ++ mktemp -d [2020-11-30T03:15:38.657Z] #54 0.639 + export GOPATH=/tmp/tmp.1YlROHjPEJ [2020-11-30T03:15:38.657Z] #54 0.639 + GOPATH=/tmp/tmp.1YlROHjPEJ [2020-11-30T03:15:38.657Z] #54 0.639 + RM_GOPATH=1 [2020-11-30T03:15:38.657Z] #54 0.640 + case "$(go env GOARCH)" in [2020-11-30T03:15:38.657Z] #54 0.642 ++ go env GOARCH [2020-11-30T03:15:38.657Z] #54 0.662 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.657Z] #54 0.662 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.657Z] #54 0.663 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:38.657Z] #54 0.667 + dir=/tmp/install [2020-11-30T03:15:38.657Z] #54 0.667 + bin=containerd [2020-11-30T03:15:38.657Z] #54 0.667 + shift [2020-11-30T03:15:38.657Z] #54 0.667 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-30T03:15:38.657Z] #54 0.668 + . /tmp/install/containerd.installer [2020-11-30T03:15:38.657Z] #54 0.668 ++ set -e [2020-11-30T03:15:38.657Z] #54 0.668 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:15:38.657Z] #54 0.668 + install_containerd [2020-11-30T03:15:38.657Z] #54 0.670 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-30T03:15:38.657Z] #54 0.670 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:15:38.657Z] #54 0.670 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1YlROHjPEJ/src/github.com/containerd/containerd [2020-11-30T03:15:38.657Z] #54 0.672 Cloning into '/tmp/tmp.1YlROHjPEJ/src/github.com/containerd/containerd'... [2020-11-30T03:15:38.907Z] #45 ... [2020-11-30T03:15:38.907Z] [2020-11-30T03:15:38.907Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:38.907Z] #40 5.631 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:38.907Z] #40 5.714 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:38.907Z] #40 5.807 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:38.907Z] #40 7.067 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:15:38.907Z] #40 9.030 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:15:38.907Z] #40 ... [2020-11-30T03:15:38.907Z] [2020-11-30T03:15:38.907Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:38.907Z] #62 6.441 + RM_GOPATH=0 [2020-11-30T03:15:38.907Z] #62 6.441 + TMP_GOPATH= [2020-11-30T03:15:38.907Z] #62 6.441 + : /build [2020-11-30T03:15:38.907Z] #62 6.441 + '[' -z '' ']' [2020-11-30T03:15:38.907Z] #62 6.471 ++ mktemp -d [2020-11-30T03:15:38.907Z] #62 6.486 + export GOPATH=/tmp/tmp.DqEOoSguBf [2020-11-30T03:15:38.907Z] #62 6.486 + GOPATH=/tmp/tmp.DqEOoSguBf [2020-11-30T03:15:38.907Z] #62 6.486 + RM_GOPATH=1 [2020-11-30T03:15:38.907Z] #62 6.486 + case "$(go env GOARCH)" in [2020-11-30T03:15:38.907Z] #62 6.488 ++ go env GOARCH [2020-11-30T03:15:38.907Z] #62 6.530 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.907Z] #62 6.530 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:38.907Z] #62 6.531 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:38.907Z] #62 6.534 + dir=/tmp/install [2020-11-30T03:15:38.907Z] #62 6.534 + bin=proxy [2020-11-30T03:15:38.907Z] #62 6.534 + shift [2020-11-30T03:15:38.907Z] #62 6.534 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-30T03:15:38.907Z] #62 6.535 + . /tmp/install/proxy.installer [2020-11-30T03:15:38.907Z] #62 6.535 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:15:38.907Z] #62 6.535 + install_proxy [2020-11-30T03:15:38.907Z] #62 6.536 + case "$1" in [2020-11-30T03:15:38.907Z] #62 6.536 + export CGO_ENABLED=0 [2020-11-30T03:15:38.907Z] #62 6.536 + CGO_ENABLED=0 [2020-11-30T03:15:38.907Z] #62 6.536 + _install_proxy [2020-11-30T03:15:38.907Z] #62 6.536 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b' [2020-11-30T03:15:38.907Z] #62 6.536 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.DqEOoSguBf/src/github.com/docker/libnetwork [2020-11-30T03:15:38.907Z] #62 6.537 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:15:38.907Z] #62 6.548 Cloning into '/tmp/tmp.DqEOoSguBf/src/github.com/docker/libnetwork'... [2020-11-30T03:15:38.950Z] #54 ... [2020-11-30T03:15:38.950Z] [2020-11-30T03:15:38.950Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:38.950Z] #11 26.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-30T03:15:38.950Z] #11 26.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-30T03:15:38.950Z] #11 26.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-11-30T03:15:38.950Z] #11 29.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-11-30T03:15:38.950Z] #11 32.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-11-30T03:15:38.950Z] #11 32.48 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-11-30T03:15:38.950Z] #11 32.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-11-30T03:15:38.950Z] #11 32.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-11-30T03:15:38.950Z] #11 32.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-11-30T03:15:38.950Z] #11 32.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-11-30T03:15:38.950Z] #11 32.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-11-30T03:15:38.950Z] #11 32.57 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-11-30T03:15:38.950Z] #11 32.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-11-30T03:15:38.950Z] #11 32.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-11-30T03:15:38.950Z] #11 32.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-11-30T03:15:38.950Z] #11 32.62 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-11-30T03:15:38.950Z] #11 32.62 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-11-30T03:15:38.950Z] #11 32.63 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-11-30T03:15:38.950Z] #11 32.63 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-11-30T03:15:38.950Z] #11 33.18 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:15:38.950Z] #11 33.22 Fetched 73.3 MB in 9s (8237 kB/s) [2020-11-30T03:15:38.950Z] #11 33.29 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-30T03:15:38.950Z] #11 33.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-11-30T03:15:38.950Z] #11 33.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-11-30T03:15:38.950Z] #11 33.35 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:15:39.170Z] #62 ... [2020-11-30T03:15:39.170Z] [2020-11-30T03:15:39.170Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:39.170Z] #32 5.737 + RM_GOPATH=0 [2020-11-30T03:15:39.170Z] #32 5.737 + TMP_GOPATH= [2020-11-30T03:15:39.170Z] #32 5.737 + : /build [2020-11-30T03:15:39.170Z] #32 5.737 + '[' -z '' ']' [2020-11-30T03:15:39.170Z] #32 5.737 ++ mktemp -d [2020-11-30T03:15:39.170Z] #32 5.739 + export GOPATH=/tmp/tmp.oUHAfOuM5q [2020-11-30T03:15:39.170Z] #32 5.739 + GOPATH=/tmp/tmp.oUHAfOuM5q [2020-11-30T03:15:39.170Z] #32 5.739 + RM_GOPATH=1 [2020-11-30T03:15:39.170Z] #32 5.739 + case "$(go env GOARCH)" in [2020-11-30T03:15:39.170Z] #32 5.739 ++ go env GOARCH [2020-11-30T03:15:39.170Z] #32 5.759 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:15:39.170Z] #32 5.761 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.170Z] #32 5.761 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.170Z] #32 5.761 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:39.170Z] #32 5.761 + dir=/tmp/install [2020-11-30T03:15:39.170Z] #32 5.761 + bin=tomlv [2020-11-30T03:15:39.170Z] #32 5.761 + shift [2020-11-30T03:15:39.170Z] #32 5.761 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-30T03:15:39.170Z] #32 5.761 + . /tmp/install/tomlv.installer [2020-11-30T03:15:39.170Z] #32 5.761 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:15:39.170Z] #32 5.761 + install_tomlv [2020-11-30T03:15:39.170Z] #32 5.761 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-30T03:15:39.170Z] #32 5.761 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.oUHAfOuM5q/src/github.com/BurntSushi/toml [2020-11-30T03:15:39.170Z] #32 5.761 Cloning into '/tmp/tmp.oUHAfOuM5q/src/github.com/BurntSushi/toml'... [2020-11-30T03:15:39.170Z] #32 7.290 + cd /tmp/tmp.oUHAfOuM5q/src/github.com/BurntSushi/toml [2020-11-30T03:15:39.170Z] #32 7.291 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:15:39.170Z] #32 7.306 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:15:39.170Z] #32 8.038 runtime/internal/atomic [2020-11-30T03:15:39.170Z] #32 8.042 internal/cpu [2020-11-30T03:15:39.170Z] #32 8.267 runtime/internal/sys [2020-11-30T03:15:39.170Z] #32 8.620 runtime/internal/math [2020-11-30T03:15:39.170Z] #32 8.621 internal/bytealg [2020-11-30T03:15:39.170Z] #32 8.793 math/bits [2020-11-30T03:15:39.170Z] #32 9.372 runtime [2020-11-30T03:15:39.170Z] #32 9.398 math [2020-11-30T03:15:39.170Z] #32 ... [2020-11-30T03:15:39.170Z] [2020-11-30T03:15:39.170Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:39.170Z] #11 6.577 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:39.170Z] #11 6.671 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:39.170Z] #11 6.672 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:39.170Z] #11 7.755 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:15:39.170Z] #11 10.00 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:15:39.446Z] #11 ... [2020-11-30T03:15:39.446Z] [2020-11-30T03:15:39.446Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:39.446Z] #43 5.504 + RM_GOPATH=0 [2020-11-30T03:15:39.446Z] #43 5.504 + TMP_GOPATH= [2020-11-30T03:15:39.446Z] #43 5.504 + : /build [2020-11-30T03:15:39.446Z] #43 5.504 + '[' -z '' ']' [2020-11-30T03:15:39.446Z] #43 5.504 ++ mktemp -d [2020-11-30T03:15:39.446Z] #43 5.510 + export GOPATH=/tmp/tmp.S4Nq51GtQw [2020-11-30T03:15:39.446Z] #43 5.510 + GOPATH=/tmp/tmp.S4Nq51GtQw [2020-11-30T03:15:39.446Z] #43 5.510 + RM_GOPATH=1 [2020-11-30T03:15:39.446Z] #43 5.510 + case "$(go env GOARCH)" in [2020-11-30T03:15:39.446Z] #43 5.510 ++ go env GOARCH [2020-11-30T03:15:39.446Z] #43 5.535 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.446Z] #43 5.535 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.446Z] #43 5.535 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:39.446Z] #43 5.537 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:15:39.446Z] #43 5.538 + dir=/tmp/install [2020-11-30T03:15:39.446Z] #43 5.538 + bin=vndr [2020-11-30T03:15:39.446Z] #43 5.538 + shift [2020-11-30T03:15:39.446Z] #43 5.538 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-30T03:15:39.446Z] #43 5.538 + . /tmp/install/vndr.installer [2020-11-30T03:15:39.446Z] #43 5.538 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:15:39.446Z] #43 5.538 + install_vndr [2020-11-30T03:15:39.446Z] #43 5.538 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-30T03:15:39.446Z] #43 5.538 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.S4Nq51GtQw/src/github.com/LK4D4/vndr [2020-11-30T03:15:39.446Z] #43 5.547 Cloning into '/tmp/tmp.S4Nq51GtQw/src/github.com/LK4D4/vndr'... [2020-11-30T03:15:39.446Z] #43 6.235 + cd /tmp/tmp.S4Nq51GtQw/src/github.com/LK4D4/vndr [2020-11-30T03:15:39.446Z] #43 6.242 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:15:39.446Z] #43 6.267 + go build -buildmode=pie -v -o /build/vndr . [2020-11-30T03:15:39.446Z] #43 8.121 internal/cpu [2020-11-30T03:15:39.446Z] #43 8.123 runtime/internal/atomic [2020-11-30T03:15:39.446Z] #43 8.382 runtime/internal/sys [2020-11-30T03:15:39.446Z] #43 8.621 runtime/internal/math [2020-11-30T03:15:39.446Z] #43 8.775 internal/race [2020-11-30T03:15:39.446Z] #43 8.800 internal/bytealg [2020-11-30T03:15:39.446Z] #43 8.933 sync/atomic [2020-11-30T03:15:39.446Z] #43 9.197 unicode [2020-11-30T03:15:39.446Z] #43 9.968 runtime [2020-11-30T03:15:39.446Z] #43 ... [2020-11-30T03:15:39.446Z] [2020-11-30T03:15:39.446Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:15:39.446Z] #34 6.998 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:15:39.446Z] #34 7.087 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:15:39.446Z] #34 7.091 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:15:39.446Z] #34 8.189 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:15:39.446Z] #34 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:15:39.610Z] #11 ... [2020-11-30T03:15:39.610Z] [2020-11-30T03:15:39.610Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:15:39.610Z] #34 25.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-11-30T03:15:39.610Z] #34 25.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-11-30T03:15:39.610Z] #34 26.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-11-30T03:15:39.610Z] #34 26.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-11-30T03:15:39.610Z] #34 26.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-11-30T03:15:39.610Z] #34 26.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-11-30T03:15:39.610Z] #34 27.26 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:15:39.610Z] #34 27.34 Fetched 14.0 MB in 3s (4564 kB/s) [2020-11-30T03:15:39.610Z] #34 27.38 Selecting previously unselected package xxd. [2020-11-30T03:15:39.610Z] #34 27.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 ... 15177 files and directories currently installed.) [2020-11-30T03:15:39.610Z] #34 27.45 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 27.45 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:15:39.610Z] #34 27.64 Selecting previously unselected package vim-common. [2020-11-30T03:15:39.610Z] #34 27.64 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:15:39.610Z] #34 27.65 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:15:39.610Z] #34 27.95 Selecting previously unselected package cmake-data. [2020-11-30T03:15:39.610Z] #34 27.95 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-30T03:15:39.610Z] #34 27.96 Unpacking cmake-data (3.13.4-1) ... [2020-11-30T03:15:39.610Z] #34 30.16 Selecting previously unselected package libicu63:s390x. [2020-11-30T03:15:39.610Z] #34 30.18 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 30.19 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-30T03:15:39.610Z] #34 34.24 Selecting previously unselected package libxml2:s390x. [2020-11-30T03:15:39.610Z] #34 34.25 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 34.25 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:15:39.610Z] #34 34.65 Selecting previously unselected package libarchive13:s390x. [2020-11-30T03:15:39.610Z] #34 34.65 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 34.66 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-30T03:15:39.610Z] #34 34.84 Selecting previously unselected package libjsoncpp1:s390x. [2020-11-30T03:15:39.610Z] #34 34.84 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 34.85 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-11-30T03:15:39.610Z] #34 34.97 Selecting previously unselected package librhash0:s390x. [2020-11-30T03:15:39.610Z] #34 34.97 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 34.97 Unpacking librhash0:s390x (1.3.8-1) ... [2020-11-30T03:15:39.610Z] #34 35.12 Selecting previously unselected package libuv1:s390x. [2020-11-30T03:15:39.610Z] #34 35.12 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-11-30T03:15:39.610Z] #34 35.13 Unpacking libuv1:s390x (1.24.1-1) ... [2020-11-30T03:15:39.610Z] #34 ... [2020-11-30T03:15:39.610Z] [2020-11-30T03:15:39.610Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:39.610Z] #11 35.13 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-30T03:15:39.610Z] #11 35.14 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-11-30T03:15:39.610Z] #11 35.14 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:15:39.708Z] #34 ... [2020-11-30T03:15:39.708Z] [2020-11-30T03:15:39.708Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:39.708Z] #49 5.389 + RM_GOPATH=0 [2020-11-30T03:15:39.708Z] #49 5.389 + TMP_GOPATH= [2020-11-30T03:15:39.708Z] #49 5.389 + : /build [2020-11-30T03:15:39.708Z] #49 5.389 + '[' -z '' ']' [2020-11-30T03:15:39.708Z] #49 5.389 ++ mktemp -d [2020-11-30T03:15:39.708Z] #49 5.389 + export GOPATH=/tmp/tmp.uMEWNUimt3 [2020-11-30T03:15:39.708Z] #49 5.389 + GOPATH=/tmp/tmp.uMEWNUimt3 [2020-11-30T03:15:39.708Z] #49 5.389 + RM_GOPATH=1 [2020-11-30T03:15:39.708Z] #49 5.389 + case "$(go env GOARCH)" in [2020-11-30T03:15:39.708Z] #49 5.394 ++ go env GOARCH [2020-11-30T03:15:39.708Z] #49 5.405 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.708Z] #49 5.405 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.708Z] #49 5.408 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:39.708Z] #49 5.408 + dir=/tmp/install [2020-11-30T03:15:39.708Z] #49 5.408 + bin=shfmt [2020-11-30T03:15:39.708Z] #49 5.408 + shift [2020-11-30T03:15:39.708Z] #49 5.408 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-30T03:15:39.708Z] #49 5.408 + . /tmp/install/shfmt.installer [2020-11-30T03:15:39.708Z] #49 5.408 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:15:39.708Z] #49 5.408 + install_shfmt [2020-11-30T03:15:39.708Z] #49 5.408 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-30T03:15:39.708Z] #49 5.408 + git clone https://github.com/mvdan/sh.git /tmp/tmp.uMEWNUimt3/src/github.com/mvdan/sh [2020-11-30T03:15:39.708Z] #49 5.408 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:15:39.708Z] #49 5.409 Cloning into '/tmp/tmp.uMEWNUimt3/src/github.com/mvdan/sh'... [2020-11-30T03:15:39.708Z] #49 ... [2020-11-30T03:15:39.708Z] [2020-11-30T03:15:39.708Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:39.708Z] #22 5.865 + RM_GOPATH=0 [2020-11-30T03:15:39.708Z] #22 5.865 + TMP_GOPATH= [2020-11-30T03:15:39.708Z] #22 5.865 + : /build [2020-11-30T03:15:39.708Z] #22 5.865 + '[' -z '' ']' [2020-11-30T03:15:39.708Z] #22 5.867 ++ mktemp -d [2020-11-30T03:15:39.708Z] #22 5.875 + export GOPATH=/tmp/tmp.43IrF90Ng3 [2020-11-30T03:15:39.708Z] #22 5.875 + GOPATH=/tmp/tmp.43IrF90Ng3 [2020-11-30T03:15:39.708Z] #22 5.875 + RM_GOPATH=1 [2020-11-30T03:15:39.708Z] #22 5.875 + case "$(go env GOARCH)" in [2020-11-30T03:15:39.708Z] #22 5.875 ++ go env GOARCH [2020-11-30T03:15:39.708Z] #22 5.954 Install docker/cli version 17.06.2-ce from stable [2020-11-30T03:15:39.708Z] #22 5.955 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.708Z] #22 5.955 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:39.708Z] #22 5.955 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:39.708Z] #22 5.955 + dir=/tmp/install [2020-11-30T03:15:39.708Z] #22 5.955 + bin=dockercli [2020-11-30T03:15:39.708Z] #22 5.955 + shift [2020-11-30T03:15:39.708Z] #22 5.955 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-30T03:15:39.708Z] #22 5.955 + . /tmp/install/dockercli.installer [2020-11-30T03:15:39.708Z] #22 5.955 ++ : stable [2020-11-30T03:15:39.708Z] #22 5.955 ++ : 17.06.2-ce [2020-11-30T03:15:39.708Z] #22 5.955 + install_dockercli [2020-11-30T03:15:39.708Z] #22 5.955 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-30T03:15:39.708Z] #22 5.955 ++ uname -m [2020-11-30T03:15:39.708Z] #22 5.955 + arch=x86_64 [2020-11-30T03:15:39.708Z] #22 5.955 + '[' x86_64 '!=' x86_64 ']' [2020-11-30T03:15:39.708Z] #22 5.955 + url=https://download.docker.com/linux/static [2020-11-30T03:15:39.708Z] #22 5.955 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-30T03:15:39.708Z] #22 5.969 + tar -xz docker/docker [2020-11-30T03:15:39.969Z] #22 ... [2020-11-30T03:15:39.969Z] [2020-11-30T03:15:39.969Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:39.969Z] #27 11.40 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-30T03:15:39.969Z] #27 11.79 [2020-11-30T03:15:39.969Z] #27 12.01 ######################################################################## 100.0% [2020-11-30T03:15:39.969Z] #27 12.17 [2020-11-30T03:15:40.230Z] #27 13.36 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-30T03:15:40.257Z] #11 ... [2020-11-30T03:15:40.257Z] [2020-11-30T03:15:40.257Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:40.257Z] #45 DONE 35.7s [2020-11-30T03:15:40.257Z] [2020-11-30T03:15:40.258Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:40.258Z] #43 25.61 github.com/LK4D4/vndr/godl/singleflight [2020-11-30T03:15:40.258Z] #43 25.61 errors [2020-11-30T03:15:40.258Z] #43 25.80 io [2020-11-30T03:15:40.258Z] #43 26.16 strconv [2020-11-30T03:15:40.258Z] #43 26.64 bytes [2020-11-30T03:15:40.258Z] #43 28.33 bufio [2020-11-30T03:15:40.258Z] #43 29.07 reflect [2020-11-30T03:15:40.258Z] #43 29.73 syscall [2020-11-30T03:15:40.258Z] #43 35.19 time [2020-11-30T03:15:40.258Z] #43 ... [2020-11-30T03:15:40.258Z] [2020-11-30T03:15:40.258Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:40.258Z] #40 35.44 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-11-30T03:15:40.258Z] #40 35.45 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:15:40.491Z] #27 13.83 [2020-11-30T03:15:40.564Z] #40 DONE 35.8s [2020-11-30T03:15:40.564Z] [2020-11-30T03:15:40.564Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:15:40.754Z] #27 14.06 ######################################################################## 100.0% [2020-11-30T03:15:41.017Z] #27 14.20 [2020-11-30T03:15:41.310Z] #27 14.28 Download of images into '/build' complete. [2020-11-30T03:15:41.310Z] #27 14.29 Use something like the following to load the result into a Docker daemon: [2020-11-30T03:15:41.310Z] #27 14.29 tar -cC '/build' . | docker load [2020-11-30T03:15:42.667Z] #41 ... [2020-11-30T03:15:42.667Z] [2020-11-30T03:15:42.667Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:15:42.667Z] #34 35.29 Selecting previously unselected package cmake. [2020-11-30T03:15:42.667Z] #34 35.29 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-11-30T03:15:42.667Z] #34 35.30 Unpacking cmake (3.13.4-1) ... [2020-11-30T03:15:42.667Z] #34 37.76 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-30T03:15:42.667Z] #34 37.77 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:15:42.667Z] #34 37.78 Setting up libuv1:s390x (1.24.1-1) ... [2020-11-30T03:15:42.667Z] #34 37.79 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:15:42.667Z] #34 37.81 Setting up librhash0:s390x (1.3.8-1) ... [2020-11-30T03:15:42.667Z] #34 37.82 Setting up cmake-data (3.13.4-1) ... [2020-11-30T03:15:42.667Z] #34 37.83 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:15:42.667Z] #34 37.84 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-11-30T03:15:42.667Z] #34 37.85 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-11-30T03:15:42.667Z] #34 37.85 Setting up cmake (3.13.4-1) ... [2020-11-30T03:15:42.667Z] #34 37.86 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:15:42.667Z] #34 37.91 Processing triggers for mime-support (3.62) ... [2020-11-30T03:15:42.667Z] #34 DONE 38.2s [2020-11-30T03:15:42.964Z] [2020-11-30T03:15:42.964Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:42.964Z] #11 37.65 Selecting previously unselected package binutils-mingw-w64. [2020-11-30T03:15:42.964Z] #11 37.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-30T03:15:42.964Z] #11 37.65 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:15:42.964Z] #11 37.74 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-11-30T03:15:42.964Z] #11 37.74 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-30T03:15:42.964Z] #11 37.74 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-30T03:15:42.964Z] #11 37.95 Selecting previously unselected package dmsetup. [2020-11-30T03:15:42.964Z] #11 37.96 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-11-30T03:15:42.964Z] #11 37.96 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-30T03:15:42.964Z] #11 38.04 Selecting previously unselected package mingw-w64-common. [2020-11-30T03:15:42.964Z] #11 38.04 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-30T03:15:42.964Z] #11 38.04 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-30T03:15:42.964Z] #11 ... [2020-11-30T03:15:42.964Z] [2020-11-30T03:15:42.964Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:42.964Z] #49 28.54 syscall [2020-11-30T03:15:42.964Z] #49 28.60 reflect [2020-11-30T03:15:42.964Z] #49 33.78 time [2020-11-30T03:15:42.964Z] #49 37.50 encoding/binary [2020-11-30T03:15:42.964Z] #49 38.59 context [2020-11-30T03:15:43.256Z] #49 ... [2020-11-30T03:15:43.256Z] [2020-11-30T03:15:43.256Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:43.256Z] #43 37.95 internal/fmtsort [2020-11-30T03:15:43.256Z] #43 38.41 internal/syscall/execenv [2020-11-30T03:15:43.256Z] #43 38.52 internal/syscall/unix [2020-11-30T03:15:43.256Z] #43 38.64 strings [2020-11-30T03:15:43.549Z] #43 39.07 internal/poll [2020-11-30T03:15:44.951Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-04f1413ebe5c1e5fa) in /home/ubuntu/workspace/moby_PR-41728 [Pipeline] { [Pipeline] checkout [2020-11-30T03:15:45.080Z] #43 40.31 os [2020-11-30T03:15:45.080Z] #43 40.33 regexp/syntax [2020-11-30T03:15:46.658Z] #27 ... [2020-11-30T03:15:46.658Z] [2020-11-30T03:15:46.658Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:46.658Z] #47 18.35 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:15:46.658Z] #47 18.37 go: downloading github.com/fatih/color v1.7.0 [2020-11-30T03:15:46.658Z] #47 18.37 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:15:46.658Z] #47 18.38 go: downloading github.com/spf13/viper v1.6.1 [2020-11-30T03:15:46.658Z] #47 18.51 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:15:46.658Z] #47 ... [2020-11-30T03:15:46.658Z] [2020-11-30T03:15:46.658Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:15:46.658Z] #27 DONE 19.8s [2020-11-30T03:15:46.658Z] [2020-11-30T03:15:46.658Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:46.658Z] #22 14.96 + mkdir -p /build [2020-11-30T03:15:46.658Z] #22 14.96 + mv docker/docker /build/ [2020-11-30T03:15:46.658Z] #22 14.97 + rmdir docker [2020-11-30T03:15:46.658Z] #22 DONE 18.6s [2020-11-30T03:15:46.658Z] [2020-11-30T03:15:46.658Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:46.658Z] #47 18.57 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-30T03:15:46.658Z] #47 18.78 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:15:46.658Z] #47 18.79 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:15:46.920Z] #47 18.81 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:15:46.920Z] #47 18.95 go: extracting github.com/spf13/viper v1.6.1 [2020-11-30T03:15:46.920Z] #47 18.98 go: extracting github.com/fatih/color v1.7.0 [2020-11-30T03:15:47.151Z] #43 42.36 fmt [2020-11-30T03:15:47.184Z] #47 19.11 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:15:47.184Z] #47 19.18 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:15:47.184Z] #47 19.20 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:15:47.184Z] #47 19.27 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:15:47.184Z] #47 19.27 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:15:47.443Z] #43 42.84 regexp [2020-11-30T03:15:47.770Z] #47 19.68 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-30T03:15:48.031Z] #47 19.94 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:15:48.031Z] #47 20.00 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:15:48.081Z] #43 ... [2020-11-30T03:15:48.081Z] [2020-11-30T03:15:48.081Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:48.081Z] #35 0.863 + RM_GOPATH=0 [2020-11-30T03:15:48.081Z] #35 0.863 + TMP_GOPATH= [2020-11-30T03:15:48.081Z] #35 0.863 + : /build [2020-11-30T03:15:48.081Z] #35 0.863 + '[' -z '' ']' [2020-11-30T03:15:48.081Z] #35 0.863 ++ mktemp -d [2020-11-30T03:15:48.081Z] #35 0.864 + export GOPATH=/tmp/tmp.X9wv5Hl29w [2020-11-30T03:15:48.081Z] #35 0.864 + GOPATH=/tmp/tmp.X9wv5Hl29w [2020-11-30T03:15:48.081Z] #35 0.864 + RM_GOPATH=1 [2020-11-30T03:15:48.081Z] #35 0.864 + case "$(go env GOARCH)" in [2020-11-30T03:15:48.081Z] #35 0.864 ++ go env GOARCH [2020-11-30T03:15:48.081Z] #35 0.895 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:48.081Z] #35 0.895 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:15:48.081Z] #35 0.895 ++ dirname /tmp/install/install.sh [2020-11-30T03:15:48.081Z] #35 0.899 + dir=/tmp/install [2020-11-30T03:15:48.081Z] #35 0.899 + bin=tini [2020-11-30T03:15:48.081Z] #35 0.899 + shift [2020-11-30T03:15:48.081Z] #35 0.899 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-30T03:15:48.081Z] #35 0.899 + . /tmp/install/tini.installer [2020-11-30T03:15:48.081Z] #35 0.899 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:15:48.081Z] #35 0.899 + install_tini [2020-11-30T03:15:48.081Z] #35 0.899 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-30T03:15:48.081Z] #35 0.899 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:15:48.081Z] #35 0.899 + git clone https://github.com/krallin/tini.git /tmp/tmp.X9wv5Hl29w/tini [2020-11-30T03:15:48.081Z] #35 0.904 Cloning into '/tmp/tmp.X9wv5Hl29w/tini'... [2020-11-30T03:15:48.081Z] #35 1.420 + cd /tmp/tmp.X9wv5Hl29w/tini [2020-11-30T03:15:48.081Z] #35 1.420 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:15:48.081Z] #35 1.423 + cmake . [2020-11-30T03:15:48.081Z] #35 1.779 -- The C compiler identification is GNU 8.3.0 [2020-11-30T03:15:48.081Z] #35 1.843 -- Check for working C compiler: /usr/bin/cc [2020-11-30T03:15:48.081Z] #35 2.188 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-30T03:15:48.081Z] #35 2.189 -- Detecting C compiler ABI info [2020-11-30T03:15:48.081Z] #35 2.526 -- Detecting C compiler ABI info - done [2020-11-30T03:15:48.081Z] #35 2.531 -- Detecting C compile features [2020-11-30T03:15:48.081Z] #35 3.700 -- Detecting C compile features - done [2020-11-30T03:15:48.081Z] #35 3.725 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-30T03:15:48.081Z] #35 3.912 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-30T03:15:48.081Z] #35 3.970 -- Configuring done [2020-11-30T03:15:48.081Z] #35 3.985 -- Generating done [2020-11-30T03:15:48.081Z] #35 3.990 -- Build files have been written to: /tmp/tmp.X9wv5Hl29w/tini [2020-11-30T03:15:48.081Z] #35 3.995 + make tini-static [2020-11-30T03:15:48.081Z] #35 4.149 Scanning dependencies of target tini-static [2020-11-30T03:15:48.081Z] #35 4.197 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-30T03:15:48.081Z] #35 5.285 [100%] Linking C executable tini-static [2020-11-30T03:15:48.292Z] #47 20.26 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:15:48.374Z] #35 ... [2020-11-30T03:15:48.374Z] [2020-11-30T03:15:48.374Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:48.374Z] #32 33.77 time [2020-11-30T03:15:48.374Z] #32 37.92 internal/poll [2020-11-30T03:15:48.374Z] #32 38.22 internal/fmtsort [2020-11-30T03:15:48.374Z] #32 38.68 strings [2020-11-30T03:15:48.374Z] #32 39.39 os [2020-11-30T03:15:48.374Z] #32 40.26 path [2020-11-30T03:15:48.374Z] #32 40.60 text/tabwriter [2020-11-30T03:15:48.374Z] #32 41.35 fmt [2020-11-30T03:15:48.374Z] #32 41.35 path/filepath [2020-11-30T03:15:48.374Z] #32 41.99 io/ioutil [2020-11-30T03:15:48.374Z] #32 43.48 github.com/BurntSushi/toml [2020-11-30T03:15:48.374Z] #32 43.48 flag [2020-11-30T03:15:48.374Z] #32 ... [2020-11-30T03:15:48.374Z] [2020-11-30T03:15:48.374Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:48.374Z] #35 5.635 [100%] Built target tini-static [2020-11-30T03:15:48.374Z] #35 5.693 + mkdir -p /build [2020-11-30T03:15:48.374Z] #35 5.696 + cp tini-static /build/docker-init [2020-11-30T03:15:48.553Z] #47 20.39 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:15:48.553Z] #47 20.39 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:15:48.585Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05abd91fa2c79bc39) in /home/ubuntu/workspace/moby_PR-41728 [Pipeline] { [Pipeline] checkout [2020-11-30T03:15:48.679Z] #35 DONE 5.9s [2020-11-30T03:15:48.679Z] [2020-11-30T03:15:48.679Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:15:48.679Z] #41 7.075 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:15:48.679Z] #41 7.075 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:15:48.679Z] #41 7.080 Note: Building without GnuTLS support [2020-11-30T03:15:48.679Z] #41 7.085 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:15:48.679Z] #41 7.085 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:15:48.679Z] #41 7.978 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:15:48.679Z] #41 8.017 GEN .gitid [2020-11-30T03:15:48.679Z] #41 8.020 GEN criu/include/version.h [2020-11-30T03:15:48.679Z] #41 8.041 GEN include/common/asm [2020-11-30T03:15:48.985Z] using credential docker-jenkins-github-credentials [2020-11-30T03:15:48.994Z] Cloning the remote Git repository [2020-11-30T03:15:48.994Z] Cloning with configured refspecs honoured and without tags [2020-11-30T03:15:49.056Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-041524d7e51b1a299) in /home/ubuntu/workspace/moby_PR-41728 [Pipeline] { [Pipeline] checkout [2020-11-30T03:15:49.128Z] #47 20.86 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:15:49.128Z] #47 21.18 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:15:49.709Z] #47 21.50 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:15:49.709Z] #47 ... [2020-11-30T03:15:49.709Z] [2020-11-30T03:15:49.709Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:15:49.709Z] #40 11.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:15:49.724Z] #41 9.289 PBCC images/timens.pb-c.c [2020-11-30T03:15:49.724Z] #41 9.303 DEP images/timens.pb-c.d [2020-11-30T03:15:49.724Z] #41 9.322 PBCC images/fown.pb-c.c [2020-11-30T03:15:49.724Z] #41 9.324 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-30T03:15:49.724Z] #41 9.383 PBCC images/opts.pb-c.c [2020-11-30T03:15:49.724Z] #41 9.421 PBCC images/memfd.pb-c.c [2020-11-30T03:15:49.724Z] #41 9.457 DEP images/fown.pb-c.d [2020-11-30T03:15:49.724Z] #41 9.476 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-30T03:15:48.638Z] Cloning repository https://github.com/moby/moby.git [2020-11-30T03:15:48.868Z] > git init /home/ubuntu/workspace/moby_PR-41728 # timeout=10 [2020-11-30T03:15:49.973Z] #40 ... [2020-11-30T03:15:49.973Z] [2020-11-30T03:15:49.973Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:49.973Z] #49 17.09 + cd /tmp/tmp.uMEWNUimt3/src/github.com/mvdan/sh [2020-11-30T03:15:49.973Z] #49 17.09 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:15:49.973Z] #49 17.21 + GO111MODULE=on [2020-11-30T03:15:49.973Z] #49 17.21 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-30T03:15:49.973Z] #49 18.62 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:15:49.973Z] #49 18.68 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:15:49.973Z] #49 18.85 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:15:49.973Z] #49 18.87 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:15:49.973Z] #49 18.87 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:15:49.973Z] #49 21.15 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:15:50.016Z] #41 9.506 DEP images/opts.pb-c.d [2020-11-30T03:15:50.016Z] #41 9.530 DEP images/memfd.pb-c.d [2020-11-30T03:15:50.016Z] #41 9.568 PBCC images/sit.pb-c.c [2020-11-30T03:15:50.016Z] #41 9.612 DEP images/sit.pb-c.d [2020-11-30T03:15:50.016Z] #41 9.626 PBCC images/macvlan.pb-c.c [2020-11-30T03:15:50.016Z] #41 9.650 DEP images/macvlan.pb-c.d [2020-11-30T03:15:50.016Z] #41 9.681 PBCC images/autofs.pb-c.c [2020-11-30T03:15:50.016Z] #41 9.708 DEP images/autofs.pb-c.d [2020-11-30T03:15:50.016Z] #41 9.749 PBCC images/sysctl.pb-c.c [2020-11-30T03:15:50.234Z] #49 ... [2020-11-30T03:15:50.234Z] [2020-11-30T03:15:50.234Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:50.234Z] #56 12.15 + cd /tmp/tmp.SqHmkXbS2B/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:15:50.234Z] #56 12.15 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:15:50.234Z] #56 12.65 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:15:50.234Z] #56 12.66 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-30T03:15:50.234Z] #56 ... [2020-11-30T03:15:50.234Z] [2020-11-30T03:15:50.234Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:50.234Z] #11 12.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:15:50.308Z] #41 9.773 DEP images/sysctl.pb-c.d [2020-11-30T03:15:50.308Z] #41 9.793 PBCC images/time.pb-c.c [2020-11-30T03:15:50.308Z] #41 9.795 DEP images/time.pb-c.d [2020-11-30T03:15:50.308Z] #41 9.835 PBCC images/binfmt-misc.pb-c.c [2020-11-30T03:15:50.308Z] #41 9.858 DEP images/binfmt-misc.pb-c.d [2020-11-30T03:15:50.308Z] #41 9.901 PBCC images/seccomp.pb-c.c [2020-11-30T03:15:50.308Z] #41 9.923 DEP images/seccomp.pb-c.d [2020-11-30T03:15:50.308Z] #41 9.967 PBCC images/userns.pb-c.c [2020-11-30T03:15:50.308Z] #41 9.991 DEP images/userns.pb-c.d [2020-11-30T03:15:50.308Z] #41 10.03 PBCC images/cgroup.pb-c.c [2020-11-30T03:15:50.308Z] #41 10.05 DEP images/cgroup.pb-c.d [2020-11-30T03:15:50.308Z] #41 10.08 PBCC images/ext-file.pb-c.c [2020-11-30T03:15:50.496Z] #11 ... [2020-11-30T03:15:50.496Z] [2020-11-30T03:15:50.496Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:15:50.496Z] #53 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:15:50.496Z] #53 ... [2020-11-30T03:15:50.496Z] [2020-11-30T03:15:50.496Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:50.496Z] #49 22.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:15:50.600Z] #41 10.09 DEP images/ext-file.pb-c.d [2020-11-30T03:15:50.600Z] #41 10.10 PBCC images/rpc.pb-c.c [2020-11-30T03:15:50.600Z] #41 10.12 DEP images/rpc.pb-c.d [2020-11-30T03:15:50.600Z] #41 10.16 PBCC images/siginfo.pb-c.c [2020-11-30T03:15:50.600Z] #41 10.19 DEP images/siginfo.pb-c.d [2020-11-30T03:15:50.600Z] #41 10.22 PBCC images/pagemap.pb-c.c [2020-11-30T03:15:50.600Z] #41 10.27 DEP images/pagemap.pb-c.d [2020-11-30T03:15:50.600Z] #41 10.32 PBCC images/rlimit.pb-c.c [2020-11-30T03:15:50.600Z] #41 10.35 DEP images/rlimit.pb-c.d [2020-11-30T03:15:50.600Z] #41 10.37 PBCC images/file-lock.pb-c.c [2020-11-30T03:15:50.600Z] #41 10.38 DEP images/file-lock.pb-c.d [2020-11-30T03:15:50.600Z] #41 10.42 PBCC images/tty.pb-c.c [2020-11-30T03:15:50.757Z] #49 ... [2020-11-30T03:15:50.757Z] [2020-11-30T03:15:50.757Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:50.757Z] #45 12.78 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:15:50.757Z] #45 13.62 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:15:50.757Z] #45 14.48 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:15:50.757Z] #45 19.13 go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:15:50.757Z] #45 19.13 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:15:50.757Z] #45 19.14 go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:15:50.757Z] #45 19.22 go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:15:50.757Z] #45 19.24 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:15:50.757Z] #45 19.34 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:15:50.757Z] #45 19.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:15:50.757Z] #45 20.33 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:15:50.757Z] #45 20.45 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:15:50.757Z] #45 20.53 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:15:50.757Z] #45 20.58 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:15:50.891Z] #41 10.44 DEP images/tty.pb-c.d [2020-11-30T03:15:50.891Z] #41 10.48 PBCC images/tun.pb-c.c [2020-11-30T03:15:50.891Z] #41 10.50 PBCC images/netdev.pb-c.c [2020-11-30T03:15:50.891Z] #41 10.55 DEP images/tun.pb-c.d [2020-11-30T03:15:50.891Z] #41 10.60 DEP images/netdev.pb-c.d [2020-11-30T03:15:50.891Z] #41 10.66 PBCC images/vma.pb-c.c [2020-11-30T03:15:51.019Z] #45 ... [2020-11-30T03:15:51.019Z] [2020-11-30T03:15:51.019Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:15:51.019Z] #34 12.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:15:51.019Z] #34 ... [2020-11-30T03:15:51.019Z] [2020-11-30T03:15:51.019Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:51.019Z] #43 13.07 unicode/utf8 [2020-11-30T03:15:51.019Z] #43 13.55 math [2020-11-30T03:15:51.019Z] #43 17.13 unicode/utf16 [2020-11-30T03:15:51.019Z] #43 17.35 container/list [2020-11-30T03:15:51.019Z] #43 17.81 crypto/internal/subtle [2020-11-30T03:15:51.019Z] #43 18.11 crypto/subtle [2020-11-30T03:15:51.019Z] #43 18.28 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-30T03:15:51.019Z] #43 18.45 internal/nettrace [2020-11-30T03:15:51.019Z] #43 18.56 runtime/cgo [2020-11-30T03:15:49.559Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:15:49.559Z] > git --version # timeout=10 [2020-11-30T03:15:49.565Z] > git --version # 'git version 2.7.4' [2020-11-30T03:15:49.566Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:15:49.923Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:15:51.183Z] #41 10.71 DEP images/vma.pb-c.d [2020-11-30T03:15:51.183Z] #41 10.73 PBCC images/creds.pb-c.c [2020-11-30T03:15:51.183Z] #41 10.76 DEP images/creds.pb-c.d [2020-11-30T03:15:51.183Z] #41 10.78 PBCC images/utsns.pb-c.c [2020-11-30T03:15:51.183Z] #41 10.81 DEP images/utsns.pb-c.d [2020-11-30T03:15:51.183Z] #41 10.84 PBCC images/ipc-desc.pb-c.c [2020-11-30T03:15:51.183Z] #41 10.85 PBCC images/ipc-sem.pb-c.c [2020-11-30T03:15:51.183Z] #41 10.88 DEP images/ipc-desc.pb-c.d [2020-11-30T03:15:51.183Z] #41 10.92 DEP images/ipc-sem.pb-c.d [2020-11-30T03:15:51.183Z] #41 10.95 PBCC images/ipc-msg.pb-c.c [2020-11-30T03:15:51.183Z] #41 10.95 DEP images/ipc-msg.pb-c.d [2020-11-30T03:15:51.183Z] #41 11.01 PBCC images/ipc-shm.pb-c.c [2020-11-30T03:15:51.280Z] #43 ... [2020-11-30T03:15:51.280Z] [2020-11-30T03:15:51.280Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:51.280Z] #47 23.12 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:15:51.475Z] #41 11.01 DEP images/ipc-shm.pb-c.d [2020-11-30T03:15:51.475Z] #41 11.06 PBCC images/ipc-var.pb-c.c [2020-11-30T03:15:51.475Z] #41 11.06 DEP images/ipc-var.pb-c.d [2020-11-30T03:15:51.475Z] #41 11.10 PBCC images/sk-opts.pb-c.c [2020-11-30T03:15:51.475Z] #41 11.10 PBCC images/packet-sock.pb-c.c [2020-11-30T03:15:51.475Z] #41 11.12 DEP images/sk-opts.pb-c.d [2020-11-30T03:15:51.475Z] #41 11.15 DEP images/packet-sock.pb-c.d [2020-11-30T03:15:51.475Z] #41 11.18 PBCC images/sk-netlink.pb-c.c [2020-11-30T03:15:51.475Z] #41 11.19 DEP images/sk-netlink.pb-c.d [2020-11-30T03:15:51.475Z] #41 11.23 PBCC images/sk-inet.pb-c.c [2020-11-30T03:15:51.767Z] #41 11.25 DEP images/sk-inet.pb-c.d [2020-11-30T03:15:51.767Z] #41 11.31 PBCC images/sk-unix.pb-c.c [2020-11-30T03:15:51.767Z] #41 11.33 DEP images/sk-unix.pb-c.d [2020-11-30T03:15:51.767Z] #41 11.36 PBCC images/mm.pb-c.c [2020-11-30T03:15:51.767Z] #41 11.38 DEP images/mm.pb-c.d [2020-11-30T03:15:51.767Z] #41 11.41 PBCC images/timerfd.pb-c.c [2020-11-30T03:15:51.767Z] #41 11.43 DEP images/timerfd.pb-c.d [2020-11-30T03:15:51.767Z] #41 11.46 PBCC images/timer.pb-c.c [2020-11-30T03:15:51.767Z] #41 11.47 DEP images/timer.pb-c.d [2020-11-30T03:15:51.767Z] #41 11.49 PBCC images/sa.pb-c.c [2020-11-30T03:15:51.767Z] #41 11.51 DEP images/sa.pb-c.d [2020-11-30T03:15:51.767Z] #41 11.53 PBCC images/pipe-data.pb-c.c [2020-11-30T03:15:52.059Z] #41 11.55 DEP images/pipe-data.pb-c.d [2020-11-30T03:15:52.059Z] #41 11.59 PBCC images/mnt.pb-c.c [2020-11-30T03:15:52.059Z] #41 11.60 DEP images/mnt.pb-c.d [2020-11-30T03:15:52.059Z] #41 11.62 PBCC images/sk-packet.pb-c.c [2020-11-30T03:15:52.059Z] #41 11.63 DEP images/sk-packet.pb-c.d [2020-11-30T03:15:52.060Z] #41 11.68 PBCC images/tcp-stream.pb-c.c [2020-11-30T03:15:52.060Z] #41 11.69 DEP images/tcp-stream.pb-c.d [2020-11-30T03:15:52.060Z] #41 11.74 PBCC images/pipe.pb-c.c [2020-11-30T03:15:52.060Z] #41 11.77 DEP images/pipe.pb-c.d [2020-11-30T03:15:52.060Z] #41 11.80 PBCC images/pstree.pb-c.c [2020-11-30T03:15:52.093Z] using credential docker-jenkins-github-credentials [2020-11-30T03:15:52.100Z] Cloning the remote Git repository [2020-11-30T03:15:52.100Z] Cloning with configured refspecs honoured and without tags [2020-11-30T03:15:52.223Z] #47 ... [2020-11-30T03:15:52.223Z] [2020-11-30T03:15:52.223Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:52.223Z] #32 14.36 internal/testlog [2020-11-30T03:15:52.223Z] #32 14.71 encoding [2020-11-30T03:15:52.223Z] #32 15.01 runtime/cgo [2020-11-30T03:15:52.310Z] using credential docker-jenkins-github-credentials [2020-11-30T03:15:52.327Z] Cloning the remote Git repository [2020-11-30T03:15:52.327Z] Cloning with configured refspecs honoured and without tags [2020-11-30T03:15:51.880Z] Cloning repository https://github.com/moby/moby.git [2020-11-30T03:15:51.949Z] > git init /home/ubuntu/workspace/moby_PR-41728 # timeout=10 [2020-11-30T03:15:52.351Z] #41 11.83 DEP images/pstree.pb-c.d [2020-11-30T03:15:52.351Z] #41 11.86 PBCC images/fs.pb-c.c [2020-11-30T03:15:52.351Z] #41 11.89 DEP images/fs.pb-c.d [2020-11-30T03:15:52.351Z] #41 11.93 PBCC images/signalfd.pb-c.c [2020-11-30T03:15:52.351Z] #41 11.98 DEP images/signalfd.pb-c.d [2020-11-30T03:15:52.351Z] #41 12.01 PBCC images/fh.pb-c.c [2020-11-30T03:15:52.351Z] #41 12.03 PBCC images/fsnotify.pb-c.c [2020-11-30T03:15:52.351Z] #41 12.06 DEP images/fh.pb-c.d [2020-11-30T03:15:52.351Z] #41 12.10 DEP images/fsnotify.pb-c.d [2020-11-30T03:15:52.351Z] #41 12.14 PBCC images/eventpoll.pb-c.c [2020-11-30T03:15:52.486Z] #32 ... [2020-11-30T03:15:52.486Z] [2020-11-30T03:15:52.486Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:15:52.486Z] #38 23.32 Checking out files: 90% (1500/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-30T03:15:52.486Z] #38 23.51 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-30T03:15:52.189Z] Cloning repository https://github.com/moby/moby.git [2020-11-30T03:15:52.245Z] > git init /home/ubuntu/workspace/moby_PR-41728 # timeout=10 [2020-11-30T03:15:52.643Z] #41 12.17 DEP images/eventpoll.pb-c.d [2020-11-30T03:15:52.643Z] #41 12.20 PBCC images/eventfd.pb-c.c [2020-11-30T03:15:52.643Z] #41 12.20 DEP images/eventfd.pb-c.d [2020-11-30T03:15:52.643Z] #41 12.24 PBCC images/remap-file-path.pb-c.c [2020-11-30T03:15:52.643Z] #41 12.26 DEP images/remap-file-path.pb-c.d [2020-11-30T03:15:52.643Z] #41 12.30 PBCC images/fifo.pb-c.c [2020-11-30T03:15:52.643Z] #41 12.31 DEP images/fifo.pb-c.d [2020-11-30T03:15:52.643Z] #41 12.35 PBCC images/ghost-file.pb-c.c [2020-11-30T03:15:52.643Z] #41 12.38 DEP images/ghost-file.pb-c.d [2020-11-30T03:15:52.936Z] #41 12.42 PBCC images/regfile.pb-c.c [2020-11-30T03:15:52.936Z] #41 12.47 DEP images/regfile.pb-c.d [2020-11-30T03:15:52.936Z] #41 12.50 PBCC images/ns.pb-c.c [2020-11-30T03:15:52.936Z] #41 12.52 DEP images/ns.pb-c.d [2020-11-30T03:15:52.936Z] #41 12.56 PBCC images/fdinfo.pb-c.c [2020-11-30T03:15:52.936Z] #41 12.61 DEP images/fdinfo.pb-c.d [2020-11-30T03:15:52.936Z] #41 12.68 PBCC images/core-aarch64.pb-c.c [2020-11-30T03:15:52.936Z] #41 12.70 PBCC images/core-arm.pb-c.c [2020-11-30T03:15:53.228Z] #41 12.73 PBCC images/core-ppc64.pb-c.c [2020-11-30T03:15:53.228Z] #41 12.78 PBCC images/core-s390.pb-c.c [2020-11-30T03:15:53.228Z] #41 12.80 PBCC images/core-x86.pb-c.c [2020-11-30T03:15:53.228Z] #41 12.84 PBCC images/core.pb-c.c [2020-11-30T03:15:53.228Z] #41 12.88 PBCC images/inventory.pb-c.c [2020-11-30T03:15:53.228Z] #41 12.91 DEP images/core-aarch64.pb-c.d [2020-11-30T03:15:53.228Z] #41 12.95 DEP images/core-arm.pb-c.d [2020-11-30T03:15:53.228Z] #41 12.96 DEP images/core-ppc64.pb-c.d [2020-11-30T03:15:53.228Z] #41 12.99 DEP images/core-s390.pb-c.d [2020-11-30T03:15:53.228Z] #41 13.02 DEP images/core-x86.pb-c.d [2020-11-30T03:15:53.228Z] #41 13.05 DEP images/core.pb-c.d [2020-11-30T03:15:52.172Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:15:52.172Z] > git --version # timeout=10 [2020-11-30T03:15:52.191Z] > git --version # 'git version 2.17.1' [2020-11-30T03:15:52.192Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:15:52.196Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:15:53.520Z] #41 13.10 DEP images/inventory.pb-c.d [2020-11-30T03:15:53.520Z] #41 13.13 PBCC images/cpuinfo.pb-c.c [2020-11-30T03:15:53.520Z] #41 13.14 DEP images/cpuinfo.pb-c.d [2020-11-30T03:15:53.520Z] #41 13.18 PBCC images/stats.pb-c.c [2020-11-30T03:15:53.520Z] #41 13.22 DEP images/stats.pb-c.d [2020-11-30T03:15:53.520Z] #41 ... [2020-11-30T03:15:53.520Z] [2020-11-30T03:15:53.520Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:53.520Z] #49 39.03 encoding/base64 [2020-11-30T03:15:53.520Z] #49 39.19 internal/poll [2020-11-30T03:15:53.520Z] #49 39.54 strings [2020-11-30T03:15:53.520Z] #49 40.44 os [2020-11-30T03:15:53.520Z] #49 40.96 golang.org/x/sys/unix [2020-11-30T03:15:53.520Z] #49 42.59 fmt [2020-11-30T03:15:53.520Z] #49 45.76 encoding/json [2020-11-30T03:15:53.520Z] #49 47.26 github.com/pkg/diff [2020-11-30T03:15:53.520Z] #49 48.27 go/ast [2020-11-30T03:15:52.503Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:15:52.503Z] > git --version # timeout=10 [2020-11-30T03:15:52.554Z] > git --version # 'git version 2.17.1' [2020-11-30T03:15:52.554Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:15:52.556Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:15:53.848Z] #49 ... [2020-11-30T03:15:53.848Z] [2020-11-30T03:15:53.848Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:53.848Z] #54 24.34 Checking out files: 74% (2526/3407) Checking out files: 75% (2556/3407) Checking out files: 76% (2590/3407) Checking out files: 77% (2624/3407) Checking out files: 78% (2658/3407) Checking out files: 79% (2692/3407) Checking out files: 80% (2726/3407) Checking out files: 81% (2760/3407) Checking out files: 82% (2794/3407) Checking out files: 83% (2828/3407) Checking out files: 84% (2862/3407) Checking out files: 85% (2896/3407) Checking out files: 86% (2931/3407) Checking out files: 87% (2965/3407) Checking out files: 88% (2999/3407) Checking out files: 89% (3033/3407) Checking out files: 90% (3067/3407) Checking out files: 91% (3101/3407) Checking out files: 92% (3135/3407) Checking out files: 93% (3169/3407) Checking out files: 94% (3203/3407) Checking out files: 95% (3237/3407) Checking out files: 96% (3271/3407) Checking out files: 97% (3305/3407) Checking out files: 98% (3339/3407) Checking out files: 99% (3373/3407) Checking out files: 100% (3407/3407) Checking out files: 100% (3407/3407), done. [2020-11-30T03:15:53.848Z] #54 24.90 + cd /tmp/tmp.1YlROHjPEJ/src/github.com/containerd/containerd [2020-11-30T03:15:53.848Z] #54 24.91 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:15:53.874Z] #38 25.59 + 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-11-30T03:15:54.144Z] #54 ... [2020-11-30T03:15:54.144Z] [2020-11-30T03:15:54.144Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:54.144Z] #32 45.25 log [2020-11-30T03:15:54.144Z] #32 46.94 github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:15:54.144Z] #32 DONE 49.5s [2020-11-30T03:15:54.144Z] [2020-11-30T03:15:54.144Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:54.144Z] #43 44.87 flag [2020-11-30T03:15:54.144Z] #43 45.85 go/token [2020-11-30T03:15:54.144Z] #43 46.15 internal/lazyregexp [2020-11-30T03:15:54.145Z] #43 46.38 net/url [2020-11-30T03:15:54.145Z] #43 46.44 go/scanner [2020-11-30T03:15:54.145Z] #43 47.29 go/ast [2020-11-30T03:15:54.145Z] #43 47.66 text/template/parse [2020-11-30T03:15:54.437Z] #43 ... [2020-11-30T03:15:54.437Z] [2020-11-30T03:15:54.437Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:15:54.437Z] #54 25.76 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-30T03:15:54.437Z] #54 25.76 + BUILDTAGS='netgo osusergo static_build' [2020-11-30T03:15:54.437Z] #54 25.76 + export EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:15:54.437Z] #54 25.76 + EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:15:54.437Z] #54 25.76 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-30T03:15:54.437Z] #54 25.76 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-30T03:15:54.437Z] #54 25.76 + '[' '' = dynamic ']' [2020-11-30T03:15:54.437Z] #54 25.76 + make [2020-11-30T03:15:55.473Z] #54 26.71 + bin/ctr [2020-11-30T03:15:55.765Z] #54 ... [2020-11-30T03:15:55.765Z] [2020-11-30T03:15:55.765Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:15:55.765Z] #11 41.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-30T03:15:55.765Z] #11 41.29 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-30T03:15:55.765Z] #11 41.29 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:15:55.765Z] #11 45.23 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-30T03:15:55.765Z] #11 45.25 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-30T03:15:55.765Z] #11 45.25 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:15:55.765Z] #11 45.34 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-30T03:15:55.765Z] #11 45.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-30T03:15:55.765Z] #11 45.35 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:15:55.765Z] #11 ... [2020-11-30T03:15:55.765Z] [2020-11-30T03:15:55.765Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:15:55.765Z] #43 50.75 text/template [2020-11-30T03:15:55.765Z] #43 50.88 go/parser [2020-11-30T03:15:57.178Z] #38 ... [2020-11-30T03:15:57.178Z] [2020-11-30T03:15:57.178Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:15:57.178Z] #62 26.18 Checking out files: 61% (1174/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-30T03:15:57.178Z] #62 26.81 + cd /tmp/tmp.DqEOoSguBf/src/github.com/docker/libnetwork [2020-11-30T03:15:57.178Z] #62 26.81 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:15:57.178Z] #62 27.34 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-30T03:15:57.279Z] #43 52.56 encoding/xml [2020-11-30T03:15:58.317Z] #43 53.82 go/doc [2020-11-30T03:16:00.388Z] #43 55.82 github.com/LK4D4/vndr/build [2020-11-30T03:16:00.388Z] #43 56.01 github.com/LK4D4/vndr/versioned [2020-11-30T03:16:00.388Z] #43 56.06 compress/flate [2020-11-30T03:16:01.388Z] #62 ... [2020-11-30T03:16:01.388Z] [2020-11-30T03:16:01.388Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:01.388Z] #47 25.21 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:16:01.388Z] #47 25.22 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:16:01.388Z] #47 25.22 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:16:01.388Z] #47 25.22 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:16:01.388Z] #47 25.22 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:16:01.388Z] #47 25.22 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-30T03:16:01.388Z] #47 25.23 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-30T03:16:01.388Z] #47 25.25 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:16:01.388Z] #47 25.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:16:01.388Z] #47 25.29 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:16:01.388Z] #47 25.38 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:16:01.388Z] #47 25.38 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:16:01.388Z] #47 25.41 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:16:01.388Z] #47 25.43 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-30T03:16:01.388Z] #47 25.46 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:16:01.388Z] #47 25.65 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:16:01.388Z] #47 25.65 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:16:01.388Z] #47 25.65 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-30T03:16:01.388Z] #47 25.66 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:16:01.388Z] #47 25.72 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:16:01.388Z] #47 25.73 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-30T03:16:01.388Z] #47 25.73 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:16:01.388Z] #47 25.86 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-30T03:16:01.388Z] #47 25.86 go: downloading github.com/pkg/errors v0.8.1 [2020-11-30T03:16:01.388Z] #47 25.86 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:16:01.388Z] #47 25.88 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:16:01.388Z] #47 25.89 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:16:01.388Z] #47 26.10 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:16:01.388Z] #47 26.25 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:16:01.388Z] #47 26.43 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-30T03:16:01.388Z] #47 26.47 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-30T03:16:01.388Z] #47 26.63 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:16:01.388Z] #47 26.75 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:16:01.388Z] #47 26.84 go: extracting github.com/pkg/errors v0.8.1 [2020-11-30T03:16:01.388Z] #47 26.98 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:16:01.388Z] #47 27.00 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:16:01.388Z] #47 27.14 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:16:01.388Z] #47 27.22 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:16:01.388Z] #47 27.28 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:16:01.388Z] #47 27.42 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:16:01.388Z] #47 27.45 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-30T03:16:01.388Z] #47 27.59 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:16:01.388Z] #47 27.61 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:16:01.388Z] #47 27.63 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:16:01.388Z] #47 27.64 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:16:01.388Z] #47 27.69 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:16:01.388Z] #47 27.89 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:16:01.388Z] #47 27.97 go: downloading github.com/spf13/afero v1.1.2 [2020-11-30T03:16:01.388Z] #47 28.06 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:16:01.388Z] #47 28.21 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:16:01.388Z] #47 28.30 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-30T03:16:01.388Z] #47 28.39 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:16:01.388Z] #47 29.01 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:16:01.388Z] #47 29.10 go: extracting github.com/spf13/afero v1.1.2 [2020-11-30T03:16:01.388Z] #47 29.16 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:16:01.388Z] #47 29.16 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:16:01.388Z] #47 29.36 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:16:01.388Z] #47 29.46 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:16:01.388Z] #47 29.52 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:16:01.388Z] #47 29.57 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:16:01.388Z] #47 29.62 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:16:01.388Z] #47 29.66 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:16:01.388Z] #47 29.91 go: downloading github.com/spf13/cast v1.3.0 [2020-11-30T03:16:01.388Z] #47 30.18 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:16:01.388Z] #47 30.19 go: downloading golang.org/x/text v0.3.2 [2020-11-30T03:16:01.388Z] #47 30.31 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:16:01.388Z] #47 30.33 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:16:01.388Z] #47 30.39 go: extracting github.com/spf13/cast v1.3.0 [2020-11-30T03:16:01.388Z] #47 30.41 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:16:01.388Z] #47 30.53 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:16:01.388Z] #47 30.54 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:16:01.388Z] #47 30.55 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:16:01.388Z] #47 30.59 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:16:01.388Z] #47 30.61 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:16:01.388Z] #47 31.01 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:16:01.388Z] #47 31.09 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:16:01.388Z] #47 31.24 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:16:01.388Z] #47 31.24 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:16:01.388Z] #47 31.28 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:16:01.388Z] #47 31.28 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:16:01.388Z] #47 31.28 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:16:01.388Z] #47 31.31 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:16:01.388Z] #47 31.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:16:01.388Z] #47 31.44 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:16:01.388Z] #47 31.60 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:16:01.388Z] #47 31.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:16:01.388Z] #47 31.90 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:16:01.388Z] #47 31.96 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:16:01.388Z] #47 32.07 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:16:01.388Z] #47 32.15 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:16:01.388Z] #47 32.16 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:16:01.388Z] #47 32.38 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:16:01.388Z] #47 32.45 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:16:01.388Z] #47 32.61 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:16:01.388Z] #47 32.61 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:16:01.388Z] #47 32.62 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:16:01.388Z] #47 32.68 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-30T03:16:01.388Z] #47 32.71 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:16:01.388Z] #47 32.76 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:16:01.388Z] #47 32.96 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:16:01.388Z] #47 33.01 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-30T03:16:01.388Z] #47 33.16 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:16:01.388Z] #47 33.21 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-30T03:16:01.388Z] #47 33.42 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:16:01.425Z] #43 ... [2020-11-30T03:16:01.425Z] [2020-11-30T03:16:01.425Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:01.425Z] #41 14.16 make[1]: Nothing to be done for 'all'. [2020-11-30T03:16:01.425Z] #41 14.90 CC images/stats.o [2020-11-30T03:16:01.425Z] #41 15.16 CC images/core.o [2020-11-30T03:16:01.425Z] #41 15.50 CC images/core-x86.o [2020-11-30T03:16:01.425Z] #41 15.74 CC images/core-arm.o [2020-11-30T03:16:01.425Z] #41 15.96 CC images/core-aarch64.o [2020-11-30T03:16:01.425Z] #41 16.18 CC images/core-ppc64.o [2020-11-30T03:16:01.425Z] #41 16.59 CC images/core-s390.o [2020-11-30T03:16:01.425Z] #41 16.95 CC images/cpuinfo.o [2020-11-30T03:16:01.425Z] #41 17.20 CC images/inventory.o [2020-11-30T03:16:01.425Z] #41 17.28 CC images/fdinfo.o [2020-11-30T03:16:01.425Z] #41 17.56 CC images/fown.o [2020-11-30T03:16:01.425Z] #41 17.69 CC images/ns.o [2020-11-30T03:16:01.425Z] #41 17.79 CC images/regfile.o [2020-11-30T03:16:01.425Z] #41 17.96 CC images/ghost-file.o [2020-11-30T03:16:01.425Z] #41 18.11 CC images/fifo.o [2020-11-30T03:16:01.425Z] #41 18.25 CC images/remap-file-path.o [2020-11-30T03:16:01.425Z] #41 18.39 CC images/eventfd.o [2020-11-30T03:16:01.425Z] #41 18.48 CC images/eventpoll.o [2020-11-30T03:16:01.425Z] #41 18.67 CC images/fh.o [2020-11-30T03:16:01.425Z] #41 18.87 CC images/fsnotify.o [2020-11-30T03:16:01.425Z] #41 19.25 CC images/signalfd.o [2020-11-30T03:16:01.425Z] #41 19.38 CC images/fs.o [2020-11-30T03:16:01.425Z] #41 19.46 CC images/pstree.o [2020-11-30T03:16:01.425Z] #41 19.54 CC images/pipe.o [2020-11-30T03:16:01.425Z] #41 19.64 CC images/tcp-stream.o [2020-11-30T03:16:01.425Z] #41 19.79 CC images/sk-packet.o [2020-11-30T03:16:01.425Z] #41 20.02 CC images/mnt.o [2020-11-30T03:16:01.425Z] #41 20.17 CC images/pipe-data.o [2020-11-30T03:16:01.425Z] #41 20.25 CC images/sa.o [2020-11-30T03:16:01.425Z] #41 20.38 CC images/timer.o [2020-11-30T03:16:01.425Z] #41 20.56 CC images/timerfd.o [2020-11-30T03:16:01.425Z] #41 20.72 CC images/mm.o [2020-11-30T03:16:01.425Z] #41 20.82 CC images/sk-opts.o [2020-11-30T03:16:01.425Z] #41 20.98 CC images/sk-unix.o [2020-11-30T03:16:01.425Z] #41 21.22 CC images/sk-inet.o [2020-11-30T03:16:01.650Z] #47 33.60 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-30T03:16:01.650Z] #47 ... [2020-11-30T03:16:01.650Z] [2020-11-30T03:16:01.650Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:01.650Z] #49 23.68 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:16:01.650Z] #49 24.85 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:16:01.650Z] #49 24.95 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:16:01.650Z] #49 25.25 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:16:01.650Z] #49 25.28 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:16:01.650Z] #49 26.20 runtime [2020-11-30T03:16:01.650Z] #49 26.26 runtime/cgo [2020-11-30T03:16:01.717Z] #41 21.38 CC images/tun.o [2020-11-30T03:16:01.911Z] #49 ... [2020-11-30T03:16:01.911Z] [2020-11-30T03:16:01.911Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:01.911Z] #47 33.84 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:16:02.010Z] #41 21.58 CC images/sk-netlink.o [2020-11-30T03:16:02.010Z] #41 21.68 CC images/packet-sock.o [2020-11-30T03:16:02.172Z] #47 34.02 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-30T03:16:02.172Z] #47 34.08 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:16:02.172Z] #47 34.22 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-30T03:16:02.302Z] #41 21.85 CC images/ipc-var.o [2020-11-30T03:16:02.302Z] #41 22.00 CC images/ipc-desc.o [2020-11-30T03:16:02.433Z] #47 34.50 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:16:02.433Z] #47 34.51 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:16:02.433Z] #47 ... [2020-11-30T03:16:02.433Z] [2020-11-30T03:16:02.433Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:02.433Z] #40 24.46 Fetched 8406 kB in 19s (439 kB/s) [2020-11-30T03:16:02.433Z] #40 24.46 Reading package lists... [2020-11-30T03:16:02.599Z] #41 22.14 CC images/ipc-shm.o [2020-11-30T03:16:02.599Z] #41 22.22 CC images/ipc-msg.o [2020-11-30T03:16:02.694Z] #40 31.15 Reading package lists... [2020-11-30T03:16:02.694Z] #40 ... [2020-11-30T03:16:02.694Z] [2020-11-30T03:16:02.694Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:02.694Z] #47 34.68 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:16:02.694Z] #47 34.70 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-30T03:16:02.694Z] #47 34.75 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:16:02.694Z] #47 34.77 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:16:02.694Z] #47 34.83 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:16:02.924Z] #41 22.38 CC images/ipc-sem.o [2020-11-30T03:16:02.924Z] #41 22.51 CC images/utsns.o [2020-11-30T03:16:02.924Z] #41 22.62 CC images/creds.o [2020-11-30T03:16:02.955Z] #47 34.89 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:16:02.955Z] #47 34.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:16:02.955Z] #47 34.91 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:16:03.216Z] #47 35.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:16:03.216Z] #47 35.06 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:16:03.216Z] #47 35.27 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:16:03.227Z] #41 ... [2020-11-30T03:16:03.227Z] [2020-11-30T03:16:03.227Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:03.227Z] #49 50.09 golang.org/x/crypto/ssh/terminal [2020-11-30T03:16:03.227Z] #49 51.10 mvdan.cc/editorconfig [2020-11-30T03:16:03.227Z] #49 51.60 mvdan.cc/sh/v3/fileutil [2020-11-30T03:16:03.227Z] #49 51.71 mvdan.cc/sh/v3/syntax [2020-11-30T03:16:03.227Z] #49 55.56 mvdan.cc/sh/v3/cmd/shfmt [2020-11-30T03:16:03.227Z] #49 DONE 58.6s [2020-11-30T03:16:03.227Z] [2020-11-30T03:16:03.227Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:03.227Z] #43 57.39 hash/crc32 [2020-11-30T03:16:03.227Z] #43 57.80 net [2020-11-30T03:16:03.227Z] #43 58.12 vendor/golang.org/x/text/transform [2020-11-30T03:16:03.227Z] #43 58.49 vendor/golang.org/x/text/unicode/bidi [2020-11-30T03:16:03.477Z] #47 35.31 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:16:03.477Z] #47 ... [2020-11-30T03:16:03.477Z] [2020-11-30T03:16:03.477Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:03.477Z] #11 25.33 Fetched 8406 kB in 19s (443 kB/s) [2020-11-30T03:16:03.477Z] #11 25.33 Reading package lists... [2020-11-30T03:16:03.477Z] #11 32.23 Reading package lists... [2020-11-30T03:16:03.477Z] #11 ... [2020-11-30T03:16:03.477Z] [2020-11-30T03:16:03.477Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:16:03.477Z] #53 25.44 Fetched 8406 kB in 19s (436 kB/s) [2020-11-30T03:16:03.477Z] #53 25.44 Reading package lists... [2020-11-30T03:16:03.739Z] #53 32.51 Reading package lists... [2020-11-30T03:16:03.739Z] #53 ... [2020-11-30T03:16:03.739Z] [2020-11-30T03:16:03.739Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:03.739Z] #47 35.45 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:16:04.271Z] #43 59.77 vendor/golang.org/x/text/secure/bidirule [2020-11-30T03:16:04.271Z] #43 59.89 vendor/golang.org/x/text/unicode/norm [2020-11-30T03:16:04.312Z] #47 ... [2020-11-30T03:16:04.312Z] [2020-11-30T03:16:04.312Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:16:04.312Z] #34 26.30 Fetched 8406 kB in 20s (429 kB/s) [2020-11-30T03:16:04.312Z] #34 26.30 Reading package lists... [2020-11-30T03:16:06.229Z] #34 33.06 Reading package lists... [2020-11-30T03:16:06.229Z] #34 ... [2020-11-30T03:16:06.229Z] [2020-11-30T03:16:06.229Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:06.229Z] #40 31.15 Reading package lists... [2020-11-30T03:16:07.006Z] #43 62.31 vendor/golang.org/x/net/idna [2020-11-30T03:16:07.617Z] #40 38.15 Building dependency tree... [2020-11-30T03:16:07.641Z] #43 ... [2020-11-30T03:16:07.641Z] [2020-11-30T03:16:07.641Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:07.641Z] #41 22.89 CC images/vma.o [2020-11-30T03:16:07.641Z] #41 23.01 CC images/netdev.o [2020-11-30T03:16:07.641Z] #41 23.26 CC images/tty.o [2020-11-30T03:16:07.641Z] #41 23.65 CC images/file-lock.o [2020-11-30T03:16:07.641Z] #41 23.76 CC images/rlimit.o [2020-11-30T03:16:07.641Z] #41 23.84 CC images/pagemap.o [2020-11-30T03:16:07.641Z] #41 23.93 CC images/siginfo.o [2020-11-30T03:16:07.641Z] #41 24.01 CC images/rpc.o [2020-11-30T03:16:07.641Z] #41 24.56 CC images/ext-file.o [2020-11-30T03:16:07.641Z] #41 24.64 CC images/cgroup.o [2020-11-30T03:16:07.641Z] #41 24.84 CC images/userns.o [2020-11-30T03:16:07.641Z] #41 24.99 CC images/google/protobuf/descriptor.o [2020-11-30T03:16:07.641Z] #41 25.64 CC images/opts.o [2020-11-30T03:16:07.641Z] #41 25.76 CC images/seccomp.o [2020-11-30T03:16:07.641Z] #41 25.92 CC images/binfmt-misc.o [2020-11-30T03:16:07.641Z] #41 25.98 CC images/time.o [2020-11-30T03:16:07.641Z] #41 26.05 CC images/sysctl.o [2020-11-30T03:16:07.641Z] #41 26.12 CC images/autofs.o [2020-11-30T03:16:07.641Z] #41 26.25 CC images/macvlan.o [2020-11-30T03:16:07.641Z] #41 26.38 CC images/sit.o [2020-11-30T03:16:07.641Z] #41 26.51 CC images/memfd.o [2020-11-30T03:16:07.641Z] #41 26.68 CC images/timens.o [2020-11-30T03:16:07.641Z] #41 26.86 LINK images/built-in.o [2020-11-30T03:16:07.641Z] #41 26.90 GEN compel/include/asm [2020-11-30T03:16:07.641Z] #41 26.91 GEN compel/include/version.h [2020-11-30T03:16:07.641Z] #41 26.92 touch .config [2020-11-30T03:16:07.641Z] #41 26.94 GEN include/common/config.h [2020-11-30T03:16:07.641Z] #41 26.97 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-11-30T03:16:07.641Z] #41 27.01 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-30T03:16:07.641Z] #41 27.03 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-30T03:16:07.641Z] #41 27.05 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-11-30T03:16:07.641Z] #41 27.06 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-11-30T03:16:07.641Z] #41 27.08 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-11-30T03:16:07.641Z] #41 27.09 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-30T03:16:07.641Z] #41 27.09 DEP compel/plugins/std/infect.d [2020-11-30T03:16:07.641Z] #41 27.15 DEP compel/plugins/std/string.d [2020-11-30T03:16:07.641Z] #41 27.19 DEP compel/plugins/std/log.d [2020-11-30T03:16:07.641Z] #41 27.23 DEP compel/plugins/std/fds.d [2020-11-30T03:16:07.641Z] #41 27.32 DEP compel/plugins/std/std.d [2020-11-30T03:16:07.641Z] #41 27.43 DEP compel/plugins/shmem/shmem.d [2020-11-30T03:16:07.933Z] #41 27.48 DEP compel/plugins/fds/fds.d [2020-11-30T03:16:07.933Z] #41 27.56 CC compel/plugins/std/std.o [2020-11-30T03:16:08.226Z] #41 27.75 CC compel/plugins/std/fds.o [2020-11-30T03:16:08.226Z] #41 27.99 CC compel/plugins/std/log.o [2020-11-30T03:16:08.518Z] #41 ... [2020-11-30T03:16:08.518Z] [2020-11-30T03:16:08.518Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:08.518Z] #56 63.95 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:16:08.518Z] #56 63.96 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-30T03:16:09.535Z] #40 41.49 The following additional packages will be installed: [2020-11-30T03:16:09.535Z] #40 41.50 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-30T03:16:09.535Z] #40 41.50 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-30T03:16:09.535Z] #40 41.52 Suggested packages: [2020-11-30T03:16:09.535Z] #40 41.52 manpages-dev python-setuptools [2020-11-30T03:16:10.923Z] #40 42.84 The following NEW packages will be installed: [2020-11-30T03:16:10.923Z] #40 42.86 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-30T03:16:10.923Z] #40 42.86 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-30T03:16:10.923Z] #40 42.86 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-30T03:16:10.923Z] #40 42.86 python-six zlib1g-dev [2020-11-30T03:16:11.497Z] #40 43.31 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:16:11.497Z] #40 43.31 Need to get 4095 kB of archives. [2020-11-30T03:16:11.497Z] #40 43.31 After this operation, 22.5 MB of additional disk space will be used. [2020-11-30T03:16:11.497Z] #40 43.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-30T03:16:11.497Z] #40 43.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-30T03:16:11.497Z] #40 43.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-11-30T03:16:11.497Z] #40 43.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-30T03:16:11.497Z] #40 43.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-30T03:16:11.497Z] #40 43.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-30T03:16:11.497Z] #40 43.40 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-11-30T03:16:11.497Z] #40 43.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-30T03:16:11.497Z] #40 43.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-30T03:16:11.497Z] #40 43.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-30T03:16:11.497Z] #40 43.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-30T03:16:11.760Z] #40 43.66 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-30T03:16:11.760Z] #40 43.74 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-11-30T03:16:11.760Z] #40 43.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-30T03:16:11.760Z] #40 43.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-30T03:16:11.760Z] #40 43.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-30T03:16:11.760Z] #40 43.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-30T03:16:12.101Z] Fetching without tags [2020-11-30T03:16:12.707Z] #40 ... [2020-11-30T03:16:12.707Z] [2020-11-30T03:16:12.707Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:12.707Z] #62 DONE 44.7s [2020-11-30T03:16:12.707Z] [2020-11-30T03:16:12.707Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:12.707Z] #11 32.23 Reading package lists... [2020-11-30T03:16:12.707Z] #11 38.79 Building dependency tree... [2020-11-30T03:16:12.707Z] #11 42.22 The following additional packages will be installed: [2020-11-30T03:16:12.707Z] #11 42.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-30T03:16:12.707Z] #11 42.24 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-30T03:16:12.707Z] #11 42.25 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-30T03:16:12.707Z] #11 42.26 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:16:12.707Z] #11 42.26 Suggested packages: [2020-11-30T03:16:12.707Z] #11 42.28 gcc-8-locales seccomp wine64 [2020-11-30T03:16:12.707Z] #11 43.62 The following NEW packages will be installed: [2020-11-30T03:16:12.707Z] #11 43.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-30T03:16:12.707Z] #11 43.62 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-30T03:16:12.707Z] #11 43.62 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-30T03:16:12.707Z] #11 43.62 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-30T03:16:12.707Z] #11 43.64 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-30T03:16:12.707Z] #11 43.64 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:16:12.707Z] #11 44.06 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:16:12.707Z] #11 44.06 Need to get 77.7 MB of archives. [2020-11-30T03:16:12.707Z] #11 44.06 After this operation, 487 MB of additional disk space will be used. [2020-11-30T03:16:12.707Z] #11 44.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-30T03:16:12.707Z] #11 44.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-30T03:16:12.709Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:16:12.969Z] #11 45.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-30T03:16:12.969Z] #11 45.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-30T03:16:12.969Z] #11 45.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-30T03:16:12.980Z] #56 DONE 67.8s [2020-11-30T03:16:12.980Z] [2020-11-30T03:16:12.980Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-30T03:16:12.980Z] #57 DONE 0.1s [2020-11-30T03:16:12.980Z] [2020-11-30T03:16:12.980Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-30T03:16:12.980Z] #58 DONE 0.1s [2020-11-30T03:16:12.980Z] [2020-11-30T03:16:12.980Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:12.980Z] #41 28.37 CC compel/plugins/std/string.o [2020-11-30T03:16:12.980Z] #41 28.73 CC compel/plugins/std/infect.o [2020-11-30T03:16:12.980Z] #41 28.92 CC compel/arch/s390/plugins/std/parasite-head.o [2020-11-30T03:16:12.980Z] #41 28.96 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-11-30T03:16:12.980Z] #41 29.00 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-11-30T03:16:12.980Z] #41 29.14 AR compel/plugins/std.lib.a [2020-11-30T03:16:12.980Z] #41 29.18 CC compel/plugins/fds/fds.o [2020-11-30T03:16:12.980Z] #41 29.43 AR compel/plugins/fds.lib.a [2020-11-30T03:16:12.980Z] #41 29.47 HOSTDEP compel/src/lib/log-host.d [2020-11-30T03:16:12.980Z] #41 29.53 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-30T03:16:12.980Z] #41 29.62 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-11-30T03:16:12.980Z] #41 29.69 HOSTDEP compel/src/main-host.d [2020-11-30T03:16:12.980Z] #41 29.76 DEP compel/src/lib/ptrace.d [2020-11-30T03:16:12.980Z] #41 29.88 DEP compel/src/lib/infect.d [2020-11-30T03:16:12.980Z] #41 30.03 DEP compel/src/lib/infect-util.d [2020-11-30T03:16:12.980Z] #41 30.13 DEP compel/src/lib/infect-rpc.d [2020-11-30T03:16:12.980Z] #41 30.26 DEP compel/arch/s390/src/lib/infect.d [2020-11-30T03:16:12.980Z] #41 30.33 DEP compel/arch/s390/src/lib/cpu.d [2020-11-30T03:16:12.980Z] #41 30.38 DEP compel/src/lib/log.d [2020-11-30T03:16:12.980Z] #41 30.39 DEP compel/src/main.d [2020-11-30T03:16:12.980Z] #41 30.53 DEP compel/src/lib/handle-elf.d [2020-11-30T03:16:12.980Z] #41 30.58 DEP compel/arch/s390/src/lib/handle-elf.d [2020-11-30T03:16:12.980Z] #41 30.66 CC compel/src/lib/log.o [2020-11-30T03:16:12.980Z] #41 30.81 CC compel/arch/s390/src/lib/cpu.o [2020-11-30T03:16:12.980Z] #41 30.98 CC compel/arch/s390/src/lib/infect.o [2020-11-30T03:16:12.980Z] #41 31.51 CC compel/src/lib/infect-rpc.o [2020-11-30T03:16:12.980Z] #41 31.68 CC compel/src/lib/infect-util.o [2020-11-30T03:16:12.980Z] #41 31.87 CC compel/src/lib/infect.o [2020-11-30T03:16:13.231Z] #11 45.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-30T03:16:13.231Z] #11 ... [2020-11-30T03:16:13.231Z] [2020-11-30T03:16:13.231Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:13.231Z] #40 45.28 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:16:11.774Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:16:11.971Z] > git config --add remote.origin.fetch +refs/pull/41728/head:refs/remotes/origin/PR-41728 # timeout=10 [2020-11-30T03:16:11.997Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:16:12.042Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:16:12.066Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:16:12.066Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:16:12.208Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:16:12.681Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:16:12.690Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:16:13.493Z] #40 45.56 Fetched 4095 kB in 1s (4557 kB/s) [2020-11-30T03:16:13.615Z] #41 33.16 CC compel/src/lib/ptrace.o [2020-11-30T03:16:13.755Z] #40 45.71 Selecting previously unselected package libcap-dev:amd64. [2020-11-30T03:16:13.755Z] #40 45.71 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:16:13.908Z] #41 33.44 AR compel/libcompel.a [2020-11-30T03:16:13.908Z] #41 33.46 HOSTCC compel/src/main-host.o [2020-11-30T03:16:13.908Z] #41 33.70 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-11-30T03:16:14.019Z] #40 45.85 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-30T03:16:14.019Z] #40 45.86 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-30T03:16:14.201Z] #41 33.76 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-30T03:16:14.201Z] #41 33.90 HOSTCC compel/src/lib/log-host.o [2020-11-30T03:16:14.201Z] #41 34.00 HOSTLINK compel/compel-host-bin [2020-11-30T03:16:14.493Z] #41 34.06 DEP soccr/soccr.d [2020-11-30T03:16:14.493Z] #41 34.17 CC soccr/soccr.o [2020-11-30T03:16:14.591Z] #40 46.43 Selecting previously unselected package libnet1:amd64. [2020-11-30T03:16:14.591Z] #40 46.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:16:14.591Z] #40 46.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:16:14.786Z] #41 ... [2020-11-30T03:16:14.786Z] [2020-11-30T03:16:14.786Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:14.786Z] #11 60.29 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-30T03:16:14.786Z] #11 60.29 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-11-30T03:16:14.786Z] #11 60.30 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:16:14.786Z] #11 70.10 Selecting previously unselected package libapparmor1:s390x. [2020-11-30T03:16:14.786Z] #11 70.10 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-11-30T03:16:14.786Z] #11 70.11 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-11-30T03:16:14.786Z] #11 70.15 Selecting previously unselected package libapparmor-dev:s390x. [2020-11-30T03:16:14.786Z] #11 70.15 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-11-30T03:16:14.786Z] #11 70.15 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-11-30T03:16:14.786Z] #11 70.30 Selecting previously unselected package libbtrfs0. [2020-11-30T03:16:14.786Z] #11 70.30 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-11-30T03:16:14.786Z] #11 70.30 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:16:14.786Z] #11 70.36 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:16:14.852Z] #40 ... [2020-11-30T03:16:14.852Z] [2020-11-30T03:16:14.852Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:16:14.852Z] #53 32.51 Reading package lists... [2020-11-30T03:16:14.852Z] #53 39.51 Building dependency tree... [2020-11-30T03:16:14.852Z] #53 42.90 The following additional packages will be installed: [2020-11-30T03:16:14.852Z] #53 42.91 libbtrfs0 [2020-11-30T03:16:14.852Z] #53 43.14 The following NEW packages will be installed: [2020-11-30T03:16:14.852Z] #53 43.15 libbtrfs-dev libbtrfs0 [2020-11-30T03:16:14.852Z] #53 43.50 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:16:14.852Z] #53 43.50 Need to get 119 kB of archives. [2020-11-30T03:16:14.852Z] #53 43.50 After this operation, 387 kB of additional disk space will be used. [2020-11-30T03:16:14.852Z] #53 43.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-30T03:16:14.852Z] #53 43.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-30T03:16:14.852Z] #53 44.67 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:16:14.852Z] #53 44.99 Fetched 119 kB in 0s (416 kB/s) [2020-11-30T03:16:14.852Z] #53 45.22 Selecting previously unselected package libbtrfs0. [2020-11-30T03:16:14.852Z] #53 45.22 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:16:14.852Z] #53 45.27 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-30T03:16:14.852Z] #53 45.28 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:16:14.852Z] #53 45.47 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:16:14.852Z] #53 45.48 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-30T03:16:14.852Z] #53 45.48 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:16:14.852Z] #53 46.10 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:16:14.852Z] #53 46.37 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:16:14.852Z] #53 46.39 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:16:14.852Z] #53 DONE 46.7s [2020-11-30T03:16:14.852Z] [2020-11-30T03:16:14.852Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:14.852Z] #40 46.71 Selecting previously unselected package libnet1-dev. [2020-11-30T03:16:14.852Z] #40 46.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:16:14.852Z] #40 46.72 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:16:15.081Z] #11 70.36 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-11-30T03:16:15.081Z] #11 70.36 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:16:15.081Z] #11 70.41 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-11-30T03:16:15.081Z] #11 70.41 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-11-30T03:16:15.081Z] #11 70.42 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-30T03:16:15.081Z] #11 70.45 Selecting previously unselected package libudev-dev:s390x. [2020-11-30T03:16:15.081Z] #11 70.45 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-11-30T03:16:15.081Z] #11 70.45 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-11-30T03:16:15.081Z] #11 70.54 Selecting previously unselected package libsepol1-dev:s390x. [2020-11-30T03:16:15.081Z] #11 70.54 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-11-30T03:16:15.081Z] #11 70.54 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-11-30T03:16:15.113Z] #40 47.21 Selecting previously unselected package libnl-3-200:amd64. [2020-11-30T03:16:15.113Z] #40 47.21 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-30T03:16:15.254Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:16:15.254Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:16:15.374Z] #11 70.75 Selecting previously unselected package libpcre16-3:s390x. [2020-11-30T03:16:15.374Z] #11 70.75 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-11-30T03:16:15.374Z] #11 70.75 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-11-30T03:16:15.374Z] #11 70.81 Selecting previously unselected package libpcre32-3:s390x. [2020-11-30T03:16:15.374Z] #11 70.81 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-11-30T03:16:15.374Z] #11 70.82 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-11-30T03:16:15.374Z] #11 70.95 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-11-30T03:16:15.374Z] #11 70.95 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-11-30T03:16:15.374Z] #11 ... [2020-11-30T03:16:15.374Z] [2020-11-30T03:16:15.374Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:15.374Z] #41 34.97 AR soccr/libsoccr.a [2020-11-30T03:16:15.374Z] #41 34.98 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:16:15.374Z] #41 35.20 DEP criu/arch/s390/sigframe.d [2020-11-30T03:16:15.386Z] #40 47.22 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:16:15.386Z] #40 47.49 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-30T03:16:15.386Z] #40 47.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-30T03:16:15.386Z] #40 47.51 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-30T03:16:15.504Z] Removing intermediate container 4665a0614542 [2020-11-30T03:16:15.504Z] ---> 2d46519f19b7 [2020-11-30T03:16:15.504Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-11-30T03:16:15.504Z] ---> 805dc2d65d1c [2020-11-30T03:16:15.504Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-11-30T03:16:15.504Z] ---> 1c3705217224 [2020-11-30T03:16:15.504Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-11-30T03:16:15.504Z] ---> Running in 5303a0d1eb6c [2020-11-30T03:16:15.504Z] Removing intermediate container 5303a0d1eb6c [2020-11-30T03:16:15.504Z] ---> d2836b9768dd [2020-11-30T03:16:15.504Z] Successfully built d2836b9768dd [2020-11-30T03:16:15.504Z] Successfully tagged moby-buildx:latest [2020-11-30T03:16:15.504Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-11-30T03:16:15.504Z] if [ -n "${id}" ]; then \ [2020-11-30T03:16:15.504Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-11-30T03:16:15.504Z] && touch bundles/buildx; \ [2020-11-30T03:16:15.504Z] docker rm -f ${id}; \ [2020-11-30T03:16:15.504Z] fi [2020-11-30T03:16:15.504Z] bc4950b6b3e12834cd08ff5f4eb24b4ae2c32ac054dfa992cfd0957915d5f65e [2020-11-30T03:16:15.504Z] bundles/buildx version [2020-11-30T03:16:15.504Z] buildx v0.3.1 6db68d0 [2020-11-30T03:16:15.504Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:35639d804dfaf80e94a6a4fbcb87d11926087111 . [2020-11-30T03:16:15.504Z] #1 [internal] booting buildkit [2020-11-30T03:16:15.504Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-11-30T03:16:15.504Z] #1 pulling image moby/buildkit:buildx-stable-1 3.5s done [2020-11-30T03:16:15.504Z] #1 creating container buildx_buildkit_default [2020-11-30T03:16:15.504Z] #1 creating container buildx_buildkit_default 0.4s done [2020-11-30T03:16:15.504Z] #1 DONE 3.8s [2020-11-30T03:16:15.504Z] [2020-11-30T03:16:15.504Z] #3 [internal] load .dockerignore [2020-11-30T03:16:15.504Z] #3 transferring context: 87B done [2020-11-30T03:16:15.504Z] #3 DONE 0.0s [2020-11-30T03:16:15.504Z] [2020-11-30T03:16:15.504Z] #2 [internal] load build definition from Dockerfile [2020-11-30T03:16:15.504Z] #2 transferring dockerfile: 16.58kB done [2020-11-30T03:16:15.504Z] #2 DONE 0.0s [2020-11-30T03:16:15.504Z] [2020-11-30T03:16:15.504Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-30T03:16:15.504Z] #4 DONE 0.8s [2020-11-30T03:16:15.504Z] [2020-11-30T03:16:15.504Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-30T03:16:15.504Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-30T03:16:15.175Z] > git remote # timeout=10 [2020-11-30T03:16:15.185Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:16:15.190Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:16:15.193Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:16:15.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:16:15.229Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:16:15.235Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:16:15.666Z] #41 35.26 DEP criu/arch/s390/crtools.d [2020-11-30T03:16:15.666Z] #41 35.37 DEP criu/arch/s390/cpu.d [2020-11-30T03:16:15.666Z] #41 35.45 CC criu/arch/s390/cpu.o [2020-11-30T03:16:15.797Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-11-30T03:16:15.797Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-30T03:16:15.797Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-11-30T03:16:15.797Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-11-30T03:16:15.957Z] #40 47.90 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-30T03:16:15.957Z] #40 47.90 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:16:15.957Z] #40 47.90 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:16:15.957Z] #40 48.03 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-30T03:16:15.957Z] #40 48.03 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:16:15.957Z] #40 48.04 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-30T03:16:15.958Z] #41 35.65 CC criu/arch/s390/crtools.o [2020-11-30T03:16:16.218Z] #40 48.18 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-30T03:16:16.218Z] #40 48.18 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-30T03:16:16.218Z] #40 48.18 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:16:16.218Z] #40 ... [2020-11-30T03:16:16.218Z] [2020-11-30T03:16:16.218Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:16.218Z] #32 38.11 internal/reflectlite [2020-11-30T03:16:16.218Z] #32 38.11 sync [2020-11-30T03:16:16.218Z] #32 40.69 sort [2020-11-30T03:16:16.218Z] #32 40.69 errors [2020-11-30T03:16:16.218Z] #32 41.25 strconv [2020-11-30T03:16:16.218Z] #32 41.67 io [2020-11-30T03:16:16.218Z] #32 43.03 internal/oserror [2020-11-30T03:16:16.218Z] #32 43.13 syscall [2020-11-30T03:16:16.218Z] #32 45.30 reflect [2020-11-30T03:16:16.479Z] #32 ... [2020-11-30T03:16:16.479Z] [2020-11-30T03:16:16.479Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:16.479Z] #54 1.097 + RM_GOPATH=0 [2020-11-30T03:16:16.479Z] #54 1.097 + TMP_GOPATH= [2020-11-30T03:16:16.479Z] #54 1.097 + : /build [2020-11-30T03:16:16.479Z] #54 1.099 + '[' -z '' ']' [2020-11-30T03:16:16.479Z] #54 1.102 ++ mktemp -d [2020-11-30T03:16:16.479Z] #54 1.110 + export GOPATH=/tmp/tmp.tWjjshSuow [2020-11-30T03:16:16.479Z] #54 1.111 + GOPATH=/tmp/tmp.tWjjshSuow [2020-11-30T03:16:16.479Z] #54 1.111 + RM_GOPATH=1 [2020-11-30T03:16:16.479Z] #54 1.111 + case "$(go env GOARCH)" in [2020-11-30T03:16:16.479Z] #54 1.113 ++ go env GOARCH [2020-11-30T03:16:16.479Z] #54 1.148 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:16.479Z] #54 1.148 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:16.479Z] #54 1.153 ++ dirname /tmp/install/install.sh [2020-11-30T03:16:16.479Z] #54 1.156 + dir=/tmp/install [2020-11-30T03:16:16.479Z] #54 1.156 + bin=containerd [2020-11-30T03:16:16.479Z] #54 1.156 + shift [2020-11-30T03:16:16.479Z] #54 1.157 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-30T03:16:16.479Z] #54 1.157 + . /tmp/install/containerd.installer [2020-11-30T03:16:16.479Z] #54 1.157 ++ set -e [2020-11-30T03:16:16.479Z] #54 1.163 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:16:16.479Z] #54 1.164 + install_containerd [2020-11-30T03:16:16.479Z] #54 1.164 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-30T03:16:16.479Z] #54 1.165 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:16:16.479Z] #54 1.165 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tWjjshSuow/src/github.com/containerd/containerd [2020-11-30T03:16:16.479Z] #54 1.177 Cloning into '/tmp/tmp.tWjjshSuow/src/github.com/containerd/containerd'... [2020-11-30T03:16:16.609Z] #41 36.18 CC criu/arch/s390/sigframe.o [2020-11-30T03:16:16.609Z] #41 36.27 LINK criu/arch/s390/crtools.built-in.o [2020-11-30T03:16:16.609Z] #41 36.30 DEP criu/pie/util-vdso.d [2020-11-30T03:16:16.609Z] #41 36.37 DEP criu/pie/util.d [2020-11-30T03:16:16.838Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 651.98kB / 8.20MB 1.2s [2020-11-30T03:16:16.838Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 3.50MB / 8.20MB 1.3s [2020-11-30T03:16:16.901Z] #41 ... [2020-11-30T03:16:16.902Z] [2020-11-30T03:16:16.902Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:16.902Z] #11 70.96 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-30T03:16:16.902Z] #11 70.99 Selecting previously unselected package libpcre3-dev:s390x. [2020-11-30T03:16:16.902Z] #11 71.00 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-11-30T03:16:16.902Z] #11 71.00 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-11-30T03:16:16.902Z] #11 71.18 Selecting previously unselected package libselinux1-dev:s390x. [2020-11-30T03:16:16.902Z] #11 71.18 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-11-30T03:16:16.902Z] #11 71.19 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-30T03:16:16.902Z] #11 71.34 Selecting previously unselected package libdevmapper-dev:s390x. [2020-11-30T03:16:16.902Z] #11 71.34 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-11-30T03:16:16.902Z] #11 71.34 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-30T03:16:16.902Z] #11 71.37 Selecting previously unselected package libseccomp-dev:s390x. [2020-11-30T03:16:16.902Z] #11 71.37 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-11-30T03:16:16.902Z] #11 71.38 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-11-30T03:16:16.902Z] #11 71.44 Selecting previously unselected package libsystemd-dev:s390x. [2020-11-30T03:16:16.902Z] #11 71.44 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-11-30T03:16:16.902Z] #11 71.44 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-30T03:16:16.902Z] #11 71.75 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-11-30T03:16:16.902Z] #11 71.76 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-11-30T03:16:16.902Z] #11 71.77 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-11-30T03:16:16.902Z] #11 71.78 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:16:16.902Z] #11 71.78 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-11-30T03:16:16.902Z] #11 71.79 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-11-30T03:16:16.902Z] #11 71.79 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:16:16.902Z] #11 71.80 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:16:16.902Z] #11 71.81 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-11-30T03:16:16.902Z] #11 71.81 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-11-30T03:16:16.902Z] #11 71.83 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:16:16.902Z] #11 71.84 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:16:16.902Z] #11 71.84 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-11-30T03:16:16.902Z] #11 71.84 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-30T03:16:16.902Z] #11 71.85 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-11-30T03:16:16.902Z] #11 71.86 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:16:16.902Z] #11 71.86 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-11-30T03:16:16.902Z] #11 71.88 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:16:16.902Z] #11 71.89 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-11-30T03:16:16.902Z] #11 71.90 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-11-30T03:16:16.902Z] #11 71.90 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:16:16.902Z] #11 71.91 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-11-30T03:16:16.902Z] #11 71.91 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-11-30T03:16:16.902Z] #11 71.91 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:16:16.902Z] #11 71.92 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-11-30T03:16:16.902Z] #11 71.93 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-11-30T03:16:16.902Z] #11 71.94 Setting up dmsetup (2:1.02.155-3) ... [2020-11-30T03:16:16.902Z] #11 71.94 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-11-30T03:16:16.902Z] #11 71.95 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-11-30T03:16:16.902Z] #11 71.96 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:16:16.902Z] #11 DONE 72.3s [2020-11-30T03:16:16.902Z] [2020-11-30T03:16:16.902Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:16.902Z] #41 36.48 CC criu/pie/util.o [2020-11-30T03:16:16.902Z] #41 36.63 CC criu/pie/util-vdso.o [2020-11-30T03:16:17.051Z] #54 ... [2020-11-30T03:16:17.052Z] [2020-11-30T03:16:17.052Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:17.052Z] #47 38.86 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-30T03:16:17.052Z] #47 41.22 go: extracting golang.org/x/text v0.3.2 [2020-11-30T03:16:17.052Z] #47 46.81 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:16:17.052Z] #47 46.82 go: finding github.com/fatih/color v1.7.0 [2020-11-30T03:16:17.052Z] #47 47.02 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:16:17.052Z] #47 47.05 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:16:17.052Z] #47 47.24 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:16:17.052Z] #47 47.24 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:16:17.052Z] #47 47.25 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:16:17.052Z] #47 47.29 go: finding github.com/pkg/errors v0.8.1 [2020-11-30T03:16:17.052Z] #47 47.29 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:16:17.052Z] #47 47.34 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:16:17.052Z] #47 47.35 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.37 go: finding github.com/stretchr/testify v1.4.0 [2020-11-30T03:16:17.052Z] #47 47.40 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.43 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:16:17.052Z] #47 47.44 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:16:17.052Z] #47 47.50 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.53 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.55 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.55 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.60 go: finding github.com/spf13/viper v1.6.1 [2020-11-30T03:16:17.052Z] #47 47.61 go: finding github.com/stretchr/objx v0.2.0 [2020-11-30T03:16:17.052Z] #47 47.63 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.73 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:16:17.052Z] #47 47.77 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:16:17.052Z] #47 47.96 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:16:17.052Z] #47 47.97 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:16:17.052Z] #47 48.00 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:16:17.052Z] #47 48.03 go: finding github.com/spf13/cobra v0.0.5 [2020-11-30T03:16:17.052Z] #47 48.03 go: finding github.com/gobwas/glob v0.2.3 [2020-11-30T03:16:17.052Z] #47 48.04 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:16:17.052Z] #47 48.10 go: finding github.com/spf13/pflag v1.0.5 [2020-11-30T03:16:17.052Z] #47 48.12 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:16:17.052Z] #47 48.16 go: finding github.com/magiconair/properties v1.8.1 [2020-11-30T03:16:17.052Z] #47 48.20 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:16:17.052Z] #47 48.26 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:16:17.052Z] #47 48.34 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:16:17.052Z] #47 48.42 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:16:17.052Z] #47 48.47 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:16:17.052Z] #47 48.48 go: finding github.com/spf13/afero v1.1.2 [2020-11-30T03:16:17.052Z] #47 48.51 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:16:17.052Z] #47 48.56 go: finding github.com/spf13/cast v1.3.0 [2020-11-30T03:16:17.052Z] #47 48.62 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:16:17.052Z] #47 48.63 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:16:17.052Z] #47 48.64 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:16:17.052Z] #47 48.72 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:16:17.052Z] #47 48.77 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-30T03:16:17.052Z] #47 48.78 go: finding golang.org/x/text v0.3.2 [2020-11-30T03:16:17.052Z] #47 48.79 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:16:17.052Z] #47 48.85 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:16:17.052Z] #47 48.85 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:16:17.052Z] #47 48.87 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:16:17.052Z] #47 48.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:16:17.052Z] #47 48.91 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:16:17.052Z] #47 48.92 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:16:17.052Z] #47 48.93 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:16:17.052Z] #47 48.95 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:16:17.052Z] #47 48.96 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:16:17.052Z] #47 48.97 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:16:17.052Z] #47 49.00 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:16:17.052Z] #47 49.02 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-30T03:16:17.052Z] #47 49.04 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:16:17.052Z] #47 49.06 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:16:17.052Z] #47 ... [2020-11-30T03:16:17.052Z] [2020-11-30T03:16:17.052Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:16:17.132Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 1.5s done [2020-11-30T03:16:17.132Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-11-30T03:16:17.313Z] #30 48.49 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-30T03:16:17.313Z] #30 49.25 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-30T03:16:17.426Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-11-30T03:16:17.426Z] #5 DONE 2.1s [2020-11-30T03:16:17.542Z] #41 36.97 AR criu/pie/pie.lib.a [2020-11-30T03:16:17.542Z] #41 37.01 DEP criu/pie/restorer.d [2020-11-30T03:16:17.542Z] #41 37.27 DEP criu/arch/s390/restorer.d [2020-11-30T03:16:17.542Z] #41 37.36 DEP criu/arch/s390/vdso-pie.d [2020-11-30T03:16:17.574Z] #30 49.52 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-30T03:16:17.723Z] [2020-11-30T03:16:17.723Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:16:17.834Z] #41 37.41 DEP criu/pie/parasite-vdso.d [2020-11-30T03:16:17.834Z] #41 37.46 DEP criu/pie/parasite.d [2020-11-30T03:16:17.834Z] #41 ... [2020-11-30T03:16:17.834Z] [2020-11-30T03:16:17.834Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-30T03:16:17.834Z] #12 DONE 1.1s [2020-11-30T03:16:17.836Z] #30 ... [2020-11-30T03:16:17.836Z] [2020-11-30T03:16:17.836Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:16:17.836Z] #34 33.06 Reading package lists... [2020-11-30T03:16:17.836Z] #34 39.99 Building dependency tree... [2020-11-30T03:16:17.836Z] #34 43.20 The following additional packages will be installed: [2020-11-30T03:16:17.836Z] #34 43.22 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-30T03:16:17.836Z] #34 43.22 Suggested packages: [2020-11-30T03:16:17.836Z] #34 43.23 cmake-doc ninja-build lrzip [2020-11-30T03:16:17.836Z] #34 43.23 Recommended packages: [2020-11-30T03:16:17.836Z] #34 43.23 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-30T03:16:17.836Z] #34 44.33 The following NEW packages will be installed: [2020-11-30T03:16:17.836Z] #34 44.35 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-30T03:16:17.836Z] #34 44.36 vim-common xxd [2020-11-30T03:16:17.836Z] #34 44.71 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:16:17.836Z] #34 44.71 Need to get 14.9 MB of archives. [2020-11-30T03:16:17.836Z] #34 44.71 After this operation, 61.8 MB of additional disk space will be used. [2020-11-30T03:16:17.836Z] #34 44.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-30T03:16:17.836Z] #34 44.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:16:17.836Z] #34 44.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-30T03:16:17.836Z] #34 45.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-30T03:16:17.836Z] #34 46.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-30T03:16:17.836Z] #34 46.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-30T03:16:17.836Z] #34 46.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-30T03:16:17.836Z] #34 46.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-30T03:16:17.836Z] #34 46.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-30T03:16:17.836Z] #34 46.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-30T03:16:17.836Z] #34 48.10 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:16:17.836Z] #34 48.30 Fetched 14.9 MB in 2s (6977 kB/s) [2020-11-30T03:16:17.836Z] #34 48.46 Selecting previously unselected package xxd. [2020-11-30T03:16:17.836Z] #34 48.46 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:16:17.836Z] #34 48.56 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:16:17.836Z] #34 48.57 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:16:17.836Z] #34 48.80 Selecting previously unselected package vim-common. [2020-11-30T03:16:17.836Z] #34 48.80 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:16:17.836Z] #34 48.88 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:16:17.836Z] #34 49.25 Selecting previously unselected package cmake-data. [2020-11-30T03:16:17.836Z] #34 49.25 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-30T03:16:17.836Z] #34 49.26 Unpacking cmake-data (3.13.4-1) ... [2020-11-30T03:16:17.836Z] #34 ... [2020-11-30T03:16:17.836Z] [2020-11-30T03:16:17.836Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:17.836Z] #47 49.08 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:16:17.836Z] #47 49.09 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:16:17.836Z] #47 49.10 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-30T03:16:17.836Z] #47 49.10 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:16:17.836Z] #47 49.25 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:16:17.836Z] #47 49.39 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:16:17.836Z] #47 49.44 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-30T03:16:17.836Z] #47 49.53 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:16:17.836Z] #47 49.57 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:16:17.836Z] #47 49.59 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:16:17.836Z] #47 49.67 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:16:17.836Z] #47 49.69 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:16:17.856Z] Fetching without tags [2020-11-30T03:16:18.137Z] [2020-11-30T03:16:18.137Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:18.137Z] #51 1.029 + RM_GOPATH=0 [2020-11-30T03:16:18.137Z] #51 1.030 + TMP_GOPATH= [2020-11-30T03:16:18.137Z] #51 1.030 + : /build [2020-11-30T03:16:18.137Z] #51 1.030 + '[' -z '' ']' [2020-11-30T03:16:18.137Z] #51 1.030 ++ mktemp -d [2020-11-30T03:16:18.137Z] #51 1.031 + export GOPATH=/tmp/tmp.TFO0sxXErR [2020-11-30T03:16:18.137Z] #51 1.031 + GOPATH=/tmp/tmp.TFO0sxXErR [2020-11-30T03:16:18.137Z] #51 1.031 + RM_GOPATH=1 [2020-11-30T03:16:18.137Z] #51 1.031 + case "$(go env GOARCH)" in [2020-11-30T03:16:18.137Z] #51 1.031 ++ go env GOARCH [2020-11-30T03:16:18.137Z] #51 1.042 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:18.137Z] #51 1.042 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:18.137Z] #51 1.043 ++ dirname /tmp/install/install.sh [2020-11-30T03:16:18.137Z] #51 1.047 + dir=/tmp/install [2020-11-30T03:16:18.137Z] #51 1.048 + bin=runc [2020-11-30T03:16:18.137Z] #51 1.048 + shift [2020-11-30T03:16:18.137Z] #51 1.048 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-30T03:16:18.137Z] #51 1.048 + . /tmp/install/runc.installer [2020-11-30T03:16:18.137Z] #51 1.048 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:16:18.137Z] #51 1.048 + install_runc [2020-11-30T03:16:18.137Z] #51 1.049 + uname -r [2020-11-30T03:16:18.137Z] #51 1.050 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-30T03:16:18.137Z] #51 1.053 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-30T03:16:18.137Z] #51 1.053 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-30T03:16:18.137Z] #51 1.053 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TFO0sxXErR/src/github.com/opencontainers/runc [2020-11-30T03:16:18.137Z] #51 1.053 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-30T03:16:18.137Z] #51 1.060 Cloning into '/tmp/tmp.TFO0sxXErR/src/github.com/opencontainers/runc'... [2020-11-30T03:16:18.137Z] #51 ... [2020-11-30T03:16:18.137Z] [2020-11-30T03:16:18.137Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:18.137Z] #43 63.55 vendor/golang.org/x/net/http2/hpack [2020-11-30T03:16:18.137Z] #43 64.46 mime [2020-11-30T03:16:18.137Z] #43 65.76 mime/quotedprintable [2020-11-30T03:16:18.137Z] #43 66.02 net/http/internal [2020-11-30T03:16:18.137Z] #43 67.83 crypto/x509 [2020-11-30T03:16:18.137Z] #43 67.84 net/textproto [2020-11-30T03:16:18.137Z] #43 68.83 vendor/golang.org/x/net/http/httpguts [2020-11-30T03:16:18.137Z] #43 68.96 vendor/golang.org/x/net/http/httpproxy [2020-11-30T03:16:18.137Z] #43 69.29 mime/multipart [2020-11-30T03:16:18.137Z] #43 70.52 crypto/tls [2020-11-30T03:16:18.216Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:16:18.375Z] #8 DONE 0.6s [2020-11-30T03:16:18.375Z] [2020-11-30T03:16:18.375Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:18.375Z] #7 DONE 0.7s [2020-11-30T03:16:18.375Z] [2020-11-30T03:16:18.375Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-30T03:16:18.375Z] #6 DONE 0.8s [2020-11-30T03:16:18.441Z] #43 73.80 net/http/httptrace [2020-11-30T03:16:18.441Z] #43 ... [2020-11-30T03:16:18.441Z] [2020-11-30T03:16:18.441Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:18.441Z] #41 37.71 CC criu/pie/parasite.o [2020-11-30T03:16:18.635Z] Fetching without tags [2020-11-30T03:16:18.696Z] [2020-11-30T03:16:18.696Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:18.696Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-30T03:16:18.738Z] #41 38.45 LINK criu/pie/parasite.built-in.o [2020-11-30T03:16:18.738Z] #41 38.45 GEN criu/pie/parasite-blob.h [2020-11-30T03:16:18.738Z] #41 38.46 CC criu/pie/parasite-vdso.o [2020-11-30T03:16:18.738Z] #41 ... [2020-11-30T03:16:18.738Z] [2020-11-30T03:16:18.738Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:16:18.738Z] #13 DONE 1.0s [2020-11-30T03:16:19.000Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-30T03:16:19.000Z] #9 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-11-30T03:16:19.000Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.1s [2020-11-30T03:16:19.000Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.1s [2020-11-30T03:16:19.000Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.1s [2020-11-30T03:16:19.000Z] #9 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-11-30T03:16:19.000Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0B / 157B 0.1s [2020-11-30T03:16:19.000Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.1s [2020-11-30T03:16:19.000Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.1s [2020-11-30T03:16:19.000Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.1s [2020-11-30T03:16:19.041Z] [2020-11-30T03:16:19.041Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-30T03:16:19.157Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:16:19.192Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:16:19.193Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:16:19.223Z] #47 ... [2020-11-30T03:16:19.223Z] [2020-11-30T03:16:19.223Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:19.223Z] #43 41.10 github.com/LK4D4/vndr/godl/singleflight [2020-11-30T03:16:19.223Z] #43 41.11 errors [2020-11-30T03:16:19.223Z] #43 41.39 sort [2020-11-30T03:16:19.223Z] #43 41.44 io [2020-11-30T03:16:19.223Z] #43 42.73 strconv [2020-11-30T03:16:19.223Z] #43 42.88 bytes [2020-11-30T03:16:19.223Z] #43 45.11 bufio [2020-11-30T03:16:19.223Z] #43 46.76 reflect [2020-11-30T03:16:19.223Z] #43 47.60 syscall [2020-11-30T03:16:19.223Z] #43 ... [2020-11-30T03:16:19.223Z] [2020-11-30T03:16:19.223Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:19.223Z] #49 51.30 syscall [2020-11-30T03:16:19.362Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 1.58MB / 8.25MB 0.4s [2020-11-30T03:16:19.362Z] #9 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2020-11-30T03:16:19.362Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 830.68kB / 10.73MB 0.6s [2020-11-30T03:16:19.362Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 3.67MB / 8.25MB 0.6s [2020-11-30T03:16:19.362Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.23MB / 54.14MB 0.6s [2020-11-30T03:16:19.362Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 3.73MB / 57.46MB 0.6s [2020-11-30T03:16:17.706Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:16:17.735Z] > git config --add remote.origin.fetch +refs/pull/41728/head:refs/remotes/origin/PR-41728 # timeout=10 [2020-11-30T03:16:17.760Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:16:17.805Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:16:17.845Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:16:17.845Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:16:17.846Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:16:18.215Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:16:18.229Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:16:19.065Z] > git remote # timeout=10 [2020-11-30T03:16:19.098Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:16:19.122Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:16:19.123Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:16:19.152Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:16:19.181Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:16:19.202Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:16:19.485Z] #49 51.37 reflect [2020-11-30T03:16:18.479Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:16:18.514Z] > git config --add remote.origin.fetch +refs/pull/41728/head:refs/remotes/origin/PR-41728 # timeout=10 [2020-11-30T03:16:18.566Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:16:18.584Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:16:18.662Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:16:18.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:16:18.663Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:16:19.186Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:16:19.241Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:16:19.674Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 1.76MB / 10.73MB 0.8s [2020-11-30T03:16:19.674Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 4.96MB / 8.25MB 0.8s [2020-11-30T03:16:19.674Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.88MB / 96.52MB 0.8s [2020-11-30T03:16:19.674Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 2.82MB / 10.73MB 0.9s [2020-11-30T03:16:19.674Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 4.11MB / 73.58MB 0.9s [2020-11-30T03:16:19.674Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 6.91MB / 8.25MB 0.9s [2020-11-30T03:16:19.674Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 6.74MB / 54.14MB 0.9s [2020-11-30T03:16:19.674Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 8.24MB / 57.46MB 0.9s [2020-11-30T03:16:19.675Z] #14 0.845 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-30T03:16:19.967Z] #14 DONE 1.0s [2020-11-30T03:16:19.967Z] [2020-11-30T03:16:19.967Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:19.967Z] #41 38.96 CC criu/arch/s390/vdso-pie.o [2020-11-30T03:16:19.967Z] #41 39.23 CC criu/arch/s390/restorer.o [2020-11-30T03:16:19.967Z] #41 39.52 CC criu/pie/restorer.o [2020-11-30T03:16:19.994Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 3.62MB / 10.73MB 1.0s [2020-11-30T03:16:19.994Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.17MB / 8.25MB 1.0s [2020-11-30T03:16:19.994Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 5.34MB / 10.73MB 1.2s [2020-11-30T03:16:19.994Z] #9 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done [2020-11-30T03:16:19.994Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 9.96MB / 54.14MB 1.2s [2020-11-30T03:16:19.994Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 12.49MB / 57.46MB 1.2s [2020-11-30T03:16:19.994Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 9.88MB / 96.52MB 1.2s [2020-11-30T03:16:19.998Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:16:20.350Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 8.08MB / 73.58MB 1.4s [2020-11-30T03:16:20.350Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 7.20MB / 10.73MB 1.5s [2020-11-30T03:16:20.350Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 15.60MB / 57.46MB 1.5s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-30T03:16:20.646Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:16:20.646Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:16:20.689Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 8.46MB / 10.73MB 1.7s [2020-11-30T03:16:20.689Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 13.81MB / 54.14MB 1.7s [2020-11-30T03:16:20.689Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 15.35MB / 96.52MB 1.7s [2020-11-30T03:16:20.689Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.32MB / 10.73MB 1.8s [2020-11-30T03:16:20.689Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 13.09MB / 73.58MB 1.8s [2020-11-30T03:16:21.011Z] #41 ... [2020-11-30T03:16:21.011Z] [2020-11-30T03:16:21.011Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-30T03:16:21.011Z] #15 DONE 1.0s [2020-11-30T03:16:21.011Z] [2020-11-30T03:16:21.011Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:16:21.072Z] #9 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.9s done [2020-11-30T03:16:21.072Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 17.03MB / 54.14MB 2.0s [2020-11-30T03:16:21.072Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 17.11MB / 73.58MB 2.1s [2020-11-30T03:16:21.072Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 20.56MB / 57.46MB 2.1s [2020-11-30T03:16:21.072Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 21.12MB / 96.52MB 2.1s [2020-11-30T03:16:21.072Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.92MB / 54.14MB 2.3s [2020-11-30T03:16:21.244Z] + docker version [2020-11-30T03:16:21.738Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 21.25MB / 73.58MB 2.4s [2020-11-30T03:16:21.739Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 25.30MB / 57.46MB 2.4s [2020-11-30T03:16:21.739Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 26.53MB / 96.52MB 2.4s [2020-11-30T03:16:21.739Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 24.66MB / 54.14MB 2.5s [2020-11-30T03:16:21.739Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 25.55MB / 73.58MB 2.7s [2020-11-30T03:16:21.739Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 28.57MB / 57.46MB 2.7s [2020-11-30T03:16:21.739Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 28.39MB / 54.14MB 3.0s [2020-11-30T03:16:21.739Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 32.57MB / 96.52MB 3.0s [2020-11-30T03:16:22.052Z] #16 DONE 0.9s [2020-11-30T03:16:22.052Z] [2020-11-30T03:16:22.052Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:22.052Z] #41 41.21 LINK criu/pie/restorer.built-in.o [2020-11-30T03:16:22.052Z] #41 41.21 GEN criu/pie/restorer-blob.h [2020-11-30T03:16:22.052Z] #41 41.27 DEP criu/vdso.d [2020-11-30T03:16:22.052Z] #41 41.43 DEP criu/uts_ns.d [2020-11-30T03:16:22.052Z] #41 41.52 DEP criu/util.d [2020-11-30T03:16:22.052Z] #41 41.66 DEP criu/uffd.d [2020-11-30T03:16:22.052Z] #41 41.76 DEP criu/tun.d [2020-11-30T03:16:20.564Z] > git remote # timeout=10 [2020-11-30T03:16:20.595Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:16:20.620Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:16:20.621Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:16:20.647Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-30T03:16:20.670Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:16:20.698Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:16:22.235Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 31.76MB / 73.58MB 3.1s [2020-11-30T03:16:22.235Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.57MB / 57.46MB 3.1s [2020-11-30T03:16:22.235Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 36.74MB / 73.58MB 3.4s [2020-11-30T03:16:22.235Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 31.56MB / 54.14MB 3.4s [2020-11-30T03:16:22.235Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.80MB / 57.46MB 3.4s [2020-11-30T03:16:22.235Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 37.85MB / 96.52MB 3.4s [2020-11-30T03:16:22.344Z] #41 41.84 DEP criu/tty.d [2020-11-30T03:16:22.344Z] #41 42.10 DEP criu/timerfd.d [2020-11-30T03:16:22.636Z] #41 42.17 DEP criu/timens.d [2020-11-30T03:16:22.636Z] #41 42.31 DEP criu/sysfs_parse.d [2020-11-30T03:16:22.636Z] #41 42.40 DEP criu/sysctl.d [2020-11-30T03:16:22.745Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 41.17MB / 73.58MB 3.7s [2020-11-30T03:16:22.745Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 41.98MB / 57.46MB 3.7s [2020-11-30T03:16:22.928Z] #41 ... [2020-11-30T03:16:22.928Z] [2020-11-30T03:16:22.928Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:16:22.928Z] #17 DONE 0.9s [2020-11-30T03:16:22.928Z] [2020-11-30T03:16:22.928Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:22.928Z] #41 42.53 DEP criu/string.d [2020-11-30T03:16:22.928Z] #41 42.57 DEP criu/stats.d [2020-11-30T03:16:22.928Z] #41 42.64 DEP criu/sockets.d [2020-11-30T03:16:23.073Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:16:23.164Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 45.11MB / 73.58MB 4.0s [2020-11-30T03:16:23.164Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 35.11MB / 54.14MB 4.0s [2020-11-30T03:16:23.164Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.35MB / 57.46MB 4.0s [2020-11-30T03:16:23.164Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 43.39MB / 96.52MB 4.0s [2020-11-30T03:16:23.164Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 52.46MB / 73.58MB 4.3s [2020-11-30T03:16:23.164Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 48.39MB / 57.46MB 4.3s [2020-11-30T03:16:23.219Z] #41 42.76 DEP criu/sk-unix.d [2020-11-30T03:16:23.219Z] #41 42.91 DEP criu/sk-tcp.d [2020-11-30T03:16:23.511Z] #41 43.03 DEP criu/sk-queue.d [2020-11-30T03:16:23.511Z] #41 43.18 DEP criu/sk-packet.d [2020-11-30T03:16:23.606Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 58.81MB / 73.58MB 4.7s [2020-11-30T03:16:23.606Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 38.73MB / 54.14MB 4.7s [2020-11-30T03:16:23.606Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 53.13MB / 57.46MB 4.7s [2020-11-30T03:16:23.606Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 48.59MB / 96.52MB 4.7s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-30T03:16:23.803Z] #41 43.35 DEP criu/sk-netlink.d [2020-11-30T03:16:23.803Z] #41 43.50 DEP criu/sk-inet.d [2020-11-30T03:16:24.002Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 63.97MB / 73.58MB 4.9s [2020-11-30T03:16:24.002Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 56.11MB / 57.46MB 4.9s [2020-11-30T03:16:24.002Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 70.59MB / 73.58MB 5.2s [2020-11-30T03:16:24.002Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 41.59MB / 54.14MB 5.2s [2020-11-30T03:16:24.002Z] #9 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.1s done [2020-11-30T03:16:24.002Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 54.42MB / 96.52MB 5.2s [2020-11-30T03:16:24.095Z] #41 43.73 DEP criu/signalfd.d [2020-11-30T03:16:24.095Z] #41 43.87 DEP criu/sigframe.d [2020-11-30T03:16:24.306Z] #9 ... [2020-11-30T03:16:24.307Z] [2020-11-30T03:16:24.307Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-30T03:16:24.307Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-30T03:16:24.307Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.9s done [2020-11-30T03:16:24.307Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-30T03:16:24.307Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-30T03:16:24.307Z] #61 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.5s done [2020-11-30T03:16:24.307Z] #61 DONE 5.8s [2020-11-30T03:16:24.307Z] [2020-11-30T03:16:24.307Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:24.307Z] #9 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.4s done [2020-11-30T03:16:24.307Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 47.46MB / 54.14MB 5.5s [2020-11-30T03:16:24.307Z] #9 ... [2020-11-30T03:16:24.307Z] [2020-11-30T03:16:24.307Z] #22 [internal] load build context [2020-11-30T03:16:24.307Z] #22 transferring context: 40.43MB 5.8s [2020-11-30T03:16:24.387Z] #41 43.99 DEP criu/shmem.d [2020-11-30T03:16:24.387Z] #41 44.07 DEP criu/servicefd.d [2020-11-30T03:16:24.395Z] + docker version [2020-11-30T03:16:24.679Z] #41 44.16 DEP criu/seize.d [2020-11-30T03:16:24.679Z] #41 44.28 DEP criu/seccomp.d [2020-11-30T03:16:24.777Z] #49 ... [2020-11-30T03:16:24.777Z] [2020-11-30T03:16:24.777Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:24.777Z] #11 46.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-30T03:16:24.777Z] #11 46.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-30T03:16:24.777Z] #11 46.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-30T03:16:24.777Z] #11 50.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-30T03:16:24.777Z] #11 52.66 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-30T03:16:24.777Z] #11 52.66 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-30T03:16:24.777Z] #11 52.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-30T03:16:24.777Z] #11 52.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-30T03:16:24.777Z] #11 52.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-30T03:16:24.777Z] #11 52.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-30T03:16:24.777Z] #11 52.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-30T03:16:24.777Z] #11 52.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-30T03:16:24.777Z] #11 52.73 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-30T03:16:24.777Z] #11 52.74 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-30T03:16:24.777Z] #11 52.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-30T03:16:24.777Z] #11 52.83 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-30T03:16:24.777Z] #11 52.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-30T03:16:24.777Z] #11 52.86 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-30T03:16:24.777Z] #11 52.86 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-30T03:16:24.777Z] #11 54.08 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:16:24.777Z] #11 54.26 Fetched 77.7 MB in 9s (8487 kB/s) [2020-11-30T03:16:24.777Z] #11 54.35 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-30T03:16:24.777Z] #11 54.36 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:16:24.777Z] #11 54.44 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-30T03:16:24.777Z] #11 54.46 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:16:24.777Z] #11 ... [2020-11-30T03:16:24.777Z] [2020-11-30T03:16:24.777Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:24.777Z] #40 48.51 Selecting previously unselected package libprotobuf17:amd64. [2020-11-30T03:16:24.777Z] #40 48.53 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 48.54 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:24.777Z] #40 49.45 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-30T03:16:24.777Z] #40 49.45 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 49.46 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:24.777Z] #40 49.70 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-30T03:16:24.777Z] #40 49.70 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 49.71 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:24.777Z] #40 51.18 Selecting previously unselected package libprotoc17:amd64. [2020-11-30T03:16:24.777Z] #40 51.19 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 51.21 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:24.777Z] #40 51.87 Selecting previously unselected package protobuf-c-compiler. [2020-11-30T03:16:24.777Z] #40 51.87 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 51.88 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:16:24.777Z] #40 52.06 Selecting previously unselected package protobuf-compiler. [2020-11-30T03:16:24.777Z] #40 52.07 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 52.08 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:16:24.777Z] #40 52.22 Selecting previously unselected package python-pkg-resources. [2020-11-30T03:16:24.777Z] #40 52.23 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:16:24.777Z] #40 52.23 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-30T03:16:24.777Z] #40 52.80 Selecting previously unselected package python-six. [2020-11-30T03:16:24.777Z] #40 52.80 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-30T03:16:24.777Z] #40 52.82 Unpacking python-six (1.12.0-1) ... [2020-11-30T03:16:24.777Z] #40 52.97 Selecting previously unselected package python-protobuf. [2020-11-30T03:16:24.777Z] #40 52.97 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-30T03:16:24.777Z] #40 52.97 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-30T03:16:24.777Z] #40 53.55 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:16:24.935Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:16:24.957Z] #22 transferring context: 52.35MB 6.6s done [2020-11-30T03:16:24.971Z] #41 44.45 DEP criu/rst-malloc.d [2020-11-30T03:16:24.971Z] #41 44.49 DEP criu/rbtree.d [2020-11-30T03:16:24.971Z] #41 44.58 DEP criu/pstree.d [2020-11-30T03:16:24.971Z] #41 44.70 DEP criu/protobuf.d [2020-11-30T03:16:25.038Z] #40 ... [2020-11-30T03:16:25.038Z] [2020-11-30T03:16:25.038Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:25.038Z] #11 57.15 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-30T03:16:25.038Z] #11 57.15 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-30T03:16:25.038Z] #11 57.16 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:16:25.256Z] #22 DONE 6.7s [2020-11-30T03:16:25.256Z] [2020-11-30T03:16:25.256Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:25.256Z] #9 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.8s done [2020-11-30T03:16:25.256Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 84.48MB / 96.52MB 6.3s [2020-11-30T03:16:25.256Z] #9 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.6s done [2020-11-30T03:16:25.263Z] #41 44.84 GEN criu/protobuf-desc-gen.h [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-11-30T03:16:25.550Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-11-30T03:16:26.071Z] + docker version [2020-11-30T03:16:26.299Z] #41 45.77 DEP criu/protobuf-desc.d [2020-11-30T03:16:26.299Z] #41 45.87 DEP criu/proc_parse.d [2020-11-30T03:16:26.299Z] #41 45.99 DEP criu/plugin.d [2020-11-30T03:16:26.299Z] #41 46.10 DEP criu/pipes.d [2020-11-30T03:16:26.616Z] #41 46.28 DEP criu/pie-util.d [2020-11-30T03:16:26.616Z] #41 46.40 DEP criu/pie-util-vdso.d [2020-11-30T03:16:26.927Z] #41 46.53 DEP criu/path.d [2020-11-30T03:16:26.927Z] #41 46.66 DEP criu/parasite-syscall.d [2020-11-30T03:16:27.219Z] #41 46.80 DEP criu/pagemap.d [2020-11-30T03:16:27.512Z] #41 47.00 DEP criu/pagemap-cache.d [2020-11-30T03:16:27.512Z] #41 47.14 DEP criu/page-xfer.d [2020-11-30T03:16:27.804Z] #41 47.33 DEP criu/page-pipe.d [2020-11-30T03:16:27.804Z] #41 47.42 DEP criu/netfilter.d [2020-11-30T03:16:28.096Z] #41 47.58 DEP criu/net.d [2020-11-30T03:16:28.096Z] #41 47.72 DEP criu/namespaces.d [2020-11-30T03:16:28.096Z] #41 47.81 DEP criu/mount.d [2020-11-30T03:16:28.340Z] #11 ... [2020-11-30T03:16:28.340Z] [2020-11-30T03:16:28.340Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:28.340Z] #45 DONE 59.9s [2020-11-30T03:16:28.340Z] [2020-11-30T03:16:28.340Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:28.340Z] #40 59.01 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:28.340Z] #40 59.37 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:16:28.340Z] #40 59.56 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:16:28.340Z] #40 59.83 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-30T03:16:28.340Z] #40 59.98 Setting up python-six (1.12.0-1) ... [2020-11-30T03:16:28.388Z] #41 47.89 DEP criu/memfd.d [2020-11-30T03:16:28.388Z] #41 48.05 DEP criu/mem.d [2020-11-30T03:16:28.388Z] #41 ... [2020-11-30T03:16:28.388Z] [2020-11-30T03:16:28.388Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:28.388Z] #43 73.96 net/http [2020-11-30T03:16:28.388Z] #43 81.76 github.com/LK4D4/vndr/godl [2020-11-30T03:16:28.388Z] #43 82.38 github.com/LK4D4/vndr [2020-11-30T03:16:28.680Z] #43 ... [2020-11-30T03:16:28.680Z] [2020-11-30T03:16:28.680Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:28.680Z] #41 48.25 DEP criu/lsm.d [2020-11-30T03:16:28.680Z] #41 48.38 DEP criu/log.d [2020-11-30T03:16:28.680Z] #41 48.51 DEP criu/libnetlink.d [2020-11-30T03:16:29.094Z] #9 ... [2020-11-30T03:16:29.094Z] [2020-11-30T03:16:29.094Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:29.094Z] #25 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done [2020-11-30T03:16:29.094Z] #25 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done [2020-11-30T03:16:29.094Z] #25 sha256:772cc44ca93816a75661f6657bd4ac860b6220925276f8cba6a61dc264916b1d 529B / 529B done [2020-11-30T03:16:29.094Z] #25 sha256:94e00adb98ff1f971add74025ff2a8ca87e003568d828bdb0df26ecd46c269a2 54.14MB / 54.14MB 5.1s done [2020-11-30T03:16:29.094Z] #25 sha256:c40c2cc28e5eb069718f6d2677c41d44a946003ff9a0f261cb825a7145e5a5ef 1.47kB / 1.47kB done [2020-11-30T03:16:29.094Z] #25 unpacking docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 [2020-11-30T03:16:29.314Z] #41 48.66 DEP criu/kerndat.d [2020-11-30T03:16:29.314Z] #41 48.92 DEP criu/kcmp-ids.d [2020-11-30T03:16:29.314Z] #41 49.00 DEP criu/irmap.d [2020-11-30T03:16:29.393Z] #25 unpacking docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 5.3s done [2020-11-30T03:16:29.393Z] #25 DONE 10.8s [2020-11-30T03:16:29.393Z] [2020-11-30T03:16:29.393Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:16:29.606Z] #41 49.15 DEP criu/ipc_ns.d [2020-11-30T03:16:29.607Z] #41 49.31 DEP criu/image.d [2020-11-30T03:16:29.695Z] #26 0.265 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:16:29.695Z] #26 0.284 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:16:29.695Z] #26 0.305 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:16:29.899Z] #41 49.51 DEP criu/image-desc.d [2020-11-30T03:16:29.899Z] #41 49.58 DEP criu/fsnotify.d [2020-11-30T03:16:30.001Z] #26 0.486 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [242 kB] [2020-11-30T03:16:30.001Z] #26 0.704 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-30T03:16:30.191Z] #41 49.75 DEP criu/filesystems.d [2020-11-30T03:16:30.191Z] #41 49.92 DEP criu/files.d [2020-11-30T03:16:30.272Z] #40 ... [2020-11-30T03:16:30.272Z] [2020-11-30T03:16:30.272Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:16:30.272Z] #34 52.07 Selecting previously unselected package libicu63:amd64. [2020-11-30T03:16:30.272Z] #34 52.07 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-30T03:16:30.272Z] #34 52.09 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:16:30.272Z] #34 59.53 Selecting previously unselected package libxml2:amd64. [2020-11-30T03:16:30.272Z] #34 59.53 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-30T03:16:30.272Z] #34 59.60 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:16:30.272Z] #34 60.73 Selecting previously unselected package libarchive13:amd64. [2020-11-30T03:16:30.273Z] #34 60.74 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-30T03:16:30.273Z] #34 60.76 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-30T03:16:30.273Z] #34 61.34 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-30T03:16:30.273Z] #34 61.34 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-30T03:16:30.273Z] #34 61.38 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-30T03:16:30.273Z] #34 61.54 Selecting previously unselected package librhash0:amd64. [2020-11-30T03:16:30.273Z] #34 61.56 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-30T03:16:30.273Z] #34 61.57 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-30T03:16:30.273Z] #34 61.76 Selecting previously unselected package libuv1:amd64. [2020-11-30T03:16:30.273Z] #34 61.77 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-30T03:16:30.273Z] #34 61.77 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-30T03:16:30.273Z] #34 61.96 Selecting previously unselected package cmake. [2020-11-30T03:16:30.273Z] #34 61.98 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-30T03:16:30.273Z] #34 61.98 Unpacking cmake (3.13.4-1) ... [2020-11-30T03:16:30.273Z] #34 ... [2020-11-30T03:16:30.273Z] [2020-11-30T03:16:30.273Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:30.273Z] #32 52.07 time [2020-11-30T03:16:30.273Z] #32 57.38 internal/poll [2020-11-30T03:16:30.273Z] #32 59.80 internal/syscall/execenv [2020-11-30T03:16:30.273Z] #32 60.00 internal/syscall/unix [2020-11-30T03:16:30.273Z] #32 60.10 internal/fmtsort [2020-11-30T03:16:30.273Z] #32 60.58 os [2020-11-30T03:16:30.273Z] #32 60.98 strings [2020-11-30T03:16:30.299Z] #26 1.004 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-30T03:16:30.483Z] #41 49.99 DEP criu/files-reg.d [2020-11-30T03:16:30.483Z] #41 50.08 DEP criu/files-ext.d [2020-11-30T03:16:30.483Z] #41 50.15 DEP criu/file-lock.d [2020-11-30T03:16:30.535Z] #32 ... [2020-11-30T03:16:30.535Z] [2020-11-30T03:16:30.535Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:30.535Z] #11 60.32 Selecting previously unselected package binutils-mingw-w64. [2020-11-30T03:16:30.535Z] #11 60.36 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-30T03:16:30.535Z] #11 60.39 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:16:30.535Z] #11 60.74 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-30T03:16:30.535Z] #11 60.74 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:16:30.535Z] #11 60.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:16:30.535Z] #11 61.14 Selecting previously unselected package dmsetup. [2020-11-30T03:16:30.535Z] #11 61.14 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:16:30.535Z] #11 61.14 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-30T03:16:30.535Z] #11 61.43 Selecting previously unselected package mingw-w64-common. [2020-11-30T03:16:30.535Z] #11 61.43 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-30T03:16:30.535Z] #11 61.43 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-30T03:16:30.775Z] #41 50.34 DEP criu/file-ids.d [2020-11-30T03:16:30.775Z] #41 50.49 DEP criu/fifo.d [2020-11-30T03:16:31.071Z] #41 50.62 DEP criu/fdstore.d [2020-11-30T03:16:31.071Z] #41 50.75 DEP criu/fault-injection.d [2020-11-30T03:16:31.071Z] #41 50.80 DEP criu/external.d [2020-11-30T03:16:31.071Z] #41 50.88 DEP criu/eventpoll.d [2020-11-30T03:16:31.362Z] #41 51.02 DEP criu/eventfd.d [2020-11-30T03:16:31.654Z] #41 51.18 DEP criu/crtools.d [2020-11-30T03:16:31.654Z] #41 51.35 DEP criu/cr-service.d [2020-11-30T03:16:31.946Z] #41 51.54 DEP criu/cr-restore.d [2020-11-30T03:16:31.946Z] #41 51.77 DEP criu/cr-errno.d [2020-11-30T03:16:32.239Z] #41 51.79 DEP criu/cr-dump.d [2020-11-30T03:16:32.239Z] #41 ... [2020-11-30T03:16:32.239Z] [2020-11-30T03:16:32.239Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:32.239Z] #51 5.448 + cd /tmp/tmp.TFO0sxXErR/src/github.com/opencontainers/runc [2020-11-30T03:16:32.239Z] #51 5.448 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:16:32.239Z] #51 5.699 + '[' -z '' ']' [2020-11-30T03:16:32.239Z] #51 5.703 + target=static [2020-11-30T03:16:32.239Z] #51 5.703 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-30T03:16:32.239Z] #51 6.032 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-30T03:16:32.239Z] #51 ... [2020-11-30T03:16:32.239Z] [2020-11-30T03:16:32.239Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:32.239Z] #41 52.01 DEP criu/cr-dedup.d [2020-11-30T03:16:32.381Z] #26 2.718 Fetched 8181 kB in 2s (3313 kB/s) [2020-11-30T03:16:32.531Z] #41 52.20 DEP criu/cr-check.d [2020-11-30T03:16:32.822Z] #41 ... [2020-11-30T03:16:32.822Z] [2020-11-30T03:16:32.822Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:32.822Z] #43 DONE 88.2s [2020-11-30T03:16:32.822Z] [2020-11-30T03:16:32.822Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:32.822Z] #41 52.39 DEP criu/config.d [2020-11-30T03:16:32.822Z] #41 ... [2020-11-30T03:16:32.822Z] [2020-11-30T03:16:32.822Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:16:32.822Z] #18 0.879 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:16:32.822Z] #18 0.991 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:16:32.822Z] #18 1.005 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:16:32.822Z] #18 1.306 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-11-30T03:16:32.822Z] #18 2.130 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [225 kB] [2020-11-30T03:16:32.822Z] #18 3.303 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B] [2020-11-30T03:16:32.822Z] #18 6.224 Fetched 8095 kB in 5s (1473 kB/s) [2020-11-30T03:16:32.822Z] #18 6.224 Reading package lists... [2020-11-30T03:16:32.822Z] #18 8.206 Reading package lists... [2020-11-30T03:16:32.822Z] #18 10.17 Building dependency tree... [2020-11-30T03:16:32.822Z] #18 ... [2020-11-30T03:16:32.822Z] [2020-11-30T03:16:32.822Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:32.822Z] #41 52.59 DEP criu/clone-noasan.d [2020-11-30T03:16:33.022Z] #26 2.718 Reading package lists... [2020-11-30T03:16:33.117Z] #41 52.66 DEP criu/cgroup.d [2020-11-30T03:16:33.410Z] #41 52.94 DEP criu/cgroup-props.d [2020-11-30T03:16:33.410Z] #41 53.04 DEP criu/bitmap.d [2020-11-30T03:16:33.410Z] #41 53.06 DEP criu/bfd.d [2020-11-30T03:16:33.410Z] #41 53.18 DEP criu/autofs.d [2020-11-30T03:16:33.515Z] Client: Docker Engine - Community [2020-11-30T03:16:33.515Z] Version: 19.03.13 [2020-11-30T03:16:33.515Z] API version: 1.40 [2020-11-30T03:16:33.515Z] Go version: go1.13.15 [2020-11-30T03:16:33.515Z] Git commit: 4484c46 [2020-11-30T03:16:33.515Z] Built: Wed Sep 16 17:03:45 2020 [2020-11-30T03:16:33.515Z] OS/Arch: linux/arm64 [2020-11-30T03:16:33.515Z] Experimental: false [2020-11-30T03:16:33.515Z] [2020-11-30T03:16:33.515Z] Server: Docker Engine - Community [2020-11-30T03:16:33.515Z] Engine: [2020-11-30T03:16:33.515Z] Version: 19.03.13 [2020-11-30T03:16:33.515Z] API version: 1.40 (minimum version 1.12) [2020-11-30T03:16:33.515Z] Go version: go1.13.15 [2020-11-30T03:16:33.515Z] Git commit: 4484c46 [2020-11-30T03:16:33.515Z] Built: Wed Sep 16 17:02:17 2020 [2020-11-30T03:16:33.515Z] OS/Arch: linux/arm64 [2020-11-30T03:16:33.515Z] Experimental: true [2020-11-30T03:16:33.515Z] containerd: [2020-11-30T03:16:33.515Z] Version: 1.3.7 [2020-11-30T03:16:33.515Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:16:33.515Z] runc: [2020-11-30T03:16:33.515Z] Version: 1.0.0-rc10 [2020-11-30T03:16:33.515Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:16:33.515Z] docker-init: [2020-11-30T03:16:33.515Z] Version: 0.18.0 [2020-11-30T03:16:33.515Z] GitCommit: fec3683 [Pipeline] sh [2020-11-30T03:16:33.702Z] #41 53.34 DEP criu/aio.d [2020-11-30T03:16:33.856Z] + docker info [2020-11-30T03:16:33.896Z] #11 ... [2020-11-30T03:16:33.896Z] [2020-11-30T03:16:33.896Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:33.896Z] #43 55.42 time [2020-11-30T03:16:33.896Z] #43 60.91 os [2020-11-30T03:16:33.896Z] #43 62.01 strings [2020-11-30T03:16:33.896Z] #43 64.73 fmt [2020-11-30T03:16:33.896Z] #43 64.95 path/filepath [2020-11-30T03:16:33.896Z] #43 ... [2020-11-30T03:16:33.896Z] [2020-11-30T03:16:33.896Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:16:33.896Z] #34 65.35 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:16:33.896Z] #34 65.47 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:16:33.896Z] #34 65.50 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-30T03:16:33.896Z] #34 65.53 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:16:33.896Z] #34 65.56 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-30T03:16:33.896Z] #34 65.61 Setting up cmake-data (3.13.4-1) ... [2020-11-30T03:16:33.896Z] #34 65.65 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:16:33.896Z] #34 65.68 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-30T03:16:33.896Z] #34 65.69 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-30T03:16:33.897Z] #34 65.71 Setting up cmake (3.13.4-1) ... [2020-11-30T03:16:33.897Z] #34 65.74 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:16:33.897Z] #34 65.81 Processing triggers for mime-support (3.62) ... [2020-11-30T03:16:33.994Z] #41 53.50 DEP criu/action-scripts.d [2020-11-30T03:16:33.994Z] #41 53.70 CC criu/action-scripts.o [2020-11-30T03:16:34.084Z] #26 3.792 Reading package lists... [2020-11-30T03:16:34.195Z] Client: Docker Engine - Community [2020-11-30T03:16:34.195Z] Version: 19.03.13 [2020-11-30T03:16:34.195Z] API version: 1.40 [2020-11-30T03:16:34.195Z] Go version: go1.13.15 [2020-11-30T03:16:34.195Z] Git commit: 4484c46d9d [2020-11-30T03:16:34.195Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-30T03:16:34.195Z] OS/Arch: linux/amd64 [2020-11-30T03:16:34.195Z] Experimental: false [2020-11-30T03:16:34.195Z] [2020-11-30T03:16:34.195Z] Server: Docker Engine - Community [2020-11-30T03:16:34.195Z] Engine: [2020-11-30T03:16:34.195Z] Version: 19.03.13 [2020-11-30T03:16:34.195Z] API version: 1.40 (minimum version 1.12) [2020-11-30T03:16:34.195Z] Go version: go1.13.15 [2020-11-30T03:16:34.195Z] Git commit: 4484c46d9d [2020-11-30T03:16:34.195Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-30T03:16:34.195Z] OS/Arch: linux/amd64 [2020-11-30T03:16:34.195Z] Experimental: true [2020-11-30T03:16:34.195Z] containerd: [2020-11-30T03:16:34.195Z] Version: 1.3.7 [2020-11-30T03:16:34.195Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:16:34.195Z] runc: [2020-11-30T03:16:34.195Z] Version: 1.0.0-rc10 [2020-11-30T03:16:34.195Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:16:34.195Z] docker-init: [2020-11-30T03:16:34.195Z] Version: 0.18.0 [2020-11-30T03:16:34.195Z] GitCommit: fec3683 [Pipeline] sh [2020-11-30T03:16:34.287Z] #41 53.93 CC criu/aio.o [2020-11-30T03:16:34.353Z] Client: Docker Engine - Community [2020-11-30T03:16:34.353Z] Version: 19.03.13 [2020-11-30T03:16:34.353Z] API version: 1.40 [2020-11-30T03:16:34.353Z] Go version: go1.13.15 [2020-11-30T03:16:34.353Z] Git commit: 4484c46d9d [2020-11-30T03:16:34.353Z] Built: Wed Sep 16 17:02:36 2020 [2020-11-30T03:16:34.353Z] OS/Arch: linux/amd64 [2020-11-30T03:16:34.353Z] Experimental: false [2020-11-30T03:16:34.353Z] [2020-11-30T03:16:34.353Z] Server: Docker Engine - Community [2020-11-30T03:16:34.353Z] Engine: [2020-11-30T03:16:34.353Z] Version: 19.03.13 [2020-11-30T03:16:34.353Z] API version: 1.40 (minimum version 1.12) [2020-11-30T03:16:34.353Z] Go version: go1.13.15 [2020-11-30T03:16:34.353Z] Git commit: 4484c46d9d [2020-11-30T03:16:34.353Z] Built: Wed Sep 16 17:01:06 2020 [2020-11-30T03:16:34.353Z] OS/Arch: linux/amd64 [2020-11-30T03:16:34.353Z] Experimental: true [2020-11-30T03:16:34.353Z] containerd: [2020-11-30T03:16:34.353Z] Version: 1.3.7 [2020-11-30T03:16:34.353Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:16:34.353Z] runc: [2020-11-30T03:16:34.353Z] Version: 1.0.0-rc10 [2020-11-30T03:16:34.353Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:16:34.353Z] docker-init: [2020-11-30T03:16:34.353Z] Version: 0.18.0 [2020-11-30T03:16:34.353Z] GitCommit: fec3683 [2020-11-30T03:16:34.380Z] #26 4.901 Building dependency tree... [Pipeline] sh [2020-11-30T03:16:34.552Z] + docker info [2020-11-30T03:16:34.579Z] #41 54.19 CC criu/autofs.o [2020-11-30T03:16:34.681Z] + docker info [2020-11-30T03:16:34.685Z] #26 5.270 The following additional packages will be installed: [2020-11-30T03:16:34.685Z] #26 5.270 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-30T03:16:34.685Z] #26 5.270 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-30T03:16:34.685Z] #26 5.271 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-30T03:16:34.685Z] #26 5.272 Suggested packages: [2020-11-30T03:16:34.685Z] #26 5.272 krb5-doc krb5-user [2020-11-30T03:16:34.685Z] #26 5.272 Recommended packages: [2020-11-30T03:16:34.685Z] #26 5.272 krb5-locales publicsuffix libsasl2-modules [2020-11-30T03:16:34.845Z] #34 DONE 67.0s [2020-11-30T03:16:34.845Z] [2020-11-30T03:16:34.845Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:34.845Z] #43 66.87 regexp/syntax [2020-11-30T03:16:34.985Z] #26 5.539 The following NEW packages will be installed: [2020-11-30T03:16:34.985Z] #26 5.540 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-30T03:16:34.985Z] #26 5.541 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-30T03:16:34.985Z] #26 5.541 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-30T03:16:34.985Z] #26 5.542 libssh2-1 libssl1.1 openssl [2020-11-30T03:16:34.985Z] #26 5.622 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-30T03:16:34.985Z] #26 5.622 Need to get 5166 kB of archives. [2020-11-30T03:16:34.985Z] #26 5.622 After this operation, 14.6 MB of additional disk space will be used. [2020-11-30T03:16:34.985Z] #26 5.622 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2020-11-30T03:16:34.985Z] #26 5.634 Get:2 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2020-11-30T03:16:34.985Z] #26 5.634 Get:3 http://security.debian.org/debian-security buster/updates/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2020-11-30T03:16:34.985Z] #26 5.641 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2020-11-30T03:16:34.985Z] #26 5.649 Get:5 http://deb.debian.org/debian buster/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u3 [1526 kB] [2020-11-30T03:16:34.985Z] #26 5.659 Get:6 http://security.debian.org/debian-security buster/updates/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2020-11-30T03:16:34.985Z] #26 5.667 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-30T03:16:34.985Z] #26 5.752 Get:8 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB] [2020-11-30T03:16:35.213Z] #41 ... [2020-11-30T03:16:35.213Z] [2020-11-30T03:16:35.213Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:16:35.213Z] #30 DONE 90.4s [2020-11-30T03:16:35.213Z] [2020-11-30T03:16:35.213Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:16:35.213Z] #18 10.17 Building dependency tree... [2020-11-30T03:16:35.213Z] #18 10.82 libcap2-bin is already the newest version (1:2.25-2). [2020-11-30T03:16:35.213Z] #18 10.82 The following additional packages will be installed: [2020-11-30T03:16:35.213Z] #18 10.82 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-30T03:16:35.213Z] #18 10.82 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-30T03:16:35.213Z] #18 10.82 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-30T03:16:35.213Z] #18 10.82 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-30T03:16:35.213Z] #18 10.82 python3.7 python3.7-minimal vim-runtime xxd [2020-11-30T03:16:35.213Z] #18 10.82 Suggested packages: [2020-11-30T03:16:35.213Z] #18 10.82 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-30T03:16:35.213Z] #18 10.82 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-30T03:16:35.213Z] #18 10.82 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-30T03:16:35.213Z] #18 10.82 Recommended packages: [2020-11-30T03:16:35.213Z] #18 10.82 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-30T03:16:35.213Z] #18 10.82 python3-keyrings.alt python3-xdg unzip [2020-11-30T03:16:35.213Z] #18 11.86 The following NEW packages will be installed: [2020-11-30T03:16:35.213Z] #18 11.86 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-30T03:16:35.213Z] #18 11.86 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-30T03:16:35.213Z] #18 11.86 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-30T03:16:35.213Z] #18 11.86 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-30T03:16:35.213Z] #18 11.86 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-30T03:16:35.213Z] #18 11.86 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-30T03:16:35.213Z] #18 11.86 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-30T03:16:35.213Z] #18 11.86 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-30T03:16:35.213Z] #18 11.86 xz-utils zip [2020-11-30T03:16:35.213Z] #18 12.09 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:16:35.213Z] #18 12.09 Need to get 27.7 MB of archives. [2020-11-30T03:16:35.213Z] #18 12.09 After this operation, 117 MB of additional disk space will be used. [2020-11-30T03:16:35.213Z] #18 12.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-11-30T03:16:35.213Z] #18 12.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-11-30T03:16:35.213Z] #18 12.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-11-30T03:16:35.280Z] #26 5.854 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2020-11-30T03:16:35.280Z] #26 5.864 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2020-11-30T03:16:35.280Z] #26 5.877 Get:11 http://deb.debian.org/debian buster/main ppc64el openssl ppc64el 1.1.1d-0+deb10u3 [843 kB] [2020-11-30T03:16:35.280Z] #26 5.975 Get:12 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-30T03:16:35.280Z] #26 5.990 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2020-11-30T03:16:35.280Z] #26 5.999 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2020-11-30T03:16:35.280Z] #26 6.005 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2020-11-30T03:16:35.280Z] #26 6.012 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2020-11-30T03:16:35.280Z] #26 6.093 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2020-11-30T03:16:35.517Z] #18 12.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-11-30T03:16:35.517Z] #18 12.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-11-30T03:16:35.573Z] #26 6.179 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2020-11-30T03:16:35.573Z] #26 6.341 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-30T03:16:35.869Z] #26 6.580 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-30T03:16:35.869Z] #26 6.591 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-30T03:16:35.887Z] #18 13.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-11-30T03:16:36.164Z] #26 6.799 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:16:36.164Z] #26 6.821 Fetched 5166 kB in 1s (5234 kB/s) [2020-11-30T03:16:36.164Z] #26 6.835 Selecting previously unselected package libkeyutils1:ppc64el. [2020-11-30T03:16:36.164Z] #26 6.835 (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 ... 6677 files and directories currently installed.) [2020-11-30T03:16:36.164Z] #26 6.842 Preparing to unpack .../00-libkeyutils1_1.6-6_ppc64el.deb ... [2020-11-30T03:16:36.164Z] #26 6.844 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2020-11-30T03:16:36.164Z] #26 6.865 Selecting previously unselected package libkrb5support0:ppc64el. [2020-11-30T03:16:36.164Z] #26 6.867 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2020-11-30T03:16:36.164Z] #26 6.868 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:36.164Z] #26 6.891 Selecting previously unselected package libk5crypto3:ppc64el. [2020-11-30T03:16:36.165Z] #26 6.893 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2020-11-30T03:16:36.165Z] #26 6.894 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:36.165Z] #26 6.931 Selecting previously unselected package libssl1.1:ppc64el. [2020-11-30T03:16:36.187Z] #18 13.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-11-30T03:16:36.187Z] #18 13.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-11-30T03:16:36.462Z] #26 6.933 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-30T03:16:36.462Z] #26 6.934 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-30T03:16:36.462Z] #26 7.125 Selecting previously unselected package libkrb5-3:ppc64el. [2020-11-30T03:16:36.462Z] #26 7.127 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2020-11-30T03:16:36.462Z] #26 7.128 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:36.462Z] #26 7.214 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2020-11-30T03:16:36.479Z] #18 13.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-11-30T03:16:36.479Z] #18 13.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-11-30T03:16:36.479Z] #18 13.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-11-30T03:16:36.759Z] #26 7.217 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2020-11-30T03:16:36.759Z] #26 7.218 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:36.759Z] #26 7.261 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2020-11-30T03:16:36.759Z] #26 7.272 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-30T03:16:36.759Z] #26 7.272 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:16:36.759Z] #26 7.304 Selecting previously unselected package libsasl2-2:ppc64el. [2020-11-30T03:16:36.759Z] #26 7.307 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2020-11-30T03:16:36.759Z] #26 7.309 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:16:36.759Z] #26 7.340 Selecting previously unselected package libldap-common. [2020-11-30T03:16:36.759Z] #26 7.342 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-30T03:16:36.759Z] #26 7.343 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:16:36.759Z] #26 7.370 Selecting previously unselected package libldap-2.4-2:ppc64el. [2020-11-30T03:16:36.759Z] #26 7.371 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ... [2020-11-30T03:16:36.759Z] #26 7.372 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:16:36.759Z] #26 7.418 Selecting previously unselected package openssl. [2020-11-30T03:16:36.759Z] #26 7.420 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_ppc64el.deb ... [2020-11-30T03:16:36.759Z] #26 7.421 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:16:36.771Z] #18 13.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-11-30T03:16:36.771Z] #18 13.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-11-30T03:16:36.771Z] #18 13.79 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-11-30T03:16:36.771Z] #18 13.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-11-30T03:16:36.771Z] #18 13.79 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-11-30T03:16:36.771Z] #18 13.81 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-11-30T03:16:36.771Z] #18 13.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:16:36.771Z] #18 13.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-11-30T03:16:36.771Z] #18 13.99 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-11-30T03:16:36.771Z] #18 14.07 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-11-30T03:16:37.054Z] #26 7.524 Selecting previously unselected package ca-certificates. [2020-11-30T03:16:37.054Z] #26 7.524 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-30T03:16:37.054Z] #26 7.525 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-30T03:16:37.054Z] #26 7.582 Selecting previously unselected package libnghttp2-14:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.584 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.586 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-30T03:16:37.054Z] #26 7.615 Selecting previously unselected package libpsl5:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.617 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.618 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2020-11-30T03:16:37.054Z] #26 7.643 Selecting previously unselected package librtmp1:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.645 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.646 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:16:37.054Z] #26 7.670 Selecting previously unselected package libssh2-1:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.672 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.673 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-30T03:16:37.054Z] #26 7.706 Selecting previously unselected package libcurl4:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.707 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.708 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-30T03:16:37.054Z] #26 7.758 Selecting previously unselected package curl. [2020-11-30T03:16:37.054Z] #26 7.759 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.760 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-30T03:16:37.054Z] #26 7.799 Selecting previously unselected package libonig5:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.800 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.802 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-30T03:16:37.054Z] #26 7.841 Selecting previously unselected package libjq1:ppc64el. [2020-11-30T03:16:37.054Z] #26 7.843 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-30T03:16:37.054Z] #26 7.844 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-30T03:16:37.054Z] #26 7.873 Selecting previously unselected package jq. [2020-11-30T03:16:37.054Z] #26 7.873 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-30T03:16:37.063Z] #18 14.07 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-11-30T03:16:37.063Z] #18 14.10 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-11-30T03:16:37.063Z] #18 14.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-11-30T03:16:37.063Z] #18 14.19 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-11-30T03:16:37.063Z] #18 14.19 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-11-30T03:16:37.063Z] #18 14.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-11-30T03:16:37.063Z] #18 14.25 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-11-30T03:16:37.063Z] #18 14.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-11-30T03:16:37.349Z] #26 7.874 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:16:37.349Z] #26 7.901 Setting up libkeyutils1:ppc64el (1.6-6) ... [2020-11-30T03:16:37.349Z] #26 7.904 Setting up libpsl5:ppc64el (0.20.2-2) ... [2020-11-30T03:16:37.349Z] #26 7.907 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u3) ... [2020-11-30T03:16:37.349Z] #26 8.033 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2020-11-30T03:16:37.349Z] #26 8.036 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:16:37.349Z] #26 8.040 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:37.349Z] #26 8.044 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:16:37.349Z] #26 8.049 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:16:37.349Z] #26 8.053 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:37.349Z] #26 8.057 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:16:37.349Z] #26 8.060 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2020-11-30T03:16:37.349Z] #26 8.063 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:37.349Z] #26 8.066 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:16:37.349Z] #26 8.073 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-30T03:16:37.349Z] #26 8.076 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-30T03:16:37.349Z] #26 8.080 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:16:37.349Z] #26 8.083 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-30T03:16:37.355Z] #18 14.50 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-11-30T03:16:37.355Z] #18 14.50 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-11-30T03:16:37.355Z] #18 14.50 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-11-30T03:16:37.355Z] #18 14.50 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-11-30T03:16:37.355Z] #18 14.51 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-11-30T03:16:37.355Z] #18 14.55 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-11-30T03:16:37.394Z] #43 ... [2020-11-30T03:16:37.395Z] [2020-11-30T03:16:37.395Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:37.395Z] #49 59.04 context [2020-11-30T03:16:37.395Z] #49 59.83 internal/syscall/execenv [2020-11-30T03:16:37.395Z] #49 60.13 internal/syscall/unix [2020-11-30T03:16:37.395Z] #49 60.38 os [2020-11-30T03:16:37.395Z] #49 64.60 encoding/binary [2020-11-30T03:16:37.395Z] #49 64.92 fmt [2020-11-30T03:16:37.395Z] #49 66.77 encoding/base64 [2020-11-30T03:16:37.395Z] #49 67.94 golang.org/x/sys/unix [2020-11-30T03:16:37.395Z] #49 ... [2020-11-30T03:16:37.395Z] [2020-11-30T03:16:37.395Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:37.395Z] #35 1.065 + RM_GOPATH=0 [2020-11-30T03:16:37.395Z] #35 1.066 + TMP_GOPATH= [2020-11-30T03:16:37.395Z] #35 1.066 + : /build [2020-11-30T03:16:37.395Z] #35 1.070 + '[' -z '' ']' [2020-11-30T03:16:37.395Z] #35 1.070 ++ mktemp -d [2020-11-30T03:16:37.395Z] #35 1.080 + export GOPATH=/tmp/tmp.Q6wUrm44zv [2020-11-30T03:16:37.395Z] #35 1.080 + GOPATH=/tmp/tmp.Q6wUrm44zv [2020-11-30T03:16:37.395Z] #35 1.080 + RM_GOPATH=1 [2020-11-30T03:16:37.395Z] #35 1.080 + case "$(go env GOARCH)" in [2020-11-30T03:16:37.395Z] #35 1.084 ++ go env GOARCH [2020-11-30T03:16:37.395Z] #35 1.094 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:37.395Z] #35 1.094 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:37.395Z] #35 1.094 ++ dirname /tmp/install/install.sh [2020-11-30T03:16:37.395Z] #35 1.096 + dir=/tmp/install [2020-11-30T03:16:37.395Z] #35 1.097 + bin=tini [2020-11-30T03:16:37.395Z] #35 1.097 + shift [2020-11-30T03:16:37.395Z] #35 1.097 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-30T03:16:37.395Z] #35 1.097 + . /tmp/install/tini.installer [2020-11-30T03:16:37.395Z] #35 1.097 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:16:37.395Z] #35 1.097 + install_tini [2020-11-30T03:16:37.395Z] #35 1.097 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-30T03:16:37.395Z] #35 1.097 + git clone https://github.com/krallin/tini.git /tmp/tmp.Q6wUrm44zv/tini [2020-11-30T03:16:37.395Z] #35 1.097 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:16:37.395Z] #35 1.099 Cloning into '/tmp/tmp.Q6wUrm44zv/tini'... [2020-11-30T03:16:37.395Z] #35 1.896 + cd /tmp/tmp.Q6wUrm44zv/tini [2020-11-30T03:16:37.395Z] #35 1.896 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:16:37.395Z] #35 1.906 + cmake . [2020-11-30T03:16:37.647Z] #18 14.84 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-30T03:16:37.647Z] #18 14.85 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-11-30T03:16:37.647Z] #18 14.85 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-11-30T03:16:37.647Z] #18 14.85 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-30T03:16:37.647Z] #18 14.85 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-11-30T03:16:37.647Z] #18 14.86 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-30T03:16:37.647Z] #18 14.93 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-11-30T03:16:37.655Z] #35 2.613 -- The C compiler identification is GNU 8.3.0 [2020-11-30T03:16:37.656Z] #35 2.674 -- Check for working C compiler: /usr/bin/cc [2020-11-30T03:16:37.938Z] #18 15.21 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-11-30T03:16:37.992Z] #26 8.702 Updating certificates in /etc/ssl/certs... [2020-11-30T03:16:38.231Z] #18 15.26 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-11-30T03:16:38.231Z] #18 15.34 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-30T03:16:38.598Z] #35 3.365 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-30T03:16:38.598Z] #35 3.377 -- Detecting C compiler ABI info [2020-11-30T03:16:38.636Z] #26 9.361 126 added, 0 removed; done. [2020-11-30T03:16:38.865Z] #18 16.00 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-11-30T03:16:38.943Z] #26 9.383 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2020-11-30T03:16:38.943Z] #26 9.387 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:16:38.943Z] #26 9.390 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2020-11-30T03:16:38.943Z] #26 9.393 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-30T03:16:38.943Z] #26 9.396 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:16:38.943Z] #26 9.406 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-30T03:16:38.943Z] #26 9.411 Updating certificates in /etc/ssl/certs... [2020-11-30T03:16:39.157Z] #18 16.36 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-11-30T03:16:39.157Z] #18 16.39 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-11-30T03:16:39.170Z] #35 3.953 -- Detecting C compiler ABI info - done [2020-11-30T03:16:39.170Z] #35 4.008 -- Detecting C compile features [2020-11-30T03:16:39.239Z] #26 9.957 0 added, 0 removed; done. [2020-11-30T03:16:39.239Z] #26 9.957 Running hooks in /etc/ca-certificates/update.d... [2020-11-30T03:16:39.486Z] #18 16.79 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:16:39.531Z] #26 9.959 done. [2020-11-30T03:16:39.531Z] #26 DONE 10.0s [2020-11-30T03:16:39.531Z] [2020-11-30T03:16:39.531Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-30T03:16:39.531Z] #27 DONE 0.1s [2020-11-30T03:16:39.531Z] [2020-11-30T03:16:39.531Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:39.531Z] #9 ... [2020-11-30T03:16:39.531Z] [2020-11-30T03:16:39.531Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:16:39.778Z] #18 16.84 Fetched 27.7 MB in 4s (6169 kB/s) [2020-11-30T03:16:39.778Z] #18 16.87 Selecting previously unselected package pigz. [2020-11-30T03:16:39.778Z] #18 16.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 ... 23199 files and directories currently installed.) [2020-11-30T03:16:39.778Z] #18 16.91 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-11-30T03:16:39.778Z] #18 16.91 Unpacking pigz (2.4-1) ... [2020-11-30T03:16:39.778Z] #18 16.97 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-11-30T03:16:39.778Z] #18 16.97 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-30T03:16:39.778Z] #18 16.97 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-30T03:16:40.070Z] #18 17.24 Selecting previously unselected package python3.7-minimal. [2020-11-30T03:16:40.070Z] #18 17.24 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-11-30T03:16:40.070Z] #18 17.25 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:16:40.557Z] #35 ... [2020-11-30T03:16:40.557Z] [2020-11-30T03:16:40.557Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:16:40.557Z] #40 64.50 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:16:40.557Z] #40 64.53 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:16:40.557Z] #40 64.58 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:40.557Z] #40 64.60 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-30T03:16:40.557Z] #40 64.63 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:40.557Z] #40 64.66 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:16:40.557Z] #40 64.70 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:16:40.557Z] #40 64.73 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-30T03:16:40.557Z] #40 64.75 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:16:40.557Z] #40 64.78 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-30T03:16:40.557Z] #40 71.65 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-30T03:16:40.557Z] #40 71.67 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:16:40.557Z] #40 DONE 72.3s [2020-11-30T03:16:40.557Z] [2020-11-30T03:16:40.557Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:40.577Z] #28 1.142 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-30T03:16:40.707Z] #18 17.77 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-11-30T03:16:40.707Z] #18 17.78 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:16:40.871Z] #28 1.281 [2020-11-30T03:16:41.743Z] #18 18.91 Selecting previously unselected package python3-minimal. [2020-11-30T03:16:41.743Z] #18 18.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-11-30T03:16:41.743Z] #18 18.93 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-11-30T03:16:41.743Z] #18 18.93 Unpacking python3-minimal (3.7.3-1) ... [2020-11-30T03:16:41.743Z] #18 18.98 Selecting previously unselected package libmpdec2:s390x. [2020-11-30T03:16:41.743Z] #18 18.98 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-11-30T03:16:41.743Z] #18 18.98 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-11-30T03:16:41.743Z] #18 19.05 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-11-30T03:16:41.943Z] #41 ... [2020-11-30T03:16:41.943Z] [2020-11-30T03:16:41.943Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:41.943Z] #32 63.99 path [2020-11-30T03:16:41.943Z] #32 64.63 text/tabwriter [2020-11-30T03:16:41.943Z] #32 65.33 fmt [2020-11-30T03:16:41.943Z] #32 65.39 path/filepath [2020-11-30T03:16:41.943Z] #32 66.91 io/ioutil [2020-11-30T03:16:41.943Z] #32 69.21 flag [2020-11-30T03:16:41.943Z] #32 69.21 github.com/BurntSushi/toml [2020-11-30T03:16:41.943Z] #32 71.08 log [2020-11-30T03:16:42.035Z] #18 19.05 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-11-30T03:16:42.035Z] #18 19.05 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-30T03:16:42.205Z] #32 74.13 github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:16:42.205Z] #32 ... [2020-11-30T03:16:42.205Z] [2020-11-30T03:16:42.205Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:42.205Z] #35 6.378 -- Detecting C compile features - done [2020-11-30T03:16:42.205Z] #35 6.432 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-30T03:16:42.205Z] #35 6.701 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-30T03:16:42.205Z] #35 6.837 -- Configuring done [2020-11-30T03:16:42.205Z] #35 6.869 -- Generating done [2020-11-30T03:16:42.205Z] #35 6.873 -- Build files have been written to: /tmp/tmp.Q6wUrm44zv/tini [2020-11-30T03:16:42.205Z] #35 6.883 + make tini-static [2020-11-30T03:16:42.205Z] #35 7.270 Scanning dependencies of target tini-static [2020-11-30T03:16:42.327Z] #18 19.58 Selecting previously unselected package python3.7. [2020-11-30T03:16:42.327Z] #18 19.58 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-11-30T03:16:42.327Z] #18 19.58 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:16:42.327Z] #18 19.64 Selecting previously unselected package libpython3-stdlib:s390x. [2020-11-30T03:16:42.466Z] #35 7.528 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-30T03:16:42.619Z] #18 19.64 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-11-30T03:16:42.619Z] #18 19.64 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-30T03:16:42.619Z] #18 19.67 Setting up python3-minimal (3.7.3-1) ... [2020-11-30T03:16:42.911Z] #18 20.06 Selecting previously unselected package python3. [2020-11-30T03:16:42.911Z] #18 20.06 (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 ... 23860 files and directories currently installed.) [2020-11-30T03:16:42.911Z] #18 20.07 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-11-30T03:16:42.911Z] #18 20.08 Unpacking python3 (3.7.3-1) ... [2020-11-30T03:16:42.911Z] #18 20.15 Selecting previously unselected package libip4tc0:s390x. [2020-11-30T03:16:42.911Z] #18 20.15 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-11-30T03:16:42.911Z] #18 20.15 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-11-30T03:16:43.203Z] #18 20.22 Selecting previously unselected package libip6tc0:s390x. [2020-11-30T03:16:43.203Z] #18 20.22 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-11-30T03:16:43.203Z] #18 20.22 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-11-30T03:16:43.203Z] #18 20.26 Selecting previously unselected package libiptc0:s390x. [2020-11-30T03:16:43.203Z] #18 20.26 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-11-30T03:16:43.203Z] #18 20.26 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-11-30T03:16:43.203Z] #18 20.30 Selecting previously unselected package libnfnetlink0:s390x. [2020-11-30T03:16:43.203Z] #18 20.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-11-30T03:16:43.203Z] #18 20.30 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-30T03:16:43.203Z] #18 20.35 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-11-30T03:16:43.203Z] #18 20.35 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-11-30T03:16:43.203Z] #18 20.35 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-30T03:16:43.203Z] #18 20.39 Selecting previously unselected package libnftnl11:s390x. [2020-11-30T03:16:43.203Z] #18 20.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-11-30T03:16:43.203Z] #18 20.40 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-11-30T03:16:43.203Z] #18 20.43 Selecting previously unselected package iptables. [2020-11-30T03:16:43.203Z] #18 20.44 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-11-30T03:16:43.203Z] #18 20.44 Unpacking iptables (1.8.2-4) ... [2020-11-30T03:16:43.234Z] #28 1.501 #=#=# 0.2% 0.7% # 2.5% #### 6.9% ######### 12.9% ############# 18.9% ################# 24.0% ##################### 30.0% ########################## 36.4% ############################## 42.0% ################################## 47.4% ###################################### 53.3% ########################################## 58.4% ############################################## 64.4% ################################################## 70.5% ####################################################### 76.5% ########################################################### 82.0% ############################################################### 87.9% ################################################################### 94.1% ######################################################################## 100.0% [2020-11-30T03:16:43.234Z] #28 3.738 [2020-11-30T03:16:43.496Z] #18 20.62 Selecting previously unselected package xxd. [2020-11-30T03:16:43.496Z] #18 20.62 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-11-30T03:16:43.496Z] #18 20.62 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:16:43.496Z] #18 20.69 Selecting previously unselected package vim-common. [2020-11-30T03:16:43.496Z] #18 20.69 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:16:43.496Z] #18 20.70 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:16:43.788Z] #18 20.82 Selecting previously unselected package bash-completion. [2020-11-30T03:16:43.788Z] #18 20.82 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-30T03:16:43.822Z] #28 3.958 #=#=# ########## 14.7% ####################################################### 77.1% ######################################################################## 100.0% [2020-11-30T03:16:43.822Z] #28 4.331 [2020-11-30T03:16:43.855Z] #35 8.898 [100%] Linking C executable tini-static [2020-11-30T03:16:44.413Z] #28 4.501 0.3% #################### 28.7% ######################################### 57.1% ################################################################ 89.2% ######################################################################## 100.0% [2020-11-30T03:16:44.413Z] #28 5.012 [2020-11-30T03:16:44.428Z] #35 9.512 [100%] Built target tini-static [2020-11-30T03:16:44.428Z] #35 9.620 + mkdir -p /build [2020-11-30T03:16:44.689Z] #35 9.622 + cp tini-static /build/docker-init [2020-11-30T03:16:44.825Z] #18 22.16 Unpacking bash-completion (1:2.8-6) ... [2020-11-30T03:16:44.951Z] #35 DONE 10.0s [2020-11-30T03:16:44.951Z] [2020-11-30T03:16:44.951Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:44.951Z] #41 2.353 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:16:44.951Z] #41 2.353 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:16:44.951Z] #41 2.362 Note: Building without GnuTLS support [2020-11-30T03:16:44.951Z] #41 2.367 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:16:44.951Z] #41 2.367 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:16:44.951Z] #41 4.514 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:16:44.951Z] #41 4.544 GEN .gitid [2020-11-30T03:16:44.951Z] #41 4.584 GEN criu/include/version.h [2020-11-30T03:16:44.951Z] #41 4.650 GEN include/common/asm [2020-11-30T03:16:45.117Z] #18 22.36 Selecting previously unselected package bzip2. [2020-11-30T03:16:45.117Z] #18 22.37 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-11-30T03:16:45.117Z] #18 22.38 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:16:45.117Z] #18 22.43 Selecting previously unselected package xz-utils. [2020-11-30T03:16:45.409Z] #18 22.43 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-11-30T03:16:45.409Z] #18 22.43 Unpacking xz-utils (5.2.4-1) ... [2020-11-30T03:16:45.409Z] #18 22.53 Selecting previously unselected package apparmor. [2020-11-30T03:16:45.409Z] #18 ... [2020-11-30T03:16:45.409Z] [2020-11-30T03:16:45.409Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:45.409Z] #41 54.91 CC criu/bfd.o [2020-11-30T03:16:45.409Z] #41 55.22 CC criu/bitmap.o [2020-11-30T03:16:45.409Z] #41 55.30 CC criu/cgroup-props.o [2020-11-30T03:16:45.409Z] #41 55.80 CC criu/cgroup.o [2020-11-30T03:16:45.409Z] #41 57.04 CC criu/clone-noasan.o [2020-11-30T03:16:45.409Z] #41 57.15 CC criu/config.o [2020-11-30T03:16:45.409Z] #41 57.78 CC criu/cr-check.o [2020-11-30T03:16:45.409Z] #41 58.39 CC criu/cr-dedup.o [2020-11-30T03:16:45.409Z] #41 58.57 CC criu/cr-dump.o [2020-11-30T03:16:45.409Z] #41 59.38 CC criu/cr-errno.o [2020-11-30T03:16:45.409Z] #41 59.42 CC criu/cr-restore.o [2020-11-30T03:16:45.409Z] #41 61.86 CC criu/cr-service.o [2020-11-30T03:16:45.409Z] #41 62.82 CC criu/crtools.o [2020-11-30T03:16:45.409Z] #41 63.08 CC criu/eventfd.o [2020-11-30T03:16:45.409Z] #41 63.37 CC criu/eventpoll.o [2020-11-30T03:16:45.409Z] #41 63.94 CC criu/external.o [2020-11-30T03:16:45.409Z] #41 64.14 CC criu/fault-injection.o [2020-11-30T03:16:45.409Z] #41 64.20 CC criu/fdstore.o [2020-11-30T03:16:45.409Z] #41 64.40 CC criu/fifo.o [2020-11-30T03:16:45.409Z] #41 64.56 CC criu/file-ids.o [2020-11-30T03:16:45.409Z] #41 64.69 CC criu/file-lock.o [2020-11-30T03:16:45.409Z] #41 65.10 CC criu/files-ext.o [2020-11-30T03:16:45.409Z] #41 ... [2020-11-30T03:16:45.409Z] [2020-11-30T03:16:45.409Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:16:45.409Z] #18 22.53 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-11-30T03:16:45.409Z] #18 22.56 Unpacking apparmor (2.13.2-10) ... [2020-11-30T03:16:45.701Z] #18 22.80 Selecting previously unselected package aufs-tools. [2020-11-30T03:16:45.701Z] #18 22.80 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-11-30T03:16:45.701Z] #18 22.80 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:16:45.701Z] #18 22.89 Selecting previously unselected package libonig5:s390x. [2020-11-30T03:16:45.701Z] #18 22.89 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-11-30T03:16:45.701Z] #18 22.89 Unpacking libonig5:s390x (6.9.1-1) ... [2020-11-30T03:16:45.894Z] #41 ... [2020-11-30T03:16:45.894Z] [2020-11-30T03:16:45.894Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:16:45.894Z] #11 67.86 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-30T03:16:45.894Z] #11 67.87 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-30T03:16:45.894Z] #11 67.88 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:16:45.894Z] #11 74.80 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-30T03:16:45.894Z] #11 74.81 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:16:45.894Z] #11 74.83 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:16:45.894Z] #11 75.01 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-30T03:16:45.894Z] #11 75.03 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:16:45.894Z] #11 75.04 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:16:45.993Z] #18 23.01 Selecting previously unselected package libjq1:s390x. [2020-11-30T03:16:45.993Z] #18 23.01 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-11-30T03:16:45.993Z] #18 23.01 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-30T03:16:45.993Z] #18 23.07 Selecting previously unselected package jq. [2020-11-30T03:16:45.993Z] #18 23.07 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-11-30T03:16:45.993Z] #18 23.08 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:16:45.993Z] #18 23.13 Selecting previously unselected package libaio1:s390x. [2020-11-30T03:16:45.993Z] #18 23.13 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-11-30T03:16:45.993Z] #18 23.13 Unpacking libaio1:s390x (0.3.112-3) ... [2020-11-30T03:16:45.993Z] #18 23.17 Selecting previously unselected package libgpm2:s390x. [2020-11-30T03:16:45.993Z] #18 23.17 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-11-30T03:16:45.993Z] #18 23.17 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-11-30T03:16:45.993Z] #18 23.21 Selecting previously unselected package libicu63:s390x. [2020-11-30T03:16:45.993Z] #18 23.21 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-11-30T03:16:45.993Z] #18 23.21 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-11-30T03:16:46.501Z] #28 5.163 #=#=# ### 5.1% ####### 10.8% ########### 15.8% ############### 22.2% ################## 26.1% ###################### 31.9% ########################## 37.3% ############################### 43.3% ################################## 48.4% ###################################### 53.8% ########################################## 59.1% ############################################## 64.5% ################################################ 67.3% ##################################################### 74.0% ######################################################### 80.3% ############################################################# 85.0% ################################################################# 91.1% #################################################################### 95.6% ######################################################################## 100.0% [2020-11-30T03:16:46.770Z] Client: [2020-11-30T03:16:46.770Z] Debug Mode: false [2020-11-30T03:16:46.770Z] [2020-11-30T03:16:46.770Z] Server: [2020-11-30T03:16:46.770Z] Containers: 0 [2020-11-30T03:16:46.770Z] Running: 0 [2020-11-30T03:16:46.770Z] Paused: 0 [2020-11-30T03:16:46.770Z] Stopped: 0 [2020-11-30T03:16:46.770Z] Images: 0 [2020-11-30T03:16:46.770Z] Server Version: 19.03.13 [2020-11-30T03:16:46.770Z] Storage Driver: overlay2 [2020-11-30T03:16:46.770Z] Backing Filesystem: extfs [2020-11-30T03:16:46.770Z] Supports d_type: true [2020-11-30T03:16:46.770Z] Native Overlay Diff: true [2020-11-30T03:16:46.770Z] Logging Driver: json-file [2020-11-30T03:16:46.770Z] Cgroup Driver: cgroupfs [2020-11-30T03:16:46.770Z] Plugins: [2020-11-30T03:16:46.770Z] Volume: local [2020-11-30T03:16:46.770Z] Network: bridge host ipvlan macvlan null overlay [2020-11-30T03:16:46.770Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-30T03:16:46.770Z] Swarm: inactive [2020-11-30T03:16:46.770Z] Runtimes: runc [2020-11-30T03:16:46.770Z] Default Runtime: runc [2020-11-30T03:16:46.770Z] Init Binary: docker-init [2020-11-30T03:16:46.770Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:16:46.770Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:16:46.770Z] init version: fec3683 [2020-11-30T03:16:46.770Z] Security Options: [2020-11-30T03:16:46.770Z] apparmor [2020-11-30T03:16:46.770Z] seccomp [2020-11-30T03:16:46.770Z] Profile: default [2020-11-30T03:16:46.770Z] Kernel Version: 5.4.0-1025-aws [2020-11-30T03:16:46.770Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-30T03:16:46.770Z] OSType: linux [2020-11-30T03:16:46.770Z] Architecture: x86_64 [2020-11-30T03:16:46.770Z] CPUs: 2 [2020-11-30T03:16:46.770Z] Total Memory: 7.569GiB [2020-11-30T03:16:46.770Z] Name: ip-10-100-64-181 [2020-11-30T03:16:46.770Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-30T03:16:46.770Z] Docker Root Dir: /var/lib/docker [2020-11-30T03:16:46.770Z] Debug Mode: false [2020-11-30T03:16:46.770Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:16:46.770Z] Labels: [2020-11-30T03:16:46.770Z] Experimental: true [2020-11-30T03:16:46.770Z] Insecure Registries: [2020-11-30T03:16:46.770Z] 127.0.0.0/8 [2020-11-30T03:16:46.770Z] Live Restore Enabled: true [2020-11-30T03:16:46.770Z] [2020-11-30T03:16:46.770Z] WARNING: No swap limit support [Pipeline] sh [2020-11-30T03:16:46.795Z] #28 7.275 [2020-11-30T03:16:46.837Z] #11 ... [2020-11-30T03:16:46.837Z] [2020-11-30T03:16:46.837Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:46.837Z] #32 DONE 78.9s [2020-11-30T03:16:46.837Z] [2020-11-30T03:16:46.837Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:46.837Z] #43 69.95 flag [2020-11-30T03:16:46.837Z] #43 71.48 go/token [2020-11-30T03:16:46.837Z] #43 72.64 go/scanner [2020-11-30T03:16:46.837Z] #43 72.87 regexp [2020-11-30T03:16:46.837Z] #43 73.83 go/ast [2020-11-30T03:16:46.837Z] #43 76.93 internal/lazyregexp [2020-11-30T03:16:46.837Z] #43 77.26 net/url [2020-11-30T03:16:46.872Z] Client: [2020-11-30T03:16:46.873Z] Debug Mode: false [2020-11-30T03:16:46.873Z] [2020-11-30T03:16:46.873Z] Server: [2020-11-30T03:16:46.873Z] Containers: 0 [2020-11-30T03:16:46.873Z] Running: 0 [2020-11-30T03:16:46.873Z] Paused: 0 [2020-11-30T03:16:46.873Z] Stopped: 0 [2020-11-30T03:16:46.873Z] Images: 0 [2020-11-30T03:16:46.873Z] Server Version: 19.03.13 [2020-11-30T03:16:46.873Z] Storage Driver: overlay2 [2020-11-30T03:16:46.873Z] Backing Filesystem: extfs [2020-11-30T03:16:46.873Z] Supports d_type: true [2020-11-30T03:16:46.873Z] Native Overlay Diff: true [2020-11-30T03:16:46.873Z] Logging Driver: json-file [2020-11-30T03:16:46.873Z] Cgroup Driver: cgroupfs [2020-11-30T03:16:46.873Z] Plugins: [2020-11-30T03:16:46.873Z] Volume: local [2020-11-30T03:16:46.873Z] Network: bridge host ipvlan macvlan null overlay [2020-11-30T03:16:46.873Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-30T03:16:46.873Z] Swarm: inactive [2020-11-30T03:16:46.873Z] Runtimes: runc [2020-11-30T03:16:46.873Z] Default Runtime: runc [2020-11-30T03:16:46.873Z] Init Binary: docker-init [2020-11-30T03:16:46.873Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:16:46.873Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:16:46.873Z] init version: fec3683 [2020-11-30T03:16:46.873Z] Security Options: [2020-11-30T03:16:46.873Z] apparmor [2020-11-30T03:16:46.873Z] seccomp [2020-11-30T03:16:46.873Z] Profile: default [2020-11-30T03:16:46.873Z] Kernel Version: 5.4.0-1025-aws [2020-11-30T03:16:46.873Z] Operating System: Ubuntu 18.04.5 LTS [2020-11-30T03:16:46.873Z] OSType: linux [2020-11-30T03:16:46.873Z] Architecture: x86_64 [2020-11-30T03:16:46.873Z] CPUs: 2 [2020-11-30T03:16:46.873Z] Total Memory: 7.569GiB [2020-11-30T03:16:46.873Z] Name: ip-10-100-71-34 [2020-11-30T03:16:46.873Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-11-30T03:16:46.873Z] Docker Root Dir: /var/lib/docker [2020-11-30T03:16:46.873Z] Debug Mode: false [2020-11-30T03:16:46.873Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:16:46.873Z] Labels: [2020-11-30T03:16:46.873Z] Experimental: true [2020-11-30T03:16:46.873Z] Insecure Registries: [2020-11-30T03:16:46.873Z] 127.0.0.0/8 [2020-11-30T03:16:46.873Z] Live Restore Enabled: true [2020-11-30T03:16:46.873Z] [2020-11-30T03:16:46.873Z] WARNING: No swap limit support [Pipeline] sh [2020-11-30T03:16:47.103Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:16:47.103Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:16:47.103Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41728/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-30T03:16:47.103Z] + bash /home/ubuntu/workspace/moby_PR-41728/check-config.sh [2020-11-30T03:16:47.103Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-30T03:16:47.103Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-30T03:16:47.103Z] [2020-11-30T03:16:47.103Z] Generally Necessary: [2020-11-30T03:16:47.103Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-30T03:16:47.103Z] - apparmor: enabled and tools installed [2020-11-30T03:16:47.103Z] - CONFIG_NAMESPACES: enabled [2020-11-30T03:16:47.103Z] - CONFIG_NET_NS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_PID_NS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_IPC_NS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_UTS_NS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CGROUPS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CPUSETS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_MEMCG: enabled [2020-11-30T03:16:47.103Z] - CONFIG_KEYS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_VETH: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-30T03:16:47.103Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-30T03:16:47.103Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-30T03:16:47.103Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-30T03:16:47.103Z] [2020-11-30T03:16:47.103Z] Optional Features: [2020-11-30T03:16:47.103Z] - CONFIG_USER_NS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_SECCOMP: enabled [2020-11-30T03:16:47.103Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-30T03:16:47.103Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-30T03:16:47.162Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:16:47.162Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:16:47.162Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41728/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-30T03:16:47.162Z] + bash /home/ubuntu/workspace/moby_PR-41728/check-config.sh [2020-11-30T03:16:47.162Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-30T03:16:47.162Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-11-30T03:16:47.162Z] [2020-11-30T03:16:47.162Z] Generally Necessary: [2020-11-30T03:16:47.361Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-30T03:16:47.361Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-30T03:16:47.361Z] - CONFIG_BLK_CGROUP: enabled [2020-11-30T03:16:47.361Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-30T03:16:47.361Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-30T03:16:47.361Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-30T03:16:47.361Z] - CONFIG_CGROUP_PERF: enabled [2020-11-30T03:16:47.361Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-30T03:16:47.361Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-30T03:16:47.361Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-30T03:16:47.361Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-30T03:16:47.361Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-30T03:16:47.361Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_IP_VS: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-30T03:16:47.361Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-30T03:16:47.361Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-30T03:16:47.361Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_EXT4_FS: enabled [2020-11-30T03:16:47.361Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-30T03:16:47.361Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-30T03:16:47.361Z] - Network Drivers: [2020-11-30T03:16:47.361Z] - "overlay": [2020-11-30T03:16:47.361Z] - CONFIG_VXLAN: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-30T03:16:47.361Z] Optional (for encrypted networks): [2020-11-30T03:16:47.361Z] - CONFIG_CRYPTO: enabled [2020-11-30T03:16:47.361Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-30T03:16:47.361Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-30T03:16:47.361Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-30T03:16:47.361Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-30T03:16:47.361Z] - CONFIG_XFRM: enabled [2020-11-30T03:16:47.361Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-30T03:16:47.361Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-30T03:16:47.361Z] - "ipvlan": [2020-11-30T03:16:47.361Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-30T03:16:47.361Z] - "macvlan": [2020-11-30T03:16:47.410Z] #43 ... [2020-11-30T03:16:47.410Z] [2020-11-30T03:16:47.410Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:47.410Z] #41 7.309 PBCC images/timens.pb-c.c [2020-11-30T03:16:47.426Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-30T03:16:47.426Z] - apparmor: enabled and tools installed [2020-11-30T03:16:47.426Z] - CONFIG_NAMESPACES: enabled [2020-11-30T03:16:47.426Z] - CONFIG_NET_NS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_PID_NS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_IPC_NS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_UTS_NS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CGROUPS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CPUSETS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_MEMCG: enabled [2020-11-30T03:16:47.426Z] - CONFIG_KEYS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_VETH: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_NF_NAT_IPV4: missing [2020-11-30T03:16:47.426Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-30T03:16:47.426Z] - CONFIG_NF_NAT_NEEDED: missing [2020-11-30T03:16:47.426Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-30T03:16:47.426Z] [2020-11-30T03:16:47.426Z] Optional Features: [2020-11-30T03:16:47.426Z] - CONFIG_USER_NS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_SECCOMP: enabled [2020-11-30T03:16:47.426Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-30T03:16:47.426Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-30T03:16:47.426Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-30T03:16:47.426Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-30T03:16:47.620Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-30T03:16:47.620Z] - CONFIG_DUMMY: enabled (as module) [2020-11-30T03:16:47.620Z] - "ftp,tftp client in container": [2020-11-30T03:16:47.620Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-30T03:16:47.620Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-30T03:16:47.620Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-30T03:16:47.620Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-30T03:16:47.620Z] - Storage Drivers: [2020-11-30T03:16:47.620Z] - "aufs": [2020-11-30T03:16:47.620Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-30T03:16:47.620Z] - "btrfs": [2020-11-30T03:16:47.620Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-30T03:16:47.620Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-30T03:16:47.620Z] - "devicemapper": [2020-11-30T03:16:47.620Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-30T03:16:47.620Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-30T03:16:47.620Z] - "overlay": [2020-11-30T03:16:47.620Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-30T03:16:47.620Z] - "zfs": [2020-11-30T03:16:47.620Z] - /dev/zfs: present [2020-11-30T03:16:47.620Z] - zfs command: missing [2020-11-30T03:16:47.620Z] - zpool command: missing [2020-11-30T03:16:47.620Z] [2020-11-30T03:16:47.620Z] Limits: [2020-11-30T03:16:47.620Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-30T03:16:47.620Z] [2020-11-30T03:16:47.620Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-30T03:16:47.672Z] #41 7.409 DEP images/timens.pb-c.d [2020-11-30T03:16:47.672Z] #41 7.444 PBCC images/fown.pb-c.c [2020-11-30T03:16:47.672Z] #41 7.459 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-30T03:16:47.672Z] #41 7.549 PBCC images/opts.pb-c.c [Pipeline] sh [2020-11-30T03:16:47.683Z] - CONFIG_BLK_CGROUP: enabled [2020-11-30T03:16:47.683Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-30T03:16:47.683Z] - CONFIG_IOSCHED_CFQ: missing [2020-11-30T03:16:47.683Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-11-30T03:16:47.683Z] - CONFIG_CGROUP_PERF: enabled [2020-11-30T03:16:47.683Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-30T03:16:47.683Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-30T03:16:47.683Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-30T03:16:47.683Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-30T03:16:47.683Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-30T03:16:47.683Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_IP_VS: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-30T03:16:47.683Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-30T03:16:47.683Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-30T03:16:47.683Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_EXT4_FS: enabled [2020-11-30T03:16:47.683Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-30T03:16:47.683Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-30T03:16:47.683Z] - Network Drivers: [2020-11-30T03:16:47.683Z] - "overlay": [2020-11-30T03:16:47.683Z] - CONFIG_VXLAN: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-30T03:16:47.683Z] Optional (for encrypted networks): [2020-11-30T03:16:47.683Z] - CONFIG_CRYPTO: enabled [2020-11-30T03:16:47.683Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-30T03:16:47.683Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-30T03:16:47.683Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-30T03:16:47.683Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-30T03:16:47.683Z] - CONFIG_XFRM: enabled [2020-11-30T03:16:47.683Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-30T03:16:47.683Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-11-30T03:16:47.938Z] #41 7.605 PBCC images/memfd.pb-c.c [2020-11-30T03:16:47.938Z] #41 7.733 DEP images/fown.pb-c.d [2020-11-30T03:16:47.941Z] - "ipvlan": [2020-11-30T03:16:47.941Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-30T03:16:47.942Z] - "macvlan": [2020-11-30T03:16:47.942Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-30T03:16:47.942Z] - CONFIG_DUMMY: enabled (as module) [2020-11-30T03:16:47.942Z] - "ftp,tftp client in container": [2020-11-30T03:16:47.942Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-30T03:16:47.942Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-30T03:16:47.942Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-30T03:16:47.942Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-30T03:16:47.942Z] - Storage Drivers: [2020-11-30T03:16:47.942Z] - "aufs": [2020-11-30T03:16:47.942Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-30T03:16:47.942Z] - "btrfs": [2020-11-30T03:16:47.942Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-30T03:16:47.942Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-30T03:16:47.942Z] - "devicemapper": [2020-11-30T03:16:47.942Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-30T03:16:47.942Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-30T03:16:47.942Z] - "overlay": [2020-11-30T03:16:47.942Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-30T03:16:47.942Z] - "zfs": [2020-11-30T03:16:47.942Z] - /dev/zfs: present [2020-11-30T03:16:47.942Z] - zfs command: missing [2020-11-30T03:16:47.942Z] - zpool command: missing [2020-11-30T03:16:47.942Z] [2020-11-30T03:16:47.942Z] Limits: [2020-11-30T03:16:47.942Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-30T03:16:47.942Z] [2020-11-30T03:16:47.942Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-30T03:16:47.978Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:35639d804dfaf80e94a6a4fbcb87d11926087111 . [2020-11-30T03:16:47.978Z] #2 [internal] load .dockerignore [2020-11-30T03:16:47.978Z] #2 transferring context: [Pipeline] sh [2020-11-30T03:16:48.202Z] #41 7.876 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-30T03:16:48.202Z] #41 7.914 DEP images/opts.pb-c.d [2020-11-30T03:16:48.202Z] #41 ... [2020-11-30T03:16:48.202Z] [2020-11-30T03:16:48.202Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:48.202Z] #49 70.17 encoding/json [2020-11-30T03:16:48.202Z] #49 76.33 github.com/pkg/diff [2020-11-30T03:16:48.202Z] #49 77.43 go/ast [2020-11-30T03:16:48.202Z] #49 78.11 golang.org/x/crypto/ssh/terminal [2020-11-30T03:16:48.202Z] #49 80.06 mvdan.cc/editorconfig [2020-11-30T03:16:48.202Z] #49 ... [2020-11-30T03:16:48.202Z] [2020-11-30T03:16:48.202Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:48.202Z] #41 7.973 DEP images/memfd.pb-c.d [2020-11-30T03:16:48.202Z] #41 8.013 PBCC images/sit.pb-c.c [2020-11-30T03:16:48.239Z] #2 transferring context: 87B done [2020-11-30T03:16:48.239Z] #2 DONE 0.1s [2020-11-30T03:16:48.239Z] [2020-11-30T03:16:48.239Z] #1 [internal] load build definition from Dockerfile [2020-11-30T03:16:48.239Z] #1 transferring dockerfile: 16.58kB done [2020-11-30T03:16:48.239Z] #1 DONE 0.2s [2020-11-30T03:16:48.239Z] [2020-11-30T03:16:48.239Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-30T03:16:48.279Z] + sudo modprobe ip_vs [2020-11-30T03:16:48.279Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:35639d804dfaf80e94a6a4fbcb87d11926087111 . [2020-11-30T03:16:48.279Z] #2 [internal] load .dockerignore [2020-11-30T03:16:48.279Z] #2 transferring context: 87B done [2020-11-30T03:16:48.279Z] #2 DONE 0.1s [2020-11-30T03:16:48.279Z] [2020-11-30T03:16:48.279Z] #1 [internal] load build definition from Dockerfile [2020-11-30T03:16:48.279Z] #1 transferring dockerfile: 16.58kB 0.1s done [2020-11-30T03:16:48.279Z] #1 DONE 0.1s [2020-11-30T03:16:48.462Z] #41 8.083 DEP images/sit.pb-c.d [2020-11-30T03:16:48.462Z] #41 8.124 PBCC images/macvlan.pb-c.c [2020-11-30T03:16:48.463Z] #41 8.162 DEP images/macvlan.pb-c.d [2020-11-30T03:16:48.463Z] #41 8.220 PBCC images/autofs.pb-c.c [2020-11-30T03:16:48.463Z] #41 8.242 DEP images/autofs.pb-c.d [2020-11-30T03:16:48.463Z] #41 8.298 PBCC images/sysctl.pb-c.c [2020-11-30T03:16:48.463Z] #41 8.341 DEP images/sysctl.pb-c.d [2020-11-30T03:16:48.536Z] [2020-11-30T03:16:48.536Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-30T03:16:48.723Z] #41 8.427 PBCC images/time.pb-c.c [2020-11-30T03:16:48.723Z] #41 8.449 DEP images/time.pb-c.d [2020-11-30T03:16:48.723Z] #41 8.513 PBCC images/binfmt-misc.pb-c.c [2020-11-30T03:16:48.723Z] #41 8.547 DEP images/binfmt-misc.pb-c.d [2020-11-30T03:16:48.760Z] #18 25.44 Selecting previously unselected package libnet1:s390x. [2020-11-30T03:16:48.760Z] #18 25.44 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-11-30T03:16:48.760Z] #18 25.45 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-30T03:16:48.760Z] #18 25.49 Selecting previously unselected package libnl-3-200:s390x. [2020-11-30T03:16:48.760Z] #18 25.49 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-11-30T03:16:48.760Z] #18 25.50 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-11-30T03:16:48.760Z] #18 25.55 Selecting previously unselected package libprotobuf-c1:s390x. [2020-11-30T03:16:48.760Z] #18 25.55 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-11-30T03:16:48.760Z] #18 25.55 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-30T03:16:48.760Z] #18 25.59 Selecting previously unselected package libreadline5:s390x. [2020-11-30T03:16:48.760Z] #18 25.59 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-11-30T03:16:48.760Z] #18 25.59 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-30T03:16:48.760Z] #18 25.67 Selecting previously unselected package net-tools. [2020-11-30T03:16:48.760Z] #18 25.67 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-11-30T03:16:48.760Z] #18 25.67 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:16:48.760Z] #18 25.77 Selecting previously unselected package python-pip-whl. [2020-11-30T03:16:48.760Z] #18 25.77 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-30T03:16:48.760Z] #18 25.78 Unpacking python-pip-whl (18.1-5) ... [2020-11-30T03:16:48.802Z] Client: [2020-11-30T03:16:48.802Z] Debug Mode: false [2020-11-30T03:16:48.802Z] [2020-11-30T03:16:48.802Z] Server: [2020-11-30T03:16:48.802Z] Containers: 0 [2020-11-30T03:16:48.802Z] Running: 0 [2020-11-30T03:16:48.802Z] Paused: 0 [2020-11-30T03:16:48.802Z] Stopped: 0 [2020-11-30T03:16:48.802Z] Images: 0 [2020-11-30T03:16:48.802Z] Server Version: 19.03.13 [2020-11-30T03:16:48.802Z] Storage Driver: overlay2 [2020-11-30T03:16:48.802Z] Backing Filesystem: extfs [2020-11-30T03:16:48.802Z] Supports d_type: true [2020-11-30T03:16:48.802Z] Native Overlay Diff: true [2020-11-30T03:16:48.802Z] Logging Driver: json-file [2020-11-30T03:16:48.802Z] Cgroup Driver: cgroupfs [2020-11-30T03:16:48.802Z] Plugins: [2020-11-30T03:16:48.802Z] Volume: local [2020-11-30T03:16:48.802Z] Network: bridge host ipvlan macvlan null overlay [2020-11-30T03:16:48.802Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-11-30T03:16:48.802Z] Swarm: inactive [2020-11-30T03:16:48.802Z] Runtimes: runc [2020-11-30T03:16:48.802Z] Default Runtime: runc [2020-11-30T03:16:48.802Z] Init Binary: docker-init [2020-11-30T03:16:48.802Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-11-30T03:16:48.802Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-11-30T03:16:48.802Z] init version: fec3683 [2020-11-30T03:16:48.802Z] Security Options: [2020-11-30T03:16:48.802Z] apparmor [2020-11-30T03:16:48.802Z] seccomp [2020-11-30T03:16:48.802Z] Profile: default [2020-11-30T03:16:48.802Z] Kernel Version: 4.15.0-1083-aws [2020-11-30T03:16:48.802Z] Operating System: Ubuntu 16.04.7 LTS [2020-11-30T03:16:48.802Z] OSType: linux [2020-11-30T03:16:48.802Z] Architecture: aarch64 [2020-11-30T03:16:48.802Z] CPUs: 4 [2020-11-30T03:16:48.802Z] Total Memory: 7.525GiB [2020-11-30T03:16:48.802Z] Name: ip-10-100-43-11 [2020-11-30T03:16:48.802Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-11-30T03:16:48.802Z] Docker Root Dir: /var/lib/docker [2020-11-30T03:16:48.802Z] Debug Mode: false [2020-11-30T03:16:48.802Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:16:48.802Z] Labels: [2020-11-30T03:16:48.802Z] Experimental: true [2020-11-30T03:16:48.802Z] Insecure Registries: [2020-11-30T03:16:48.802Z] 127.0.0.0/8 [2020-11-30T03:16:48.802Z] Live Restore Enabled: true [2020-11-30T03:16:48.802Z] [2020-11-30T03:16:48.802Z] WARNING: No swap limit support [Pipeline] sh [2020-11-30T03:16:48.984Z] #41 8.613 PBCC images/seccomp.pb-c.c [2020-11-30T03:16:48.984Z] #41 8.636 DEP images/seccomp.pb-c.d [2020-11-30T03:16:48.984Z] #41 8.675 PBCC images/userns.pb-c.c [2020-11-30T03:16:48.984Z] #41 8.705 DEP images/userns.pb-c.d [2020-11-30T03:16:48.984Z] #41 8.746 PBCC images/cgroup.pb-c.c [2020-11-30T03:16:48.984Z] #41 8.779 DEP images/cgroup.pb-c.d [2020-11-30T03:16:48.984Z] #41 8.809 PBCC images/ext-file.pb-c.c [2020-11-30T03:16:49.052Z] #18 26.03 Selecting previously unselected package python3-lib2to3. [2020-11-30T03:16:49.052Z] #18 26.04 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-30T03:16:49.052Z] #18 26.04 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:16:49.052Z] #18 26.11 Selecting previously unselected package python3-distutils. [2020-11-30T03:16:49.052Z] #18 26.11 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-30T03:16:49.052Z] #18 26.11 Unpacking python3-distutils (3.7.3-1) ... [2020-11-30T03:16:49.052Z] #18 26.24 Selecting previously unselected package python3-pip. [2020-11-30T03:16:49.052Z] #18 26.24 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-30T03:16:49.052Z] #18 26.24 Unpacking python3-pip (18.1-5) ... [2020-11-30T03:16:49.099Z] #3 DONE 0.5s [2020-11-30T03:16:49.099Z] [2020-11-30T03:16:49.099Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-30T03:16:49.099Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-30T03:16:49.099Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-30T03:16:49.099Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-30T03:16:49.099Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-30T03:16:49.099Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 7.02MB / 8.88MB 0.1s [2020-11-30T03:16:49.100Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:16:49.100Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:16:49.100Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41728/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-11-30T03:16:49.100Z] + bash /home/ubuntu/workspace/moby_PR-41728/check-config.sh [2020-11-30T03:16:49.100Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-11-30T03:16:49.100Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-11-30T03:16:49.100Z] [2020-11-30T03:16:49.100Z] Generally Necessary: [2020-11-30T03:16:49.100Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-11-30T03:16:49.100Z] - apparmor: enabled and tools installed [2020-11-30T03:16:49.172Z] #3 DONE 0.8s [2020-11-30T03:16:49.172Z] [2020-11-30T03:16:49.172Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-30T03:16:49.172Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-30T03:16:49.172Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-30T03:16:49.172Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-11-30T03:16:49.172Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-11-30T03:16:49.172Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 4.78MB / 8.88MB 0.1s [2020-11-30T03:16:49.172Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-11-30T03:16:49.245Z] #41 8.831 DEP images/ext-file.pb-c.d [2020-11-30T03:16:49.245Z] #41 8.874 PBCC images/rpc.pb-c.c [2020-11-30T03:16:49.245Z] #41 8.932 DEP images/rpc.pb-c.d [2020-11-30T03:16:49.245Z] #41 8.968 PBCC images/siginfo.pb-c.c [2020-11-30T03:16:49.245Z] #41 9.001 DEP images/siginfo.pb-c.d [2020-11-30T03:16:49.245Z] #41 9.049 PBCC images/pagemap.pb-c.c [2020-11-30T03:16:49.245Z] #41 9.081 DEP images/pagemap.pb-c.d [2020-11-30T03:16:49.245Z] #41 9.151 PBCC images/rlimit.pb-c.c [2020-11-30T03:16:49.344Z] #18 26.37 Selecting previously unselected package python3-pkg-resources. [2020-11-30T03:16:49.344Z] #18 26.37 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:16:49.344Z] #18 26.38 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:16:49.344Z] #18 26.44 Selecting previously unselected package python3-setuptools. [2020-11-30T03:16:49.344Z] #18 26.45 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-30T03:16:49.344Z] #18 26.45 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-30T03:16:49.364Z] - CONFIG_NAMESPACES: enabled [2020-11-30T03:16:49.364Z] - CONFIG_NET_NS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_PID_NS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_IPC_NS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_UTS_NS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_CGROUPS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-11-30T03:16:49.364Z] - CONFIG_CGROUP_DEVICE: enabled [2020-11-30T03:16:49.364Z] - CONFIG_CGROUP_FREEZER: enabled [2020-11-30T03:16:49.364Z] - CONFIG_CGROUP_SCHED: enabled [2020-11-30T03:16:49.364Z] - CONFIG_CPUSETS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_MEMCG: enabled [2020-11-30T03:16:49.364Z] - CONFIG_KEYS: enabled [2020-11-30T03:16:49.364Z] - CONFIG_VETH: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_BRIDGE: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-11-30T03:16:49.364Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-11-30T03:16:49.390Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-11-30T03:16:49.391Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-11-30T03:16:49.429Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-11-30T03:16:49.429Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2020-11-30T03:16:49.512Z] #41 9.184 DEP images/rlimit.pb-c.d [2020-11-30T03:16:49.512Z] #41 9.259 PBCC images/file-lock.pb-c.c [2020-11-30T03:16:49.512Z] #41 9.294 DEP images/file-lock.pb-c.d [2020-11-30T03:16:49.512Z] #41 9.356 PBCC images/tty.pb-c.c [2020-11-30T03:16:49.517Z] #28 7.497 #=#=# 0.0% 0.3% 0.9% # 1.5% # 2.8% ### 4.3% ### 5.4% #### 6.8% ##### 8.0% ####### 9.7% ####### 10.9% ######### 12.7% ########## 14.0% ########### 15.5% ############ 17.1% ############# 18.5% ############## 19.8% ############### 21.3% [2020-11-30T03:16:49.517Z] #28 ... [2020-11-30T03:16:49.517Z] [2020-11-30T03:16:49.517Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:49.517Z] #9 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 24.1s done [2020-11-30T03:16:49.517Z] #9 DONE 31.0s [2020-11-30T03:16:49.517Z] [2020-11-30T03:16:49.517Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:16:49.633Z] - CONFIG_NF_NAT: enabled (as module) [2020-11-30T03:16:49.633Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-11-30T03:16:49.633Z] - CONFIG_POSIX_MQUEUE: enabled [2020-11-30T03:16:49.633Z] [2020-11-30T03:16:49.633Z] Optional Features: [2020-11-30T03:16:49.633Z] - CONFIG_USER_NS: enabled [2020-11-30T03:16:49.633Z] - CONFIG_SECCOMP: enabled [2020-11-30T03:16:49.633Z] - CONFIG_CGROUP_PIDS: enabled [2020-11-30T03:16:49.633Z] - CONFIG_MEMCG_SWAP: enabled [2020-11-30T03:16:49.633Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-11-30T03:16:49.633Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-11-30T03:16:49.633Z] - CONFIG_BLK_CGROUP: enabled [2020-11-30T03:16:49.633Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-11-30T03:16:49.633Z] - CONFIG_IOSCHED_CFQ: enabled [2020-11-30T03:16:49.633Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-11-30T03:16:49.633Z] - CONFIG_CGROUP_PERF: enabled [2020-11-30T03:16:49.633Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-11-30T03:16:49.633Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-11-30T03:16:49.633Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-11-30T03:16:49.633Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-11-30T03:16:49.633Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-11-30T03:16:49.633Z] - CONFIG_RT_GROUP_SCHED: missing [2020-11-30T03:16:49.633Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-11-30T03:16:49.633Z] - CONFIG_IP_VS: enabled (as module) [2020-11-30T03:16:49.633Z] - CONFIG_IP_VS_NFCT: enabled [2020-11-30T03:16:49.634Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-11-30T03:16:49.634Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-11-30T03:16:49.636Z] #18 26.62 Selecting previously unselected package python3-wheel. [2020-11-30T03:16:49.636Z] #18 26.62 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-30T03:16:49.636Z] #18 26.63 Unpacking python3-wheel (0.32.3-2) ... [2020-11-30T03:16:49.636Z] #18 26.67 Selecting previously unselected package sudo. [2020-11-30T03:16:49.636Z] #18 26.67 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-11-30T03:16:49.636Z] #18 26.68 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:16:49.647Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-11-30T03:16:49.647Z] #4 DONE 0.7s [2020-11-30T03:16:49.693Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-11-30T03:16:49.693Z] #4 DONE 0.8s [2020-11-30T03:16:49.772Z] #41 9.443 DEP images/tty.pb-c.d [2020-11-30T03:16:49.773Z] #41 9.502 PBCC images/tun.pb-c.c [2020-11-30T03:16:49.822Z] #28 7.497 #=#=# 0.0% 0.3% 0.9% # 1.5% # 2.8% ### 4.3% ### 5.4% #### 6.8% ##### 8.0% ####### 9.7% ####### 10.9% ######### 12.7% ########## 14.0% ########### 15.5% ############ 17.1% ############# 18.5% ############## 19.8% ############### 21.3% ################ 22.8% ################# [2020-11-30T03:16:49.822Z] #28 ... [2020-11-30T03:16:49.822Z] [2020-11-30T03:16:49.822Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:16:49.822Z] #10 DONE 0.2s [2020-11-30T03:16:49.822Z] [2020-11-30T03:16:49.822Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:16:49.822Z] #28 7.497 #=#=# 0.0% 0.3% 0.9% # 1.5% # 2.8% ### 4.3% ### 5.4% #### 6.8% ##### 8.0% ####### 9.7% ####### 10.9% ######### 12.7% ########## 14.0% ########### 15.5% ############ 17.1% ############# 18.5% ############## 19.8% ############### 21.3% ################ 22.8% ################# 23.9% ################## [2020-11-30T03:16:49.822Z] #28 ... [2020-11-30T03:16:49.822Z] [2020-11-30T03:16:49.822Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-30T03:16:49.822Z] #11 DONE 0.2s [2020-11-30T03:16:49.822Z] [2020-11-30T03:16:49.822Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:16:49.898Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_EXT4_FS: enabled [2020-11-30T03:16:49.898Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-11-30T03:16:49.898Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-11-30T03:16:49.898Z] - Network Drivers: [2020-11-30T03:16:49.898Z] - "overlay": [2020-11-30T03:16:49.898Z] - CONFIG_VXLAN: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-11-30T03:16:49.898Z] Optional (for encrypted networks): [2020-11-30T03:16:49.898Z] - CONFIG_CRYPTO: enabled [2020-11-30T03:16:49.898Z] - CONFIG_CRYPTO_AEAD: enabled [2020-11-30T03:16:49.898Z] - CONFIG_CRYPTO_GCM: enabled [2020-11-30T03:16:49.898Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-11-30T03:16:49.898Z] - CONFIG_CRYPTO_GHASH: enabled [2020-11-30T03:16:49.898Z] - CONFIG_XFRM: enabled [2020-11-30T03:16:49.898Z] - CONFIG_XFRM_USER: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_INET_ESP: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-11-30T03:16:49.898Z] - "ipvlan": [2020-11-30T03:16:49.898Z] - CONFIG_IPVLAN: enabled (as module) [2020-11-30T03:16:49.898Z] - "macvlan": [2020-11-30T03:16:49.898Z] - CONFIG_MACVLAN: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_DUMMY: enabled (as module) [2020-11-30T03:16:49.898Z] - "ftp,tftp client in container": [2020-11-30T03:16:49.898Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-11-30T03:16:49.898Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-11-30T03:16:49.898Z] - Storage Drivers: [2020-11-30T03:16:49.898Z] - "aufs": [2020-11-30T03:16:49.903Z] [2020-11-30T03:16:49.903Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:16:49.903Z] #7 DONE 0.2s [2020-11-30T03:16:49.903Z] [2020-11-30T03:16:49.903Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:49.927Z] #18 27.01 Selecting previously unselected package thin-provisioning-tools. [2020-11-30T03:16:49.927Z] #18 27.01 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-11-30T03:16:49.927Z] #18 27.02 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:16:49.927Z] #18 27.23 Selecting previously unselected package uidmap. [2020-11-30T03:16:49.927Z] #18 27.23 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-11-30T03:16:49.927Z] #18 27.24 Unpacking uidmap (1:4.5-1.1) ... [2020-11-30T03:16:49.951Z] [2020-11-30T03:16:49.951Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:50.034Z] #41 9.564 PBCC images/netdev.pb-c.c [2020-11-30T03:16:50.034Z] #41 9.609 DEP images/tun.pb-c.d [2020-11-30T03:16:50.034Z] #41 9.647 DEP images/netdev.pb-c.d [2020-11-30T03:16:50.034Z] #41 9.716 PBCC images/vma.pb-c.c [2020-11-30T03:16:50.034Z] #41 9.817 DEP images/vma.pb-c.d [2020-11-30T03:16:50.034Z] #41 9.861 PBCC images/creds.pb-c.c [2020-11-30T03:16:50.034Z] #41 9.888 DEP images/creds.pb-c.d [2020-11-30T03:16:50.034Z] #41 9.941 PBCC images/utsns.pb-c.c [2020-11-30T03:16:50.122Z] #28 7.497 #=#=# 0.0% 0.3% 0.9% # 1.5% # 2.8% ### 4.3% ### 5.4% #### 6.8% ##### 8.0% ####### 9.7% ####### 10.9% ######### 12.7% ########## 14.0% ########### 15.5% ############ 17.1% ############# 18.5% ############## 19.8% ############### 21.3% ################ 22.8% ################# 23.9% ################## 25.7% ################### 27.0% [2020-11-30T03:16:50.122Z] #28 ... [2020-11-30T03:16:50.122Z] [2020-11-30T03:16:50.122Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-30T03:16:50.122Z] #30 DONE 0.1s [2020-11-30T03:16:50.122Z] [2020-11-30T03:16:50.122Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-30T03:16:50.122Z] #38 DONE 0.1s [2020-11-30T03:16:50.122Z] [2020-11-30T03:16:50.122Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:16:50.159Z] #6 ... [2020-11-30T03:16:50.159Z] [2020-11-30T03:16:50.160Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-30T03:16:50.160Z] #5 DONE 0.3s [2020-11-30T03:16:50.160Z] [2020-11-30T03:16:50.160Z] #6 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:50.161Z] - CONFIG_AUFS_FS: enabled (as module) [2020-11-30T03:16:50.161Z] - "btrfs": [2020-11-30T03:16:50.161Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-11-30T03:16:50.161Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-11-30T03:16:50.161Z] - "devicemapper": [2020-11-30T03:16:50.161Z] - CONFIG_BLK_DEV_DM: enabled [2020-11-30T03:16:50.161Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-11-30T03:16:50.161Z] - "overlay": [2020-11-30T03:16:50.161Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-11-30T03:16:50.161Z] - "zfs": [2020-11-30T03:16:50.161Z] - /dev/zfs: missing [2020-11-30T03:16:50.161Z] - zfs command: missing [2020-11-30T03:16:50.161Z] - zpool command: missing [2020-11-30T03:16:50.161Z] [2020-11-30T03:16:50.161Z] Limits: [2020-11-30T03:16:50.161Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-11-30T03:16:50.161Z] [2020-11-30T03:16:50.161Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-11-30T03:16:50.209Z] #7 ... [2020-11-30T03:16:50.209Z] [2020-11-30T03:16:50.209Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-30T03:16:50.209Z] #5 DONE 0.3s [2020-11-30T03:16:50.209Z] [2020-11-30T03:16:50.209Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:16:50.209Z] #6 DONE 0.4s [2020-11-30T03:16:50.220Z] #18 27.33 Selecting previously unselected package vim-runtime. [2020-11-30T03:16:50.220Z] #18 27.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:16:50.220Z] #18 27.34 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-30T03:16:50.220Z] #18 27.36 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-30T03:16:50.220Z] #18 27.37 Unpacking vim-runtime (2:8.1.0875-5) ... [Pipeline] sh [2020-11-30T03:16:50.295Z] #41 9.950 DEP images/utsns.pb-c.d [2020-11-30T03:16:50.296Z] #41 9.995 PBCC images/ipc-desc.pb-c.c [2020-11-30T03:16:50.296Z] #41 10.02 PBCC images/ipc-sem.pb-c.c [2020-11-30T03:16:50.296Z] #41 10.05 DEP images/ipc-desc.pb-c.d [2020-11-30T03:16:50.296Z] #41 10.08 DEP images/ipc-sem.pb-c.d [2020-11-30T03:16:50.296Z] #41 10.14 PBCC images/ipc-msg.pb-c.c [2020-11-30T03:16:50.296Z] #41 10.17 DEP images/ipc-msg.pb-c.d [2020-11-30T03:16:50.421Z] #6 DONE 0.7s [2020-11-30T03:16:50.421Z] [2020-11-30T03:16:50.421Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:50.421Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done [2020-11-30T03:16:50.421Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done [2020-11-30T03:16:50.421Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 0B / 50.40MB 0.0s [2020-11-30T03:16:50.421Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done [2020-11-30T03:16:50.421Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done [2020-11-30T03:16:50.467Z] [2020-11-30T03:16:50.467Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:50.467Z] #7 DONE 0.4s [2020-11-30T03:16:50.467Z] [2020-11-30T03:16:50.467Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:50.467Z] #24 DONE 0.0s [2020-11-30T03:16:50.467Z] [2020-11-30T03:16:50.467Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:50.467Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-30T03:16:50.514Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:35639d804dfaf80e94a6a4fbcb87d11926087111 . [2020-11-30T03:16:50.514Z] #2 [internal] load .dockerignore [2020-11-30T03:16:50.557Z] #41 10.23 PBCC images/ipc-shm.pb-c.c [2020-11-30T03:16:50.557Z] #41 10.25 DEP images/ipc-shm.pb-c.d [2020-11-30T03:16:50.557Z] #41 10.31 PBCC images/ipc-var.pb-c.c [2020-11-30T03:16:50.557Z] #41 10.33 DEP images/ipc-var.pb-c.d [2020-11-30T03:16:50.557Z] #41 10.39 PBCC images/sk-opts.pb-c.c [2020-11-30T03:16:50.557Z] #41 10.40 PBCC images/packet-sock.pb-c.c [2020-11-30T03:16:50.557Z] #41 10.46 DEP images/sk-opts.pb-c.d [2020-11-30T03:16:50.678Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 5.47MB / 50.40MB 0.1s [2020-11-30T03:16:50.678Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 9.96MB / 50.40MB 0.2s [2020-11-30T03:16:50.725Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.2s [2020-11-30T03:16:50.725Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-30T03:16:50.725Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.2s [2020-11-30T03:16:50.725Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 43.94kB / 10.00MB 0.2s [2020-11-30T03:16:50.725Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-30T03:16:50.725Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-30T03:16:50.725Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.95MB / 7.81MB 0.3s [2020-11-30T03:16:50.725Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.19MB / 10.00MB 0.3s [2020-11-30T03:16:50.819Z] #41 10.51 DEP images/packet-sock.pb-c.d [2020-11-30T03:16:50.819Z] #41 10.58 PBCC images/sk-netlink.pb-c.c [2020-11-30T03:16:50.819Z] #41 10.61 DEP images/sk-netlink.pb-c.d [2020-11-30T03:16:50.819Z] #41 10.65 PBCC images/sk-inet.pb-c.c [2020-11-30T03:16:50.819Z] #41 10.69 DEP images/sk-inet.pb-c.d [2020-11-30T03:16:50.936Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 14.12MB / 50.40MB 0.3s [2020-11-30T03:16:50.984Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2020-11-30T03:16:50.984Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.89MB / 50.40MB 0.5s [2020-11-30T03:16:50.984Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.33MB / 10.00MB 0.5s [2020-11-30T03:16:50.984Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.5s [2020-11-30T03:16:51.080Z] #41 10.75 PBCC images/sk-unix.pb-c.c [2020-11-30T03:16:51.080Z] #41 10.83 DEP images/sk-unix.pb-c.d [2020-11-30T03:16:51.080Z] #41 10.89 PBCC images/mm.pb-c.c [2020-11-30T03:16:51.092Z] #2 transferring context: 87B 0.0s done [2020-11-30T03:16:51.092Z] #2 DONE 0.7s [2020-11-30T03:16:51.092Z] [2020-11-30T03:16:51.092Z] #1 [internal] load build definition from Dockerfile [2020-11-30T03:16:51.092Z] #1 transferring dockerfile: 16.58kB 0.0s done [2020-11-30T03:16:51.092Z] #1 DONE 0.7s [2020-11-30T03:16:51.092Z] [2020-11-30T03:16:51.092Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-11-30T03:16:51.194Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 20.97MB / 50.40MB 0.6s [2020-11-30T03:16:51.241Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s [2020-11-30T03:16:51.242Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.73MB / 51.83MB 0.6s [2020-11-30T03:16:51.242Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.26MB / 50.40MB 0.8s [2020-11-30T03:16:51.242Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 12.56MB / 51.83MB 0.8s [2020-11-30T03:16:51.342Z] #41 10.99 DEP images/mm.pb-c.d [2020-11-30T03:16:51.342Z] #41 11.05 PBCC images/timerfd.pb-c.c [2020-11-30T03:16:51.342Z] #41 11.10 DEP images/timerfd.pb-c.d [2020-11-30T03:16:51.342Z] #41 11.16 PBCC images/timer.pb-c.c [2020-11-30T03:16:51.342Z] #41 11.18 DEP images/timer.pb-c.d [2020-11-30T03:16:51.342Z] #41 11.22 PBCC images/sa.pb-c.c [2020-11-30T03:16:51.459Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 28.16MB / 50.40MB 0.8s [2020-11-30T03:16:51.459Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 32.68MB / 50.40MB 0.9s [2020-11-30T03:16:51.503Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done [2020-11-30T03:16:51.503Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.93MB / 51.83MB 1.0s [2020-11-30T03:16:51.503Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.0s [2020-11-30T03:16:51.503Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 24.08MB / 50.40MB 1.1s [2020-11-30T03:16:51.503Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.78MB / 51.83MB 1.1s [2020-11-30T03:16:51.604Z] #41 11.26 DEP images/sa.pb-c.d [2020-11-30T03:16:51.604Z] #41 11.31 PBCC images/pipe-data.pb-c.c [2020-11-30T03:16:51.604Z] #41 11.35 DEP images/pipe-data.pb-c.d [2020-11-30T03:16:51.604Z] #41 11.41 PBCC images/mnt.pb-c.c [2020-11-30T03:16:51.604Z] #41 11.48 DEP images/mnt.pb-c.d [2020-11-30T03:16:51.721Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 39.47MB / 50.40MB 1.2s [2020-11-30T03:16:51.721Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 42.80MB / 50.40MB 1.3s [2020-11-30T03:16:51.764Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 29.11MB / 50.40MB 1.2s [2020-11-30T03:16:51.764Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 26.63MB / 51.83MB 1.2s [2020-11-30T03:16:51.764Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.12MB / 68.67MB 1.2s [2020-11-30T03:16:51.764Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 12.04MB / 68.67MB 1.4s [2020-11-30T03:16:51.865Z] #41 11.55 PBCC images/sk-packet.pb-c.c [2020-11-30T03:16:51.865Z] #41 11.55 DEP images/sk-packet.pb-c.d [2020-11-30T03:16:51.865Z] #41 11.63 PBCC images/tcp-stream.pb-c.c [2020-11-30T03:16:51.866Z] #41 11.67 DEP images/tcp-stream.pb-c.d [2020-11-30T03:16:51.866Z] #41 11.71 PBCC images/pipe.pb-c.c [2020-11-30T03:16:51.866Z] #41 11.77 DEP images/pipe.pb-c.d [2020-11-30T03:16:51.986Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 47.97MB / 50.40MB 1.4s [2020-11-30T03:16:52.025Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.34MB / 50.40MB 1.5s [2020-11-30T03:16:52.025Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 34.97MB / 51.83MB 1.6s [2020-11-30T03:16:52.065Z] #3 DONE 0.7s [2020-11-30T03:16:52.065Z] [2020-11-30T03:16:52.065Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-11-30T03:16:52.065Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-11-30T03:16:52.127Z] #41 11.82 PBCC images/pstree.pb-c.c [2020-11-30T03:16:52.127Z] #41 11.85 DEP images/pstree.pb-c.d [2020-11-30T03:16:52.127Z] #41 11.91 PBCC images/fs.pb-c.c [2020-11-30T03:16:52.288Z] #18 29.28 Selecting previously unselected package vim. [2020-11-30T03:16:52.288Z] #18 29.28 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-11-30T03:16:52.288Z] #18 29.28 Unpacking vim (2:8.1.0875-5) ... [2020-11-30T03:16:52.292Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.47MB / 50.40MB 1.7s [2020-11-30T03:16:52.292Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.38MB / 51.83MB 1.7s [2020-11-30T03:16:52.292Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.61MB / 68.67MB 1.7s [2020-11-30T03:16:52.292Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.45MB / 51.83MB 1.8s [2020-11-30T03:16:52.329Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-11-30T03:16:52.329Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-11-30T03:16:52.329Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-11-30T03:16:52.329Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2020-11-30T03:16:52.329Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s [2020-11-30T03:16:52.388Z] #41 11.95 DEP images/fs.pb-c.d [2020-11-30T03:16:52.388Z] #41 12.01 PBCC images/signalfd.pb-c.c [2020-11-30T03:16:52.388Z] #41 12.08 DEP images/signalfd.pb-c.d [2020-11-30T03:16:52.388Z] #41 12.15 PBCC images/fh.pb-c.c [2020-11-30T03:16:52.556Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.03MB / 50.40MB 1.9s [2020-11-30T03:16:52.556Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.80MB / 51.83MB 1.9s [2020-11-30T03:16:52.556Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 21.91MB / 68.67MB 1.9s [2020-11-30T03:16:52.556Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.98MB / 50.40MB 2.1s [2020-11-30T03:16:52.556Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.1s [2020-11-30T03:16:52.556Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.19MB / 68.67MB 2.1s [2020-11-30T03:16:52.580Z] #18 29.60 Selecting previously unselected package xfsprogs. [2020-11-30T03:16:52.580Z] #18 29.60 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-11-30T03:16:52.580Z] #18 29.61 Unpacking xfsprogs (4.20.0-1) ... [2020-11-30T03:16:52.580Z] #18 29.93 Selecting previously unselected package zip. [2020-11-30T03:16:52.580Z] #18 29.93 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-11-30T03:16:52.593Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done [2020-11-30T03:16:52.593Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s [2020-11-30T03:16:52.648Z] #41 12.23 PBCC images/fsnotify.pb-c.c [2020-11-30T03:16:52.648Z] #41 12.29 DEP images/fh.pb-c.d [2020-11-30T03:16:52.648Z] #41 12.35 DEP images/fsnotify.pb-c.d [2020-11-30T03:16:52.648Z] #41 12.40 PBCC images/eventpoll.pb-c.c [2020-11-30T03:16:52.648Z] #41 12.41 DEP images/eventpoll.pb-c.d [2020-11-30T03:16:52.648Z] #41 12.46 PBCC images/eventfd.pb-c.c [2020-11-30T03:16:52.814Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 48.59MB / 50.40MB 2.3s [2020-11-30T03:16:52.814Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 31.58MB / 68.67MB 2.4s [2020-11-30T03:16:52.858Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-11-30T03:16:52.859Z] #4 DONE 0.8s [2020-11-30T03:16:52.872Z] #18 29.93 Unpacking zip (3.0-11+b1) ... [2020-11-30T03:16:52.872Z] #18 30.08 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:16:52.872Z] #18 30.09 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:16:52.872Z] #18 30.10 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-11-30T03:16:52.872Z] #18 30.10 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-11-30T03:16:52.872Z] #18 30.11 Setting up libgpm2:s390x (1.20.7-5) ... [2020-11-30T03:16:52.872Z] #18 30.12 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-11-30T03:16:52.872Z] #18 30.12 Setting up uidmap (1:4.5-1.1) ... [2020-11-30T03:16:52.872Z] #18 30.13 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-11-30T03:16:52.872Z] #18 30.14 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-11-30T03:16:52.872Z] #18 30.14 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:16:52.872Z] #18 30.15 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-11-30T03:16:52.872Z] #18 30.16 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-11-30T03:16:52.872Z] #18 30.16 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:16:52.872Z] #18 30.17 Setting up zip (3.0-11+b1) ... [2020-11-30T03:16:52.872Z] #18 30.17 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:16:52.872Z] #18 30.19 Setting up bash-completion (1:2.8-6) ... [2020-11-30T03:16:52.909Z] #41 12.51 DEP images/eventfd.pb-c.d [2020-11-30T03:16:52.909Z] #41 12.56 PBCC images/remap-file-path.pb-c.c [2020-11-30T03:16:52.909Z] #41 12.59 DEP images/remap-file-path.pb-c.d [2020-11-30T03:16:52.909Z] #41 12.63 PBCC images/fifo.pb-c.c [2020-11-30T03:16:52.909Z] #41 12.66 DEP images/fifo.pb-c.d [2020-11-30T03:16:52.909Z] #41 12.69 PBCC images/ghost-file.pb-c.c [2020-11-30T03:16:52.909Z] #41 12.72 DEP images/ghost-file.pb-c.d [2020-11-30T03:16:52.909Z] #41 12.76 PBCC images/regfile.pb-c.c [2020-11-30T03:16:52.909Z] #41 12.80 DEP images/regfile.pb-c.d [2020-11-30T03:16:52.924Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 2.2s done [2020-11-30T03:16:52.924Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 [2020-11-30T03:16:53.073Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.34MB / 68.67MB 2.6s [2020-11-30T03:16:53.122Z] [2020-11-30T03:16:53.122Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:53.170Z] #41 12.86 PBCC images/ns.pb-c.c [2020-11-30T03:16:53.171Z] #41 12.90 DEP images/ns.pb-c.d [2020-11-30T03:16:53.171Z] #41 12.95 PBCC images/fdinfo.pb-c.c [2020-11-30T03:16:53.349Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 2.8s [2020-11-30T03:16:53.349Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.40MB / 68.67MB 2.9s [2020-11-30T03:16:53.386Z] #7 ... [2020-11-30T03:16:53.386Z] [2020-11-30T03:16:53.386Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-11-30T03:16:53.386Z] #6 DONE 0.2s [2020-11-30T03:16:53.386Z] [2020-11-30T03:16:53.386Z] #7 [internal] load metadata for docker.io/library/debian:buster [2020-11-30T03:16:53.386Z] #7 DONE 0.4s [2020-11-30T03:16:53.386Z] [2020-11-30T03:16:53.386Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-11-30T03:16:53.386Z] #5 DONE 0.4s [2020-11-30T03:16:53.386Z] [2020-11-30T03:16:53.386Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:53.386Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done [2020-11-30T03:16:53.433Z] #41 12.99 DEP images/fdinfo.pb-c.d [2020-11-30T03:16:53.433Z] #41 13.04 PBCC images/core-aarch64.pb-c.c [2020-11-30T03:16:53.433Z] #41 13.09 PBCC images/core-arm.pb-c.c [2020-11-30T03:16:53.433Z] #41 13.13 PBCC images/core-ppc64.pb-c.c [2020-11-30T03:16:53.433Z] #41 13.17 PBCC images/core-s390.pb-c.c [2020-11-30T03:16:53.433Z] #41 13.23 PBCC images/core-x86.pb-c.c [2020-11-30T03:16:53.659Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done [2020-11-30T03:16:53.659Z] #24 sha256:ab0ba5b78bfe01d61ac4f9919cd0e7bef8beefa0a77d3d710bfc8630d96804b8 529B / 529B done [2020-11-30T03:16:53.659Z] #24 sha256:2aa621c7db398cbad23b51b63348fedf0a779542d52f71acd4f24072cb872170 1.46kB / 1.46kB done [2020-11-30T03:16:53.694Z] #41 13.27 PBCC images/core.pb-c.c [2020-11-30T03:16:53.694Z] #41 13.33 PBCC images/inventory.pb-c.c [2020-11-30T03:16:53.694Z] #41 13.45 DEP images/core-aarch64.pb-c.d [2020-11-30T03:16:53.694Z] #41 13.50 DEP images/core-arm.pb-c.d [2020-11-30T03:16:53.930Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s done [2020-11-30T03:16:53.930Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.88MB / 68.67MB 3.5s [2020-11-30T03:16:53.930Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 437.85kB / 120.17MB 3.5s [2020-11-30T03:16:53.956Z] #41 13.57 DEP images/core-ppc64.pb-c.d [2020-11-30T03:16:53.956Z] #41 13.63 DEP images/core-s390.pb-c.d [2020-11-30T03:16:53.956Z] #41 13.68 DEP images/core-x86.pb-c.d [2020-11-30T03:16:53.956Z] #41 13.78 DEP images/core.pb-c.d [2020-11-30T03:16:54.189Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.5s done [2020-11-30T03:16:54.189Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.7s [2020-11-30T03:16:54.189Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.7s [2020-11-30T03:16:54.217Z] #41 13.86 DEP images/inventory.pb-c.d [2020-11-30T03:16:54.217Z] #41 13.93 PBCC images/cpuinfo.pb-c.c [2020-11-30T03:16:54.217Z] #41 13.94 DEP images/cpuinfo.pb-c.d [2020-11-30T03:16:54.217Z] #41 13.98 PBCC images/stats.pb-c.c [2020-11-30T03:16:54.217Z] #41 14.00 DEP images/stats.pb-c.d [2020-11-30T03:16:54.447Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.74MB / 120.17MB 3.8s [2020-11-30T03:16:54.447Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-11-30T03:16:54.705Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.53MB / 120.17MB 4.3s [2020-11-30T03:16:54.705Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.8s done [2020-11-30T03:16:54.942Z] #18 31.69 Setting up libiptc0:s390x (1.8.2-4) ... [2020-11-30T03:16:54.942Z] #18 31.70 Setting up xz-utils (5.2.4-1) ... [2020-11-30T03:16:54.942Z] #18 31.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-30T03:16:54.942Z] #18 31.71 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:16:54.942Z] #18 31.75 invoke-rc.d: could not determine current runlevel [2020-11-30T03:16:54.942Z] #18 31.75 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-30T03:16:54.942Z] #18 31.76 Setting up pigz (2.4-1) ... [2020-11-30T03:16:54.942Z] #18 31.76 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-11-30T03:16:54.942Z] #18 31.77 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-11-30T03:16:54.942Z] #18 31.78 Setting up python-pip-whl (18.1-5) ... [2020-11-30T03:16:54.942Z] #18 31.78 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-11-30T03:16:54.942Z] #18 31.79 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:16:54.942Z] #18 31.98 Setting up libaio1:s390x (0.3.112-3) ... [2020-11-30T03:16:54.942Z] #18 31.99 Setting up libonig5:s390x (6.9.1-1) ... [2020-11-30T03:16:54.943Z] #18 31.99 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-11-30T03:16:54.943Z] #18 32.00 Setting up vim (2:8.1.0875-5) ... [2020-11-30T03:16:54.943Z] #18 32.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-30T03:16:54.943Z] #18 32.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-30T03:16:54.943Z] #18 32.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-30T03:16:54.943Z] #18 32.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-30T03:16:54.943Z] #18 32.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-30T03:16:54.943Z] #18 32.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-30T03:16:54.943Z] #18 32.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-30T03:16:54.943Z] #18 32.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-30T03:16:54.943Z] #18 32.10 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-11-30T03:16:54.943Z] #18 32.11 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:16:54.943Z] #18 32.12 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-11-30T03:16:54.943Z] #18 32.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:16:54.943Z] #18 32.13 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-11-30T03:16:54.943Z] #18 32.14 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:16:54.964Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.4s done [2020-11-30T03:16:54.964Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 27.21MB / 120.17MB 4.5s [2020-11-30T03:16:55.537Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 41.12MB / 120.17MB 4.9s [2020-11-30T03:16:55.576Z] #18 ... [2020-11-30T03:16:55.576Z] [2020-11-30T03:16:55.576Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:55.576Z] #41 65.24 CC criu/files-reg.o [2020-11-30T03:16:55.576Z] #41 66.40 CC criu/files.o [2020-11-30T03:16:55.576Z] #41 67.53 CC criu/filesystems.o [2020-11-30T03:16:55.576Z] #41 67.86 CC criu/fsnotify.o [2020-11-30T03:16:55.576Z] #41 68.43 CC criu/image-desc.o [2020-11-30T03:16:55.576Z] #41 68.50 CC criu/image.o [2020-11-30T03:16:55.576Z] #41 68.91 CC criu/ipc_ns.o [2020-11-30T03:16:55.576Z] #41 69.61 CC criu/irmap.o [2020-11-30T03:16:55.576Z] #41 70.00 CC criu/kcmp-ids.o [2020-11-30T03:16:55.576Z] #41 70.23 CC criu/kerndat.o [2020-11-30T03:16:55.576Z] #41 70.93 CC criu/libnetlink.o [2020-11-30T03:16:55.576Z] #41 71.13 CC criu/log.o [2020-11-30T03:16:55.576Z] #41 71.42 CC criu/lsm.o [2020-11-30T03:16:55.576Z] #41 71.62 CC criu/mem.o [2020-11-30T03:16:55.576Z] #41 72.57 CC criu/memfd.o [2020-11-30T03:16:55.576Z] #41 72.84 CC criu/mount.o [2020-11-30T03:16:55.576Z] #41 75.19 CC criu/namespaces.o [2020-11-30T03:16:55.605Z] #41 ... [2020-11-30T03:16:55.605Z] [2020-11-30T03:16:55.605Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:55.794Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 54.70MB / 120.17MB 5.4s [2020-11-30T03:16:56.053Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 62.43MB / 120.17MB 5.6s [2020-11-30T03:16:56.143Z] #28 7.497 #=#=# 0.0% 0.3% 0.9% # 1.5% # 2.8% ### 4.3% ### 5.4% #### 6.8% ##### 8.0% ####### 9.7% ####### 10.9% ######### 12.7% ########## 14.0% ########### 15.5% ############ 17.1% ############# 18.5% ############## 19.8% ############### 21.3% ################ 22.8% ################# 23.9% ################## 25.7% ################### 27.0% #################### 28.5% ##################### 30.0% ###################### 30.7% ######################## 33.9% ######################### 36.1% ########################### 37.6% ############################ 39.0% ############################# 40.9% ############################## 42.6% ############################### 44.2% ################################ 45.3% ################################# 47.1% ################################### 49.1% #################################### 50.2% #################################### 51.3% ###################################### 52.9% ####################################### 55.0% ######################################## 56.1% ######################################### 57.8% ########################################### 59.9% ############################################ 62.1% ############################################# 63.7% ############################################### 65.3% ################################################ 67.0% ################################################# 68.6% ################################################## 70.7% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.1% ##################################################### 74.9% ###################################################### 75.5% ####################################################### 76.4% ####################################################### 77.5% ######################################################## 78.6% ########################################################## 80.7% ########################################################### 82.9% ############################################################ 84.2% ############################################################## 86.7% ############################################################### 88.3% ################################################################ 89.4% ################################################################# 91.6% ################################################################### 93.2% #################################################################### 94.9% #################################################################### 95.5% ##################################################################### 96.3% ###################################################################### 98.0% ####################################################################### 99.0% ######################################################################## 100.0% [2020-11-30T03:16:56.143Z] #28 16.83 [2020-11-30T03:16:56.245Z] #24 ... [2020-11-30T03:16:56.245Z] [2020-11-30T03:16:56.245Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-30T03:16:56.245Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-30T03:16:56.245Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-30T03:16:56.245Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-30T03:16:56.245Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2020-11-30T03:16:56.245Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.5s done [2020-11-30T03:16:56.245Z] #60 DONE 5.2s [2020-11-30T03:16:56.245Z] [2020-11-30T03:16:56.245Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:56.245Z] #24 ... [2020-11-30T03:16:56.245Z] [2020-11-30T03:16:56.245Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:56.245Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-30T03:16:56.245Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-11-30T03:16:56.245Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-30T03:16:56.245Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-11-30T03:16:56.245Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.3s done [2020-11-30T03:16:56.245Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done [2020-11-30T03:16:56.245Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s done [2020-11-30T03:16:56.245Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.1s done [2020-11-30T03:16:56.245Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.86MB / 68.67MB 5.1s [2020-11-30T03:16:56.245Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.42MB / 120.17MB 5.1s [2020-11-30T03:16:56.245Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.3s [2020-11-30T03:16:56.245Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s done [2020-11-30T03:16:56.245Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.3s [2020-11-30T03:16:56.245Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.74MB / 120.17MB 5.5s [2020-11-30T03:16:56.245Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.54MB / 120.17MB 5.6s [2020-11-30T03:16:56.245Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.16MB / 120.17MB 5.7s [2020-11-30T03:16:56.503Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 107.77MB / 120.17MB 5.9s [2020-11-30T03:16:56.612Z] #41 ... [2020-11-30T03:16:56.612Z] [2020-11-30T03:16:56.612Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:16:56.612Z] #18 33.75 Setting up iptables (1.8.2-4) ... [2020-11-30T03:16:56.612Z] #18 33.76 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:16:56.612Z] #18 33.76 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:16:56.612Z] #18 33.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:16:56.612Z] #18 33.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:16:56.612Z] #18 33.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-30T03:16:56.612Z] #18 33.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-30T03:16:56.612Z] #18 33.77 Setting up python3 (3.7.3-1) ... [2020-11-30T03:16:56.612Z] #18 33.91 Setting up python3-wheel (0.32.3-2) ... [2020-11-30T03:16:56.617Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.77MB / 120.17MB 6.0s [2020-11-30T03:16:56.825Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.0s done [2020-11-30T03:16:56.825Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.2s [2020-11-30T03:16:56.874Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.59MB / 120.17MB 6.3s [2020-11-30T03:16:56.904Z] #18 34.23 Setting up apparmor (2.13.2-10) ... [2020-11-30T03:16:56.921Z] #54 40.76 Checking out files: 52% (1774/3407) Checking out files: 53% (1806/3407) Checking out files: 54% (1840/3407) Checking out files: 55% (1874/3407) Checking out files: 56% (1908/3407) Checking out files: 57% (1942/3407) Checking out files: 58% (1977/3407) Checking out files: 59% (2011/3407) Checking out files: 60% (2045/3407) Checking out files: 61% (2079/3407) Checking out files: 62% (2113/3407) Checking out files: 63% (2147/3407) Checking out files: 64% (2181/3407) Checking out files: 65% (2215/3407) Checking out files: 66% (2249/3407) Checking out files: 67% (2283/3407) Checking out files: 68% (2317/3407) Checking out files: 69% (2351/3407) Checking out files: 70% (2385/3407) Checking out files: 71% (2419/3407) Checking out files: 72% (2454/3407) Checking out files: 73% (2488/3407) Checking out files: 74% (2522/3407) Checking out files: 75% (2556/3407) Checking out files: 76% (2590/3407) Checking out files: 77% (2624/3407) Checking out files: 78% (2658/3407) Checking out files: 79% (2692/3407) Checking out files: 80% (2726/3407) Checking out files: 81% (2760/3407) Checking out files: 82% (2794/3407) Checking out files: 83% (2828/3407) Checking out files: 84% (2862/3407) Checking out files: 85% (2896/3407) Checking out files: 86% (2931/3407) Checking out files: 87% (2965/3407) Checking out files: 88% (2999/3407) Checking out files: 89% (3033/3407) Checking out files: 90% (3067/3407) Checking out files: 90% (3094/3407) Checking out files: 91% (3101/3407) Checking out files: 92% (3135/3407) Checking out files: 93% (3169/3407) Checking out files: 94% (3203/3407) Checking out files: 95% (3237/3407) Checking out files: 96% (3271/3407) Checking out files: 97% (3305/3407) Checking out files: 98% (3339/3407) Checking out files: 99% (3373/3407) Checking out files: 100% (3407/3407) Checking out files: 100% (3407/3407), done. [2020-11-30T03:16:56.922Z] #54 42.23 + cd /tmp/tmp.tWjjshSuow/src/github.com/containerd/containerd [2020-11-30T03:16:56.922Z] #54 42.24 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:16:57.133Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.35MB / 120.17MB 6.8s [2020-11-30T03:16:57.393Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.50MB / 120.17MB 7.0s [2020-11-30T03:16:57.653Z] #8 ... [2020-11-30T03:16:57.653Z] [2020-11-30T03:16:57.653Z] #21 [internal] load build context [2020-11-30T03:16:57.653Z] #21 transferring context: 52.35MB 7.1s done [2020-11-30T03:16:57.653Z] #21 DONE 7.3s [2020-11-30T03:16:57.653Z] [2020-11-30T03:16:57.653Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:57.653Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.10MB / 120.17MB 7.2s [2020-11-30T03:16:57.653Z] #8 ... [2020-11-30T03:16:57.653Z] [2020-11-30T03:16:57.653Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:57.653Z] #24 resolve docker.io/library/debian:buster@sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 done [2020-11-30T03:16:57.653Z] #24 sha256:e2cc6fb403be437ef8af68bdc3a89fd58e80b4e390c58f14c77c466002391193 1.85kB / 1.85kB done [2020-11-30T03:16:57.653Z] #24 sha256:f520e4a80b736389c3de162b8f60608d11c9fa3b2ec619bd40aabfd7e70d3455 529B / 529B done [2020-11-30T03:16:57.653Z] #24 sha256:ef05c61d51129e3866d5b71b4f44864919dd2b9e5f2644f0a511703182acf8f9 1.46kB / 1.46kB done [2020-11-30T03:16:57.653Z] #24 sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 50.40MB / 50.40MB 6.3s done [2020-11-30T03:16:57.653Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 0.4s [2020-11-30T03:16:57.759Z] #8 ... [2020-11-30T03:16:57.760Z] [2020-11-30T03:16:57.760Z] #21 [internal] load build context [2020-11-30T03:16:57.760Z] #21 transferring context: 52.35MB 7.1s done [2020-11-30T03:16:57.760Z] #21 DONE 7.4s [2020-11-30T03:16:57.760Z] [2020-11-30T03:16:57.760Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:57.760Z] #8 ... [2020-11-30T03:16:57.760Z] [2020-11-30T03:16:57.760Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:57.867Z] #54 ... [2020-11-30T03:16:57.868Z] [2020-11-30T03:16:57.868Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:16:57.868Z] #43 79.61 text/template/parse [2020-11-30T03:16:57.868Z] #43 80.05 go/parser [2020-11-30T03:16:57.868Z] #43 83.80 encoding/xml [2020-11-30T03:16:57.868Z] #43 83.83 text/template [2020-11-30T03:16:57.868Z] #43 88.94 go/doc [2020-11-30T03:16:57.868Z] #43 ... [2020-11-30T03:16:57.868Z] [2020-11-30T03:16:57.868Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:16:57.868Z] #41 15.47 make[1]: Nothing to be done for 'all'. [2020-11-30T03:16:57.868Z] #41 16.91 CC images/stats.o [2020-11-30T03:16:57.868Z] #41 17.26 CC images/core.o [2020-11-30T03:16:57.921Z] #24 ... [2020-11-30T03:16:57.921Z] [2020-11-30T03:16:57.921Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:57.921Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.4s [2020-11-30T03:16:57.940Z] #18 35.17 Setting up xfsprogs (4.20.0-1) ... [2020-11-30T03:16:57.940Z] #18 35.17 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:16:58.017Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 5.1s [2020-11-30T03:16:58.129Z] #41 17.88 CC images/core-x86.o [2020-11-30T03:16:58.232Z] #18 35.44 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:16:58.271Z] #28 18.51 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-30T03:16:58.573Z] #28 19.09 [2020-11-30T03:16:58.703Z] #41 18.36 CC images/core-arm.o [2020-11-30T03:16:58.852Z] #8 ... [2020-11-30T03:16:58.852Z] [2020-11-30T03:16:58.852Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-30T03:16:58.852Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-30T03:16:58.852Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-30T03:16:58.852Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-30T03:16:58.852Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.7s done [2020-11-30T03:16:58.852Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.5s done [2020-11-30T03:16:58.852Z] #60 DONE 8.4s [2020-11-30T03:16:58.852Z] [2020-11-30T03:16:58.852Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:58.866Z] #18 36.00 Setting up python3-distutils (3.7.3-1) ... [2020-11-30T03:16:58.872Z] #28 19.30 1.3% ######################################################################## 100.0% [2020-11-30T03:16:58.872Z] #28 19.59 [2020-11-30T03:16:58.965Z] #41 18.78 CC images/core-aarch64.o [2020-11-30T03:16:59.013Z] #24 ... [2020-11-30T03:16:59.013Z] [2020-11-30T03:16:59.013Z] #21 [internal] load build context [2020-11-30T03:16:59.013Z] #21 transferring context: 52.35MB 2.9s done [2020-11-30T03:16:59.013Z] #21 DONE 5.0s [2020-11-30T03:16:59.013Z] [2020-11-30T03:16:59.013Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:59.013Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-11-30T03:16:59.013Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-11-30T03:16:59.013Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-11-30T03:16:59.013Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done [2020-11-30T03:16:59.013Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-11-30T03:16:59.013Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.6s [2020-11-30T03:16:59.013Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.9s done [2020-11-30T03:16:59.013Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.6s [2020-11-30T03:16:59.013Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.6s [2020-11-30T03:16:59.013Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.3s [2020-11-30T03:16:59.013Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.6s done [2020-11-30T03:16:59.013Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.7s done [2020-11-30T03:16:59.013Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.2s done [2020-11-30T03:16:59.013Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.3s [2020-11-30T03:16:59.013Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 5.3s [2020-11-30T03:16:59.013Z] #8 ... [2020-11-30T03:16:59.013Z] [2020-11-30T03:16:59.013Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-11-30T03:16:59.013Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-11-30T03:16:59.013Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-11-30T03:16:59.013Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-11-30T03:16:59.013Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2020-11-30T03:16:59.013Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2020-11-30T03:16:59.013Z] #60 DONE 5.3s [2020-11-30T03:16:59.013Z] [2020-11-30T03:16:59.013Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:16:59.013Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.3s done [2020-11-30T03:16:59.013Z] #8 ... [2020-11-30T03:16:59.013Z] [2020-11-30T03:16:59.013Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:16:59.013Z] #24 sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 0B / 49.18MB 5.3s [2020-11-30T03:16:59.013Z] #24 sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 8.23MB / 49.18MB 5.4s [2020-11-30T03:16:59.013Z] #24 sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 16.95MB / 49.18MB 5.5s [2020-11-30T03:16:59.109Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.4s done [2020-11-30T03:16:59.158Z] #18 36.35 Setting up python3-setuptools (40.8.0-1) ... [2020-11-30T03:16:59.227Z] #41 ... [2020-11-30T03:16:59.227Z] [2020-11-30T03:16:59.227Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:16:59.227Z] #49 81.08 mvdan.cc/sh/v3/fileutil [2020-11-30T03:16:59.227Z] #49 81.23 mvdan.cc/sh/v3/syntax [2020-11-30T03:16:59.227Z] #49 87.66 mvdan.cc/sh/v3/cmd/shfmt [2020-11-30T03:16:59.227Z] #49 ... [2020-11-30T03:16:59.227Z] [2020-11-30T03:16:59.227Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:59.227Z] #54 43.40 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-30T03:16:59.227Z] #54 43.40 + BUILDTAGS='netgo osusergo static_build' [2020-11-30T03:16:59.227Z] #54 43.40 + export EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:16:59.227Z] #54 43.40 + EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:16:59.227Z] #54 43.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-30T03:16:59.227Z] #54 43.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-30T03:16:59.227Z] #54 43.40 + '[' '' = dynamic ']' [2020-11-30T03:16:59.227Z] #54 43.40 + make [2020-11-30T03:16:59.227Z] #54 44.27 + bin/ctr [2020-11-30T03:16:59.278Z] #24 sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 42.13MB / 49.18MB 5.7s [2020-11-30T03:16:59.279Z] #24 sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 49.18MB / 49.18MB 5.8s [2020-11-30T03:16:59.673Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2020-11-30T03:16:59.792Z] #18 37.03 Setting up python3-pip (18.1-5) ... [2020-11-30T03:16:59.931Z] #28 ... [2020-11-30T03:16:59.931Z] [2020-11-30T03:16:59.931Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:59.931Z] #57 0.848 + RM_GOPATH=0 [2020-11-30T03:16:59.931Z] #57 0.848 + TMP_GOPATH= [2020-11-30T03:16:59.931Z] #57 0.848 + : /build [2020-11-30T03:16:59.931Z] #57 0.848 + '[' -z '' ']' [2020-11-30T03:16:59.931Z] #57 0.849 ++ mktemp -d [2020-11-30T03:16:59.931Z] #57 0.851 + export GOPATH=/tmp/tmp.hh9V1NZina [2020-11-30T03:16:59.931Z] #57 0.851 + GOPATH=/tmp/tmp.hh9V1NZina [2020-11-30T03:16:59.931Z] #57 0.852 + RM_GOPATH=1 [2020-11-30T03:16:59.931Z] #57 0.852 + case "$(go env GOARCH)" in [2020-11-30T03:16:59.931Z] #57 0.853 ++ go env GOARCH [2020-11-30T03:16:59.931Z] #57 0.861 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:59.931Z] #57 0.861 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:59.931Z] #57 0.862 ++ dirname /tmp/install/install.sh [2020-11-30T03:16:59.931Z] #57 0.866 + dir=/tmp/install [2020-11-30T03:16:59.931Z] #57 0.866 + bin=rootlesskit [2020-11-30T03:16:59.931Z] #57 0.866 + shift [2020-11-30T03:16:59.931Z] #57 0.866 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-30T03:16:59.931Z] #57 0.866 + . /tmp/install/rootlesskit.installer [2020-11-30T03:16:59.931Z] #57 0.866 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:16:59.931Z] #57 0.867 + install_rootlesskit [2020-11-30T03:16:59.931Z] #57 0.867 + case "$1" in [2020-11-30T03:16:59.931Z] #57 0.867 + export CGO_ENABLED=0 [2020-11-30T03:16:59.931Z] #57 0.867 + CGO_ENABLED=0 [2020-11-30T03:16:59.931Z] #57 0.868 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:16:59.931Z] #57 0.868 + _install_rootlesskit [2020-11-30T03:16:59.931Z] #57 0.868 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-30T03:16:59.931Z] #57 0.868 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.hh9V1NZina/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:16:59.931Z] #57 0.874 Cloning into '/tmp/tmp.hh9V1NZina/src/github.com/rootless-containers/rootlesskit'... [2020-11-30T03:16:59.931Z] #57 7.410 + cd /tmp/tmp.hh9V1NZina/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:16:59.931Z] #57 7.410 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:16:59.931Z] #57 7.548 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:16:59.931Z] #57 7.558 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-30T03:16:59.931Z] #57 ... [2020-11-30T03:16:59.931Z] [2020-11-30T03:16:59.931Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:16:59.931Z] #46 0.880 + RM_GOPATH=0 [2020-11-30T03:16:59.931Z] #46 0.880 + TMP_GOPATH= [2020-11-30T03:16:59.931Z] #46 0.880 + : /build [2020-11-30T03:16:59.931Z] #46 0.880 + '[' -z '' ']' [2020-11-30T03:16:59.931Z] #46 0.901 ++ mktemp -d [2020-11-30T03:16:59.931Z] #46 0.920 + export GOPATH=/tmp/tmp.5bjr0WI1uA [2020-11-30T03:16:59.931Z] #46 0.920 + GOPATH=/tmp/tmp.5bjr0WI1uA [2020-11-30T03:16:59.931Z] #46 0.920 + RM_GOPATH=1 [2020-11-30T03:16:59.931Z] #46 0.920 + case "$(go env GOARCH)" in [2020-11-30T03:16:59.931Z] #46 0.938 ++ go env GOARCH [2020-11-30T03:16:59.931Z] #46 0.989 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:59.931Z] #46 0.993 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:16:59.931Z] #46 0.993 ++ dirname /tmp/install/install.sh [2020-11-30T03:16:59.931Z] #46 1.011 + dir=/tmp/install [2020-11-30T03:16:59.931Z] #46 1.011 + bin=gotestsum [2020-11-30T03:16:59.931Z] #46 1.011 + shift [2020-11-30T03:16:59.931Z] #46 1.011 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-30T03:16:59.931Z] #46 1.011 + . /tmp/install/gotestsum.installer [2020-11-30T03:16:59.931Z] #46 1.012 ++ : v0.5.3 [2020-11-30T03:16:59.931Z] #46 1.013 + install_gotestsum [2020-11-30T03:16:59.931Z] #46 1.015 + set -e [2020-11-30T03:16:59.931Z] #46 1.015 + export GO111MODULE=on [2020-11-30T03:16:59.931Z] #46 1.015 + GO111MODULE=on [2020-11-30T03:16:59.931Z] #46 1.015 + GOBIN=/build [2020-11-30T03:16:59.931Z] #46 1.015 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-30T03:16:59.931Z] #46 1.130 go: finding gotest.tools v0.5.3 [2020-11-30T03:16:59.931Z] #46 1.132 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:16:59.931Z] #46 2.446 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:16:59.931Z] #46 3.713 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:16:59.931Z] #46 5.261 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:16:59.931Z] #46 5.301 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:16:59.931Z] #46 5.350 go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:16:59.931Z] #46 5.364 go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:16:59.931Z] #46 5.463 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:16:59.931Z] #46 5.489 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:16:59.931Z] #46 5.640 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:16:59.931Z] #46 5.662 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:16:59.931Z] #46 5.737 go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:16:59.931Z] #46 6.015 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:16:59.931Z] #46 6.123 go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:16:59.931Z] #46 6.222 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:16:59.931Z] #46 6.530 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:16:59.931Z] #46 6.532 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:16:59.931Z] #46 6.554 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:16:59.931Z] #46 6.645 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:16:59.931Z] #46 6.752 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:16:59.931Z] #46 7.141 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:16:59.931Z] #46 7.305 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:16:59.931Z] #46 9.223 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:00.229Z] #46 ... [2020-11-30T03:17:00.229Z] [2020-11-30T03:17:00.229Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:00.229Z] #48 0.891 + RM_GOPATH=0 [2020-11-30T03:17:00.229Z] #48 0.891 + TMP_GOPATH= [2020-11-30T03:17:00.229Z] #48 0.891 + : /build [2020-11-30T03:17:00.229Z] #48 0.891 + '[' -z '' ']' [2020-11-30T03:17:00.229Z] #48 0.891 ++ mktemp -d [2020-11-30T03:17:00.229Z] #48 0.944 + export GOPATH=/tmp/tmp.Gs1BOfAFGS [2020-11-30T03:17:00.229Z] #48 0.944 + GOPATH=/tmp/tmp.Gs1BOfAFGS [2020-11-30T03:17:00.229Z] #48 0.944 + RM_GOPATH=1 [2020-11-30T03:17:00.229Z] #48 0.944 + case "$(go env GOARCH)" in [2020-11-30T03:17:00.229Z] #48 0.968 ++ go env GOARCH [2020-11-30T03:17:00.229Z] #48 1.009 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:00.229Z] #48 1.009 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:00.229Z] #48 1.013 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:00.229Z] #48 1.031 + dir=/tmp/install [2020-11-30T03:17:00.229Z] #48 1.034 + bin=golangci_lint [2020-11-30T03:17:00.229Z] #48 1.034 + shift [2020-11-30T03:17:00.229Z] #48 1.034 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-30T03:17:00.229Z] #48 1.034 + . /tmp/install/golangci_lint.installer [2020-11-30T03:17:00.229Z] #48 1.035 ++ : v1.23.8 [2020-11-30T03:17:00.229Z] #48 1.036 + install_golangci_lint [2020-11-30T03:17:00.229Z] #48 1.037 + set -e [2020-11-30T03:17:00.229Z] #48 1.037 + export GO111MODULE=on [2020-11-30T03:17:00.229Z] #48 1.037 + GO111MODULE=on [2020-11-30T03:17:00.229Z] #48 1.038 + GOBIN=/build [2020-11-30T03:17:00.229Z] #48 1.038 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-30T03:17:00.229Z] #48 1.160 go: finding github.com v1.23.8 [2020-11-30T03:17:00.229Z] #48 1.165 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-30T03:17:00.229Z] #48 1.168 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-30T03:17:00.229Z] #48 1.170 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:00.229Z] #48 1.170 go: finding github.com/golangci v1.23.8 [2020-11-30T03:17:00.229Z] #48 2.545 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:00.229Z] #48 4.298 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:00.229Z] #48 ... [2020-11-30T03:17:00.229Z] [2020-11-30T03:17:00.229Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:00.229Z] #12 1.247 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:00.229Z] #12 1.346 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:00.229Z] #12 1.352 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:00.229Z] #12 2.713 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-30T03:17:00.229Z] #12 5.886 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [242 kB] [2020-11-30T03:17:00.229Z] #12 8.236 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-30T03:17:00.427Z] #18 37.58 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:00.427Z] #18 37.61 Processing triggers for mime-support (3.62) ... [2020-11-30T03:17:00.545Z] #12 ... [2020-11-30T03:17:00.545Z] [2020-11-30T03:17:00.545Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:00.545Z] #44 0.909 + RM_GOPATH=0 [2020-11-30T03:17:00.545Z] #44 0.909 + TMP_GOPATH= [2020-11-30T03:17:00.545Z] #44 0.909 + : /build [2020-11-30T03:17:00.545Z] #44 0.919 + '[' -z '' ']' [2020-11-30T03:17:00.545Z] #44 0.934 ++ mktemp -d [2020-11-30T03:17:00.545Z] #44 0.954 + export GOPATH=/tmp/tmp.Cwf1Hul54W [2020-11-30T03:17:00.545Z] #44 0.954 + GOPATH=/tmp/tmp.Cwf1Hul54W [2020-11-30T03:17:00.545Z] #44 0.955 + RM_GOPATH=1 [2020-11-30T03:17:00.545Z] #44 0.955 + case "$(go env GOARCH)" in [2020-11-30T03:17:00.545Z] #44 0.991 ++ go env GOARCH [2020-11-30T03:17:00.545Z] #44 1.064 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:00.545Z] #44 1.064 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:00.545Z] #44 1.067 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:00.545Z] #44 1.071 + dir=/tmp/install [2020-11-30T03:17:00.545Z] #44 1.071 + bin=vndr [2020-11-30T03:17:00.545Z] #44 1.071 + shift [2020-11-30T03:17:00.545Z] #44 1.072 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-30T03:17:00.545Z] #44 1.072 + . /tmp/install/vndr.installer [2020-11-30T03:17:00.545Z] #44 1.073 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:00.545Z] #44 1.073 + install_vndr [2020-11-30T03:17:00.545Z] #44 1.074 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-30T03:17:00.545Z] #44 1.074 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Cwf1Hul54W/src/github.com/LK4D4/vndr [2020-11-30T03:17:00.545Z] #44 1.082 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:00.545Z] #44 1.095 Cloning into '/tmp/tmp.Cwf1Hul54W/src/github.com/LK4D4/vndr'... [2020-11-30T03:17:00.545Z] #44 2.516 + cd /tmp/tmp.Cwf1Hul54W/src/github.com/LK4D4/vndr [2020-11-30T03:17:00.545Z] #44 2.516 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:00.545Z] #44 2.611 + go build -buildmode=pie -v -o /build/vndr . [2020-11-30T03:17:00.545Z] #44 4.614 runtime/internal/sys [2020-11-30T03:17:00.545Z] #44 4.701 internal/race [2020-11-30T03:17:00.545Z] #44 4.753 internal/cpu [2020-11-30T03:17:00.545Z] #44 4.840 runtime/internal/atomic [2020-11-30T03:17:00.545Z] #44 5.550 sync/atomic [2020-11-30T03:17:00.545Z] #44 5.652 unicode/utf8 [2020-11-30T03:17:00.545Z] #44 5.736 unicode [2020-11-30T03:17:00.545Z] #44 6.335 internal/bytealg [2020-11-30T03:17:00.545Z] #44 7.135 math [2020-11-30T03:17:00.545Z] #44 7.777 internal/testlog [2020-11-30T03:17:00.545Z] #44 8.106 runtime [2020-11-30T03:17:00.545Z] #44 8.864 encoding [2020-11-30T03:17:00.545Z] #44 9.092 unicode/utf16 [2020-11-30T03:17:00.545Z] #44 9.953 container/list [2020-11-30T03:17:00.545Z] #44 ... [2020-11-30T03:17:00.545Z] [2020-11-30T03:17:00.545Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:00.545Z] #33 0.906 + RM_GOPATH=0 [2020-11-30T03:17:00.545Z] #33 0.907 + TMP_GOPATH= [2020-11-30T03:17:00.545Z] #33 0.907 + : /build [2020-11-30T03:17:00.545Z] #33 0.908 + '[' -z '' ']' [2020-11-30T03:17:00.545Z] #33 0.926 ++ mktemp -d [2020-11-30T03:17:00.545Z] #33 0.928 + export GOPATH=/tmp/tmp.KGepMcgA3n [2020-11-30T03:17:00.545Z] #33 0.928 + GOPATH=/tmp/tmp.KGepMcgA3n [2020-11-30T03:17:00.545Z] #33 0.928 + RM_GOPATH=1 [2020-11-30T03:17:00.545Z] #33 0.928 + case "$(go env GOARCH)" in [2020-11-30T03:17:00.545Z] #33 0.956 ++ go env GOARCH [2020-11-30T03:17:00.545Z] #33 1.010 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:00.545Z] #33 1.010 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:00.545Z] #33 1.023 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:00.545Z] #33 1.026 + dir=/tmp/install [2020-11-30T03:17:00.545Z] #33 1.026 + bin=tomlv [2020-11-30T03:17:00.545Z] #33 1.026 + shift [2020-11-30T03:17:00.545Z] #33 1.026 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-30T03:17:00.545Z] #33 1.027 + . /tmp/install/tomlv.installer [2020-11-30T03:17:00.545Z] #33 1.028 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:00.545Z] #33 1.029 + install_tomlv [2020-11-30T03:17:00.545Z] #33 1.029 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:00.545Z] #33 1.029 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-30T03:17:00.545Z] #33 1.029 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.KGepMcgA3n/src/github.com/BurntSushi/toml [2020-11-30T03:17:00.545Z] #33 1.054 Cloning into '/tmp/tmp.KGepMcgA3n/src/github.com/BurntSushi/toml'... [2020-11-30T03:17:00.545Z] #33 2.643 + cd /tmp/tmp.KGepMcgA3n/src/github.com/BurntSushi/toml [2020-11-30T03:17:00.545Z] #33 2.643 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:00.545Z] #33 2.652 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:17:00.545Z] #33 3.909 runtime/internal/sys [2020-11-30T03:17:00.545Z] #33 3.930 internal/cpu [2020-11-30T03:17:00.545Z] #33 3.932 math/bits [2020-11-30T03:17:00.545Z] #33 4.179 runtime/internal/atomic [2020-11-30T03:17:00.545Z] #33 4.746 runtime/internal/math [2020-11-30T03:17:00.545Z] #33 5.498 unicode/utf8 [2020-11-30T03:17:00.545Z] #33 5.570 internal/bytealg [2020-11-30T03:17:00.545Z] #33 5.597 sync/atomic [2020-11-30T03:17:00.545Z] #33 6.274 math [2020-11-30T03:17:00.545Z] #33 6.605 unicode [2020-11-30T03:17:00.545Z] #33 8.193 runtime [2020-11-30T03:17:00.545Z] #33 8.848 internal/testlog [2020-11-30T03:17:00.545Z] #33 9.576 runtime/cgo [2020-11-30T03:17:00.845Z] #33 ... [2020-11-30T03:17:00.845Z] [2020-11-30T03:17:00.845Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:00.845Z] #35 0.904 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:00.845Z] #35 1.048 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:00.845Z] #35 1.144 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:00.845Z] #35 2.797 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-30T03:17:00.845Z] #35 5.801 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [242 kB] [2020-11-30T03:17:00.845Z] #35 8.282 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-30T03:17:00.845Z] #35 ... [2020-11-30T03:17:00.845Z] [2020-11-30T03:17:00.845Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:00.845Z] #39 0.754 + git clone https://github.com/docker/distribution.git . [2020-11-30T03:17:00.845Z] #39 0.765 Cloning into '.'... [2020-11-30T03:17:01.062Z] #18 DONE 38.1s [2020-11-30T03:17:01.062Z] [2020-11-30T03:17:01.062Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-30T03:17:01.146Z] #39 ... [2020-11-30T03:17:01.147Z] [2020-11-30T03:17:01.147Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:01.147Z] #41 1.247 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:01.147Z] #41 1.351 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:01.147Z] #41 1.360 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:01.147Z] #41 2.913 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-30T03:17:01.147Z] #41 5.881 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [242 kB] [2020-11-30T03:17:01.147Z] #41 8.021 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-30T03:17:01.147Z] #41 ... [2020-11-30T03:17:01.147Z] [2020-11-30T03:17:01.147Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:01.147Z] #50 0.930 + RM_GOPATH=0 [2020-11-30T03:17:01.147Z] #50 0.930 + TMP_GOPATH= [2020-11-30T03:17:01.147Z] #50 0.930 + : /build [2020-11-30T03:17:01.147Z] #50 0.930 + '[' -z '' ']' [2020-11-30T03:17:01.147Z] #50 0.931 ++ mktemp -d [2020-11-30T03:17:01.147Z] #50 0.932 + export GOPATH=/tmp/tmp.2KbuaGjPNs [2020-11-30T03:17:01.147Z] #50 0.933 + GOPATH=/tmp/tmp.2KbuaGjPNs [2020-11-30T03:17:01.147Z] #50 0.933 + RM_GOPATH=1 [2020-11-30T03:17:01.147Z] #50 0.933 + case "$(go env GOARCH)" in [2020-11-30T03:17:01.147Z] #50 0.940 ++ go env GOARCH [2020-11-30T03:17:01.147Z] #50 0.976 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:01.147Z] #50 0.977 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:01.147Z] #50 0.991 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:01.147Z] #50 1.034 + dir=/tmp/install [2020-11-30T03:17:01.147Z] #50 1.034 + bin=shfmt [2020-11-30T03:17:01.147Z] #50 1.035 + shift [2020-11-30T03:17:01.147Z] #50 1.035 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-30T03:17:01.147Z] #50 1.035 + . /tmp/install/shfmt.installer [2020-11-30T03:17:01.147Z] #50 1.047 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:01.147Z] #50 1.047 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:01.147Z] #50 1.047 + install_shfmt [2020-11-30T03:17:01.147Z] #50 1.047 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-30T03:17:01.147Z] #50 1.047 + git clone https://github.com/mvdan/sh.git /tmp/tmp.2KbuaGjPNs/src/github.com/mvdan/sh [2020-11-30T03:17:01.147Z] #50 1.051 Cloning into '/tmp/tmp.2KbuaGjPNs/src/github.com/mvdan/sh'... [2020-11-30T03:17:01.455Z] #50 ... [2020-11-30T03:17:01.455Z] [2020-11-30T03:17:01.455Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:01.455Z] #23 0.639 + RM_GOPATH=0 [2020-11-30T03:17:01.455Z] #23 0.639 + TMP_GOPATH= [2020-11-30T03:17:01.455Z] #23 0.639 + : /build [2020-11-30T03:17:01.455Z] #23 0.639 + '[' -z '' ']' [2020-11-30T03:17:01.455Z] #23 0.640 ++ mktemp -d [2020-11-30T03:17:01.455Z] #23 0.643 + export GOPATH=/tmp/tmp.p4QW2jOZIH [2020-11-30T03:17:01.455Z] #23 0.643 + GOPATH=/tmp/tmp.p4QW2jOZIH [2020-11-30T03:17:01.455Z] #23 0.643 + RM_GOPATH=1 [2020-11-30T03:17:01.455Z] #23 0.643 + case "$(go env GOARCH)" in [2020-11-30T03:17:01.455Z] #23 0.644 ++ go env GOARCH [2020-11-30T03:17:01.455Z] #23 0.652 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:01.455Z] #23 0.652 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:01.455Z] #23 0.653 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:01.455Z] #23 0.655 + dir=/tmp/install [2020-11-30T03:17:01.455Z] #23 0.655 + bin=dockercli [2020-11-30T03:17:01.455Z] #23 0.656 + shift [2020-11-30T03:17:01.455Z] #23 0.656 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-30T03:17:01.455Z] #23 0.656 + . /tmp/install/dockercli.installer [2020-11-30T03:17:01.455Z] #23 0.656 ++ : stable [2020-11-30T03:17:01.455Z] #23 0.656 ++ : 17.06.2-ce [2020-11-30T03:17:01.455Z] #23 0.657 + install_dockercli [2020-11-30T03:17:01.455Z] #23 0.657 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-30T03:17:01.455Z] #23 0.657 Install docker/cli version 17.06.2-ce from stable [2020-11-30T03:17:01.455Z] #23 0.658 ++ uname -m [2020-11-30T03:17:01.455Z] #23 0.659 + arch=ppc64le [2020-11-30T03:17:01.455Z] #23 0.659 + '[' ppc64le '!=' x86_64 ']' [2020-11-30T03:17:01.455Z] #23 0.659 + '[' ppc64le '!=' s390x ']' [2020-11-30T03:17:01.455Z] #23 0.659 + '[' ppc64le '!=' armhf ']' [2020-11-30T03:17:01.455Z] #23 0.659 + build_dockercli [2020-11-30T03:17:01.455Z] #23 0.659 + git clone https://github.com/docker/docker-ce /tmp/tmp.p4QW2jOZIH/tmp/docker-ce [2020-11-30T03:17:01.455Z] #23 0.662 Cloning into '/tmp/tmp.p4QW2jOZIH/tmp/docker-ce'... [2020-11-30T03:17:01.455Z] #23 ... [2020-11-30T03:17:01.455Z] [2020-11-30T03:17:01.455Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:01.455Z] #31 0.798 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-30T03:17:01.455Z] #31 0.802 Cloning into '.'... [2020-11-30T03:17:01.696Z] #19 0.868 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-30T03:17:01.697Z] #19 0.872 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-30T03:17:01.697Z] #19 0.877 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-30T03:17:01.794Z] #31 ... [2020-11-30T03:17:01.794Z] [2020-11-30T03:17:01.794Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:01.794Z] #54 1.220 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:01.794Z] #54 1.337 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:01.794Z] #54 1.345 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:01.794Z] #54 2.987 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-30T03:17:01.794Z] #54 5.845 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [242 kB] [2020-11-30T03:17:01.794Z] #54 8.025 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-30T03:17:01.794Z] #54 ... [2020-11-30T03:17:01.794Z] [2020-11-30T03:17:01.794Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:01.794Z] #63 0.912 + RM_GOPATH=0 [2020-11-30T03:17:01.794Z] #63 0.924 + TMP_GOPATH= [2020-11-30T03:17:01.794Z] #63 0.924 + : /build [2020-11-30T03:17:01.794Z] #63 0.925 + '[' -z '' ']' [2020-11-30T03:17:01.794Z] #63 0.939 ++ mktemp -d [2020-11-30T03:17:01.795Z] #63 0.955 + export GOPATH=/tmp/tmp.AqIfjbuD1d [2020-11-30T03:17:01.795Z] #63 0.955 + GOPATH=/tmp/tmp.AqIfjbuD1d [2020-11-30T03:17:01.795Z] #63 0.969 + RM_GOPATH=1 [2020-11-30T03:17:01.795Z] #63 0.972 + case "$(go env GOARCH)" in [2020-11-30T03:17:01.795Z] #63 0.974 ++ go env GOARCH [2020-11-30T03:17:01.795Z] #63 1.017 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:01.795Z] #63 1.033 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:01.795Z] #63 1.034 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:01.795Z] #63 1.045 + dir=/tmp/install [2020-11-30T03:17:01.795Z] #63 1.048 + bin=proxy [2020-11-30T03:17:01.795Z] #63 1.049 + shift [2020-11-30T03:17:01.795Z] #63 1.052 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-30T03:17:01.795Z] #63 1.054 + . /tmp/install/proxy.installer [2020-11-30T03:17:01.795Z] #63 1.056 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:01.795Z] #63 1.057 + install_proxy [2020-11-30T03:17:01.795Z] #63 1.058 + case "$1" in [2020-11-30T03:17:01.795Z] #63 1.058 + export CGO_ENABLED=0 [2020-11-30T03:17:01.795Z] #63 1.059 + CGO_ENABLED=0 [2020-11-30T03:17:01.795Z] #63 1.059 + _install_proxy [2020-11-30T03:17:01.795Z] #63 1.060 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b' [2020-11-30T03:17:01.795Z] #63 1.060 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AqIfjbuD1d/src/github.com/docker/libnetwork [2020-11-30T03:17:01.795Z] #63 1.060 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:01.795Z] #63 1.078 Cloning into '/tmp/tmp.AqIfjbuD1d/src/github.com/docker/libnetwork'... [2020-11-30T03:17:01.841Z] #24 sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 49.18MB / 49.18MB 8.1s done [2020-11-30T03:17:01.841Z] #24 extracting sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b [2020-11-30T03:17:01.990Z] #19 DONE 1.0s [2020-11-30T03:17:01.990Z] [2020-11-30T03:17:01.990Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:17:02.095Z] #63 ... [2020-11-30T03:17:02.095Z] [2020-11-30T03:17:02.095Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:02.095Z] #44 11.76 crypto/internal/subtle [2020-11-30T03:17:02.095Z] #44 12.23 crypto/subtle [2020-11-30T03:17:02.200Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.5s done [2020-11-30T03:17:02.458Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-11-30T03:17:02.530Z] #54 ... [2020-11-30T03:17:02.530Z] [2020-11-30T03:17:02.530Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:02.530Z] #49 DONE 94.5s [2020-11-30T03:17:02.744Z] #44 12.68 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-30T03:17:02.744Z] #44 12.99 internal/nettrace [2020-11-30T03:17:02.790Z] [2020-11-30T03:17:02.790Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:02.790Z] #41 19.18 CC images/core-ppc64.o [2020-11-30T03:17:02.790Z] #41 19.76 CC images/core-s390.o [2020-11-30T03:17:02.790Z] #41 20.47 CC images/cpuinfo.o [2020-11-30T03:17:02.790Z] #41 20.96 CC images/inventory.o [2020-11-30T03:17:02.790Z] #41 21.21 CC images/fdinfo.o [2020-11-30T03:17:02.790Z] #41 21.50 CC images/fown.o [2020-11-30T03:17:02.790Z] #41 21.75 CC images/ns.o [2020-11-30T03:17:02.790Z] #41 21.96 CC images/regfile.o [2020-11-30T03:17:02.790Z] #41 22.19 CC images/ghost-file.o [2020-11-30T03:17:03.045Z] #44 13.33 runtime/cgo [2020-11-30T03:17:03.051Z] #41 22.66 CC images/fifo.o [2020-11-30T03:17:03.312Z] #41 22.96 CC images/remap-file-path.o [2020-11-30T03:17:03.343Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 9.7s done [2020-11-30T03:17:03.343Z] #24 DONE 12.4s [2020-11-30T03:17:03.343Z] [2020-11-30T03:17:03.343Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:03.399Z] #8 ... [2020-11-30T03:17:03.399Z] [2020-11-30T03:17:03.399Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2cc6fb4... [2020-11-30T03:17:03.399Z] #24 extracting sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 5.7s done [2020-11-30T03:17:03.399Z] #24 DONE 12.8s [2020-11-30T03:17:03.399Z] [2020-11-30T03:17:03.399Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:03.399Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.0s done [2020-11-30T03:17:03.399Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-11-30T03:17:03.574Z] #41 23.39 CC images/eventfd.o [2020-11-30T03:17:03.835Z] #41 23.68 CC images/eventpoll.o [2020-11-30T03:17:04.096Z] #41 23.93 CC images/fh.o [2020-11-30T03:17:04.273Z] #25 1.471 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:04.273Z] #25 1.471 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:04.273Z] #25 1.481 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:04.328Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2020-11-30T03:17:04.358Z] #41 24.19 CC images/fsnotify.o [2020-11-30T03:17:04.585Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-11-30T03:17:04.838Z] #25 1.714 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:04.838Z] #25 1.913 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:05.096Z] #25 2.194 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:05.158Z] #24 extracting sha256:22518ad4a7da48a5acd01946dad2fbee99e4fca910d23b78cd7e4a16c3bd1e5b 2.7s done [2020-11-30T03:17:05.303Z] #41 24.79 CC images/signalfd.o [2020-11-30T03:17:05.303Z] #41 24.98 CC images/fs.o [2020-11-30T03:17:05.557Z] #20 3.216 Collecting yamllint==1.16.0 [2020-11-30T03:17:05.557Z] #20 3.442 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-30T03:17:05.557Z] #20 3.463 Collecting pyyaml (from yamllint==1.16.0) [2020-11-30T03:17:05.557Z] #20 3.554 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-30T03:17:05.564Z] #41 25.15 CC images/pstree.o [2020-11-30T03:17:05.564Z] #41 25.37 CC images/pipe.o [2020-11-30T03:17:05.826Z] #41 25.60 CC images/tcp-stream.o [2020-11-30T03:17:06.087Z] #41 25.82 CC images/sk-packet.o [2020-11-30T03:17:06.191Z] #20 4.289 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-30T03:17:06.349Z] #41 26.13 CC images/mnt.o [2020-11-30T03:17:06.483Z] #20 4.327 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-30T03:17:06.483Z] #20 4.344 Building wheels for collected packages: pyyaml [2020-11-30T03:17:06.483Z] #20 4.345 Running setup.py bdist_wheel for pyyaml: started [2020-11-30T03:17:06.550Z] #24 DONE 13.1s [2020-11-30T03:17:06.550Z] [2020-11-30T03:17:06.550Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:06.550Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.6s done [2020-11-30T03:17:06.550Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.9s done [2020-11-30T03:17:06.550Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.6s done [2020-11-30T03:17:06.550Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.5s done [2020-11-30T03:17:06.611Z] #41 ... [2020-11-30T03:17:06.611Z] [2020-11-30T03:17:06.611Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:06.611Z] #11 98.45 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-30T03:17:06.611Z] #11 98.46 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:17:06.611Z] #11 98.46 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:17:06.775Z] #20 4.883 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-30T03:17:06.775Z] #20 ... [2020-11-30T03:17:06.775Z] [2020-11-30T03:17:06.775Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:06.775Z] #41 76.43 CC criu/net.o [2020-11-30T03:17:06.775Z] #41 78.16 CC criu/netfilter.o [2020-11-30T03:17:06.775Z] #41 78.46 CC criu/page-pipe.o [2020-11-30T03:17:06.775Z] #41 78.98 CC criu/page-xfer.o [2020-11-30T03:17:06.775Z] #41 79.87 CC criu/pagemap-cache.o [2020-11-30T03:17:06.775Z] #41 80.18 CC criu/pagemap.o [2020-11-30T03:17:06.775Z] #41 80.84 CC criu/parasite-syscall.o [2020-11-30T03:17:06.775Z] #41 81.41 CC criu/path.o [2020-11-30T03:17:06.775Z] #41 81.54 CC criu/pie-util-vdso.o [2020-11-30T03:17:06.775Z] #41 81.81 CC criu/pie-util.o [2020-11-30T03:17:06.775Z] #41 81.89 CC criu/pipes.o [2020-11-30T03:17:06.775Z] #41 82.38 CC criu/plugin.o [2020-11-30T03:17:06.775Z] #41 82.65 CC criu/proc_parse.o [2020-11-30T03:17:06.775Z] #41 83.98 CC criu/protobuf-desc.o [2020-11-30T03:17:06.775Z] #41 84.75 CC criu/protobuf.o [2020-11-30T03:17:06.775Z] #41 85.00 CC criu/pstree.o [2020-11-30T03:17:06.775Z] #41 85.79 CC criu/rbtree.o [2020-11-30T03:17:06.775Z] #41 85.97 CC criu/rst-malloc.o [2020-11-30T03:17:06.775Z] #41 86.11 CC criu/seccomp.o [2020-11-30T03:17:06.990Z] #25 3.906 Fetched 8406 kB in 3s (3144 kB/s) [2020-11-30T03:17:07.067Z] #41 86.55 CC criu/seize.o [2020-11-30T03:17:07.067Z] #41 ... [2020-11-30T03:17:07.067Z] [2020-11-30T03:17:07.067Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:17:07.067Z] #20 4.883 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-30T03:17:07.067Z] #20 4.915 Successfully built pyyaml [2020-11-30T03:17:07.067Z] #20 4.925 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-30T03:17:07.067Z] #20 5.092 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-30T03:17:07.371Z] #20 DONE 5.4s [2020-11-30T03:17:07.371Z] [2020-11-30T03:17:07.371Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-30T03:17:07.501Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-11-30T03:17:07.571Z] #44 ... [2020-11-30T03:17:07.571Z] [2020-11-30T03:17:07.571Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:07.571Z] #28 21.16 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-30T03:17:07.571Z] #28 21.29 skipping existing 5cb8031fd95d [2020-11-30T03:17:07.571Z] #28 21.46 [2020-11-30T03:17:07.571Z] #28 23.36 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-30T03:17:07.571Z] #28 23.47 skipping existing 283607eaa57e [2020-11-30T03:17:07.571Z] #28 23.64 [2020-11-30T03:17:07.571Z] #28 25.03 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-30T03:17:07.571Z] #28 25.44 [2020-11-30T03:17:07.571Z] #28 25.69 ######################################################################## 100.0% [2020-11-30T03:17:07.571Z] #28 25.99 [2020-11-30T03:17:07.571Z] #28 26.70 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-30T03:17:07.571Z] #28 27.27 [2020-11-30T03:17:07.571Z] #28 27.42 ######################################################################## 100.0% [2020-11-30T03:17:07.571Z] #28 27.59 [2020-11-30T03:17:07.571Z] #28 27.63 Download of images into '/build' complete. [2020-11-30T03:17:07.571Z] #28 27.63 Use something like the following to load the result into a Docker daemon: [2020-11-30T03:17:07.571Z] #28 27.63 tar -cC '/build' . | docker load [2020-11-30T03:17:07.571Z] #28 DONE 27.7s [2020-11-30T03:17:07.571Z] [2020-11-30T03:17:07.571Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:07.571Z] #39 16.44 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-30T03:17:07.671Z] #23 DONE 0.1s [2020-11-30T03:17:07.671Z] [2020-11-30T03:17:07.671Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:17:07.671Z] #28 ... [2020-11-30T03:17:07.671Z] [2020-11-30T03:17:07.671Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:07.671Z] #38 112.9 + dpkg --print-architecture [2020-11-30T03:17:07.671Z] #38 112.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-30T03:17:07.671Z] #38 113.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-30T03:17:07.671Z] #38 113.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-30T03:17:07.920Z] #25 3.906 Reading package lists... [2020-11-30T03:17:07.964Z] #38 ... [2020-11-30T03:17:07.964Z] [2020-11-30T03:17:07.964Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:07.964Z] #41 87.39 CC criu/servicefd.o [2020-11-30T03:17:07.996Z] #11 ... [2020-11-30T03:17:07.996Z] [2020-11-30T03:17:07.996Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:07.996Z] #43 89.98 github.com/LK4D4/vndr/versioned [2020-11-30T03:17:07.996Z] #43 90.07 compress/flate [2020-11-30T03:17:07.996Z] #43 91.97 github.com/LK4D4/vndr/build [2020-11-30T03:17:07.996Z] #43 93.19 hash/crc32 [2020-11-30T03:17:07.996Z] #43 93.76 compress/gzip [2020-11-30T03:17:07.996Z] #43 94.77 net [2020-11-30T03:17:07.996Z] #43 95.84 vendor/golang.org/x/text/transform [2020-11-30T03:17:07.996Z] #43 96.53 vendor/golang.org/x/text/unicode/bidi [2020-11-30T03:17:07.996Z] #43 98.35 vendor/golang.org/x/text/secure/bidirule [2020-11-30T03:17:07.996Z] #43 98.60 vendor/golang.org/x/text/unicode/norm [2020-11-30T03:17:08.177Z] #25 4.920 Reading package lists... [2020-11-30T03:17:08.177Z] #25 ... [2020-11-30T03:17:08.177Z] [2020-11-30T03:17:08.177Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:08.177Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.7s done [2020-11-30T03:17:08.177Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.5s done [2020-11-30T03:17:08.177Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2020-11-30T03:17:08.177Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2020-11-30T03:17:08.177Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.1s [2020-11-30T03:17:08.256Z] #41 87.75 CC criu/shmem.o [2020-11-30T03:17:08.256Z] #41 ... [2020-11-30T03:17:08.256Z] [2020-11-30T03:17:08.256Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:17:08.256Z] #28 DONE 0.8s [2020-11-30T03:17:08.256Z] [2020-11-30T03:17:08.256Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-30T03:17:08.256Z] #31 DONE 0.2s [2020-11-30T03:17:08.256Z] [2020-11-30T03:17:08.256Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:08.266Z] #43 ... [2020-11-30T03:17:08.266Z] [2020-11-30T03:17:08.266Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:08.266Z] #41 26.39 CC images/pipe-data.o [2020-11-30T03:17:08.266Z] #41 26.69 CC images/sa.o [2020-11-30T03:17:08.266Z] #41 26.92 CC images/timer.o [2020-11-30T03:17:08.266Z] #41 27.28 CC images/timerfd.o [2020-11-30T03:17:08.266Z] #41 27.49 CC images/mm.o [2020-11-30T03:17:08.266Z] #41 27.80 CC images/sk-opts.o [2020-11-30T03:17:08.266Z] #41 27.98 CC images/sk-unix.o [2020-11-30T03:17:08.527Z] #41 28.31 CC images/sk-inet.o [2020-11-30T03:17:08.548Z] #38 ... [2020-11-30T03:17:08.548Z] [2020-11-30T03:17:08.548Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-30T03:17:08.548Z] #33 DONE 0.2s [2020-11-30T03:17:08.548Z] [2020-11-30T03:17:08.548Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-30T03:17:08.548Z] #36 DONE 0.1s [2020-11-30T03:17:08.548Z] [2020-11-30T03:17:08.548Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:08.628Z] #39 18.39 + 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-11-30T03:17:08.740Z] #8 ... [2020-11-30T03:17:08.740Z] [2020-11-30T03:17:08.740Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:08.740Z] #25 4.920 Reading package lists... [2020-11-30T03:17:08.788Z] #41 28.67 CC images/tun.o [2020-11-30T03:17:08.840Z] #38 ... [2020-11-30T03:17:08.840Z] [2020-11-30T03:17:08.840Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:08.840Z] #41 88.54 CC criu/sigframe.o [2020-11-30T03:17:08.840Z] #41 88.65 CC criu/signalfd.o [2020-11-30T03:17:08.997Z] #25 5.852 Building dependency tree... [2020-11-30T03:17:08.997Z] #25 6.153 The following additional packages will be installed: [2020-11-30T03:17:08.997Z] #25 6.153 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-30T03:17:08.997Z] #25 6.153 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-30T03:17:08.997Z] #25 6.153 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-30T03:17:08.997Z] #25 6.153 Suggested packages: [2020-11-30T03:17:08.997Z] #25 6.153 krb5-doc krb5-user [2020-11-30T03:17:08.997Z] #25 6.153 Recommended packages: [2020-11-30T03:17:08.997Z] #25 6.153 krb5-locales publicsuffix libsasl2-modules [2020-11-30T03:17:09.049Z] #41 28.93 CC images/sk-netlink.o [2020-11-30T03:17:09.133Z] #41 88.84 CC criu/sk-inet.o [2020-11-30T03:17:09.254Z] #25 6.337 The following NEW packages will be installed: [2020-11-30T03:17:09.254Z] #25 6.337 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-30T03:17:09.254Z] #25 6.337 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-30T03:17:09.254Z] #25 6.337 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-30T03:17:09.254Z] #25 6.337 libssh2-1 libssl1.1 openssl [2020-11-30T03:17:09.512Z] #25 6.629 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-30T03:17:09.512Z] #25 6.629 Need to get 5049 kB of archives. [2020-11-30T03:17:09.512Z] #25 6.629 After this operation, 12.1 MB of additional disk space will be used. [2020-11-30T03:17:09.512Z] #25 6.629 Get:1 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-30T03:17:09.512Z] #25 6.629 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-11-30T03:17:09.512Z] #25 6.629 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-11-30T03:17:09.512Z] #25 6.629 Get:4 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-30T03:17:09.512Z] #25 6.629 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-11-30T03:17:09.512Z] #25 6.660 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-11-30T03:17:09.512Z] #25 6.660 Get:7 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-30T03:17:09.512Z] #25 6.660 Get:8 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-30T03:17:09.512Z] #25 6.675 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-30T03:17:09.512Z] #25 6.689 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-30T03:17:09.512Z] #25 6.689 Get:11 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:12 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-30T03:17:09.512Z] #25 6.717 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-30T03:17:09.512Z] #25 6.723 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-30T03:17:09.512Z] #25 6.723 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-30T03:17:09.512Z] #25 6.733 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-30T03:17:09.621Z] #41 29.12 CC images/packet-sock.o [2020-11-30T03:17:09.621Z] #41 29.50 CC images/ipc-var.o [2020-11-30T03:17:09.767Z] #41 89.34 CC criu/sk-netlink.o [2020-11-30T03:17:09.769Z] #25 6.892 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:09.769Z] #25 6.925 Fetched 5049 kB in 0s (14.1 MB/s) [2020-11-30T03:17:09.769Z] #25 6.961 Selecting previously unselected package libkeyutils1:amd64. [2020-11-30T03:17:09.769Z] #25 6.961 (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 ... 6677 files and directories currently installed.) [2020-11-30T03:17:09.769Z] #25 6.969 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ... [2020-11-30T03:17:09.769Z] #25 6.980 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-30T03:17:09.769Z] #25 7.017 Selecting previously unselected package libkrb5support0:amd64. [2020-11-30T03:17:09.769Z] #25 7.017 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:09.844Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2020-11-30T03:17:09.887Z] #41 29.74 CC images/ipc-desc.o [2020-11-30T03:17:10.026Z] #25 7.021 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:10.026Z] #25 7.079 Selecting previously unselected package libk5crypto3:amd64. [2020-11-30T03:17:10.026Z] #25 7.079 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:10.026Z] #25 7.083 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:10.026Z] #25 7.167 Selecting previously unselected package libssl1.1:amd64. [2020-11-30T03:17:10.026Z] #25 7.167 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-30T03:17:10.026Z] #25 7.173 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:10.060Z] #41 89.63 CC criu/sk-packet.o [2020-11-30T03:17:10.148Z] #41 29.92 CC images/ipc-shm.o [2020-11-30T03:17:10.171Z] #39 ... [2020-11-30T03:17:10.171Z] [2020-11-30T03:17:10.171Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:10.171Z] #46 10.47 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:10.171Z] #46 12.28 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:10.171Z] #46 16.18 go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:17:10.171Z] #46 16.24 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:10.171Z] #46 16.30 go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:17:10.171Z] #46 16.44 go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:10.171Z] #46 16.49 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:10.171Z] #46 16.69 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:10.171Z] #46 17.03 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:10.171Z] #46 17.08 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:10.171Z] #46 17.13 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:10.171Z] #46 17.22 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:10.171Z] #46 17.23 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:10.283Z] #25 7.423 Selecting previously unselected package libkrb5-3:amd64. [2020-11-30T03:17:10.284Z] #25 7.423 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:10.284Z] #25 7.427 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:10.352Z] #41 89.95 CC criu/sk-queue.o [2020-11-30T03:17:10.409Z] #41 30.17 CC images/ipc-msg.o [2020-11-30T03:17:10.472Z] #46 ... [2020-11-30T03:17:10.472Z] [2020-11-30T03:17:10.472Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:10.472Z] #48 12.81 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:17:10.472Z] #48 12.81 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:10.472Z] #48 12.84 go: downloading github.com/pkg/errors v0.8.1 [2020-11-30T03:17:10.472Z] #48 12.86 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:10.472Z] #48 12.88 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:10.472Z] #48 13.00 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:10.472Z] #48 13.07 go: downloading github.com/spf13/viper v1.6.1 [2020-11-30T03:17:10.472Z] #48 13.30 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:17:10.472Z] #48 13.30 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:17:10.472Z] #48 13.35 go: extracting github.com/pkg/errors v0.8.1 [2020-11-30T03:17:10.472Z] #48 13.60 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:10.472Z] #48 13.71 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:10.472Z] #48 13.82 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:10.472Z] #48 13.91 go: extracting github.com/spf13/viper v1.6.1 [2020-11-30T03:17:10.472Z] #48 14.03 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:10.472Z] #48 14.12 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:10.472Z] #48 14.17 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:17:10.472Z] #48 14.35 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:17:10.472Z] #48 14.40 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:10.472Z] #48 14.41 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:10.472Z] #48 14.53 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:17:10.472Z] #48 14.76 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:17:10.472Z] #48 14.79 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:17:10.472Z] #48 14.81 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:10.472Z] #48 14.82 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:17:10.472Z] #48 15.19 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:17:10.472Z] #48 15.33 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:17:10.472Z] #48 15.50 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:17:10.472Z] #48 15.73 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:17:10.472Z] #48 15.79 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:10.472Z] #48 16.51 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:10.472Z] #48 17.86 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:17:10.541Z] #25 7.566 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-30T03:17:10.541Z] #25 7.566 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:10.541Z] #25 7.577 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:10.541Z] #25 7.643 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-30T03:17:10.541Z] #25 7.643 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-30T03:17:10.541Z] #25 7.643 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:10.541Z] #25 7.690 Selecting previously unselected package libsasl2-2:amd64. [2020-11-30T03:17:10.541Z] #25 7.690 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-30T03:17:10.541Z] #25 7.698 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:10.541Z] #25 7.755 Selecting previously unselected package libldap-common. [2020-11-30T03:17:10.541Z] #25 7.755 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-30T03:17:10.668Z] #41 90.37 CC criu/sk-tcp.o [2020-11-30T03:17:10.669Z] #41 30.38 CC images/ipc-sem.o [2020-11-30T03:17:10.774Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.2s done [2020-11-30T03:17:10.779Z] #48 21.00 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:17:10.779Z] #48 21.00 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:10.779Z] #48 21.00 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:17:10.779Z] #48 21.00 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:17:10.779Z] #48 21.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:17:10.779Z] #48 21.01 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:17:10.779Z] #48 21.02 go: downloading github.com/fatih/color v1.7.0 [2020-11-30T03:17:10.798Z] #25 7.760 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:10.798Z] #25 7.811 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-30T03:17:10.798Z] #25 7.811 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-30T03:17:10.798Z] #25 7.819 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:10.798Z] #25 7.909 Selecting previously unselected package openssl. [2020-11-30T03:17:10.798Z] #25 7.909 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-30T03:17:10.798Z] #25 7.912 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:10.894Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.7s done [2020-11-30T03:17:10.894Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2020-11-30T03:17:10.930Z] #41 30.66 CC images/utsns.o [2020-11-30T03:17:10.959Z] #41 ... [2020-11-30T03:17:10.959Z] [2020-11-30T03:17:10.960Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:10.960Z] #51 52.58 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-30T03:17:10.960Z] #51 53.81 + mkdir -p /build [2020-11-30T03:17:10.960Z] #51 53.81 + cp runc /build/runc [2020-11-30T03:17:10.960Z] #51 DONE 54.1s [2020-11-30T03:17:11.031Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-11-30T03:17:11.054Z] #25 8.151 Selecting previously unselected package ca-certificates. [2020-11-30T03:17:11.054Z] #25 8.151 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-30T03:17:11.054Z] #25 8.154 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:11.054Z] #25 8.236 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-30T03:17:11.054Z] #25 8.236 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-30T03:17:11.054Z] #25 8.239 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-30T03:17:11.077Z] #48 21.03 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:17:11.077Z] #48 21.03 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:11.077Z] #48 21.03 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:17:11.077Z] #48 21.11 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:11.077Z] #48 21.12 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:17:11.077Z] #48 21.14 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:17:11.077Z] #48 21.15 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:17:11.077Z] #48 21.15 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:11.077Z] #48 21.18 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:17:11.077Z] #48 21.18 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:17:11.077Z] #48 21.18 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:11.077Z] #48 21.18 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:17:11.077Z] #48 21.23 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:17:11.077Z] #48 21.32 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:17:11.077Z] #48 21.35 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:17:11.077Z] #48 21.36 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:17:11.077Z] #48 21.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:17:11.077Z] #48 ... [2020-11-30T03:17:11.077Z] [2020-11-30T03:17:11.077Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:11.192Z] #41 30.93 CC images/creds.o [2020-11-30T03:17:11.251Z] [2020-11-30T03:17:11.251Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:11.251Z] #41 90.74 CC criu/sk-unix.o [2020-11-30T03:17:11.311Z] #25 8.295 Selecting previously unselected package libpsl5:amd64. [2020-11-30T03:17:11.312Z] #25 8.295 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-30T03:17:11.312Z] #25 8.298 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-30T03:17:11.312Z] #25 8.346 Selecting previously unselected package librtmp1:amd64. [2020-11-30T03:17:11.312Z] #25 8.346 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-30T03:17:11.312Z] #25 8.355 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:17:11.312Z] #25 8.402 Selecting previously unselected package libssh2-1:amd64. [2020-11-30T03:17:11.312Z] #25 8.402 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-30T03:17:11.312Z] #25 8.411 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-30T03:17:11.312Z] #25 8.465 Selecting previously unselected package libcurl4:amd64. [2020-11-30T03:17:11.312Z] #25 8.465 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-30T03:17:11.456Z] #41 31.21 CC images/vma.o [2020-11-30T03:17:11.569Z] #25 8.470 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-30T03:17:11.569Z] #25 8.552 Selecting previously unselected package curl. [2020-11-30T03:17:11.569Z] #25 8.552 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-30T03:17:11.569Z] #25 8.555 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-30T03:17:11.569Z] #25 8.618 Selecting previously unselected package libonig5:amd64. [2020-11-30T03:17:11.569Z] #25 8.618 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-30T03:17:11.569Z] #25 8.621 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:17:11.569Z] #25 8.714 Selecting previously unselected package libjq1:amd64. [2020-11-30T03:17:11.569Z] #25 8.714 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:17:11.569Z] #25 8.719 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:17:11.569Z] #25 8.773 Selecting previously unselected package jq. [2020-11-30T03:17:11.569Z] #25 8.775 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:17:11.569Z] #25 8.785 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:17:11.569Z] #25 8.840 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-30T03:17:11.719Z] #41 31.38 CC images/netdev.o [2020-11-30T03:17:11.826Z] #25 8.854 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-30T03:17:11.827Z] #25 8.874 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:11.910Z] #63 21.37 Checking out files: 61% (1169/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-30T03:17:11.910Z] #63 21.87 + cd /tmp/tmp.AqIfjbuD1d/src/github.com/docker/libnetwork [2020-11-30T03:17:11.910Z] #63 21.88 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:11.999Z] #41 31.71 CC images/tty.o [2020-11-30T03:17:12.085Z] #25 8.996 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-30T03:17:12.085Z] #25 9.005 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:12.085Z] #25 9.021 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.085Z] #25 9.030 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:12.085Z] #25 9.040 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:17:12.085Z] #25 9.053 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.085Z] #25 9.065 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:12.085Z] #25 9.077 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-30T03:17:12.085Z] #25 9.119 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.085Z] #25 9.129 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:12.085Z] #25 9.142 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:17:12.085Z] #25 9.150 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:17:12.085Z] #25 9.159 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:12.085Z] #25 9.204 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:12.211Z] #63 22.53 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-30T03:17:12.211Z] #63 ... [2020-11-30T03:17:12.211Z] [2020-11-30T03:17:12.211Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:12.211Z] #50 12.56 + cd /tmp/tmp.2KbuaGjPNs/src/github.com/mvdan/sh [2020-11-30T03:17:12.211Z] #50 12.56 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:12.211Z] #50 12.69 + GO111MODULE=on [2020-11-30T03:17:12.211Z] #50 12.69 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-30T03:17:12.211Z] #50 14.43 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:12.211Z] #50 14.44 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:12.211Z] #50 14.45 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:12.211Z] #50 14.65 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:12.211Z] #50 14.70 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:12.211Z] #50 16.28 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:12.211Z] #50 17.44 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:17:12.211Z] #50 19.87 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:17:12.211Z] #50 21.81 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:12.211Z] #50 21.86 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:12.211Z] #50 22.16 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:12.211Z] #50 22.45 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:17:12.286Z] #41 91.96 CC criu/sockets.o [2020-11-30T03:17:12.402Z] #8 ... [2020-11-30T03:17:12.402Z] [2020-11-30T03:17:12.402Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:12.402Z] #25 1.361 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:12.402Z] #25 1.366 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:12.402Z] #25 1.418 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:12.402Z] #25 1.555 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:12.402Z] #25 1.877 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:12.402Z] #25 2.399 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:12.402Z] #25 3.789 Fetched 8406 kB in 3s (3130 kB/s) [2020-11-30T03:17:12.402Z] #25 3.789 Reading package lists... [2020-11-30T03:17:12.402Z] #25 4.739 Reading package lists... [2020-11-30T03:17:12.402Z] #25 5.657 Building dependency tree... [2020-11-30T03:17:12.402Z] #25 6.017 The following additional packages will be installed: [2020-11-30T03:17:12.402Z] #25 6.017 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-30T03:17:12.402Z] #25 6.017 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-30T03:17:12.402Z] #25 6.017 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-30T03:17:12.402Z] #25 6.017 Suggested packages: [2020-11-30T03:17:12.402Z] #25 6.017 krb5-doc krb5-user [2020-11-30T03:17:12.402Z] #25 6.017 Recommended packages: [2020-11-30T03:17:12.402Z] #25 6.017 krb5-locales publicsuffix libsasl2-modules [2020-11-30T03:17:12.402Z] #25 6.217 The following NEW packages will be installed: [2020-11-30T03:17:12.402Z] #25 6.217 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-30T03:17:12.402Z] #25 6.217 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-30T03:17:12.402Z] #25 6.217 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-30T03:17:12.402Z] #25 6.217 libssh2-1 libssl1.1 openssl [2020-11-30T03:17:12.402Z] #25 6.480 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-30T03:17:12.402Z] #25 6.480 Need to get 5049 kB of archives. [2020-11-30T03:17:12.402Z] #25 6.480 After this operation, 12.1 MB of additional disk space will be used. [2020-11-30T03:17:12.402Z] #25 6.480 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2020-11-30T03:17:12.402Z] #25 6.485 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2020-11-30T03:17:12.402Z] #25 6.485 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2020-11-30T03:17:12.402Z] #25 6.497 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2020-11-30T03:17:12.402Z] #25 6.497 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2020-11-30T03:17:12.402Z] #25 6.497 Get:6 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB] [2020-11-30T03:17:12.402Z] #25 6.509 Get:7 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-30T03:17:12.402Z] #25 6.509 Get:8 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2020-11-30T03:17:12.402Z] #25 6.546 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2020-11-30T03:17:12.402Z] #25 6.546 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2020-11-30T03:17:12.402Z] #25 6.546 Get:11 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB] [2020-11-30T03:17:12.402Z] #25 6.565 Get:12 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-30T03:17:12.402Z] #25 6.573 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2020-11-30T03:17:12.402Z] #25 6.573 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2020-11-30T03:17:12.402Z] #25 6.573 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2020-11-30T03:17:12.402Z] #25 6.573 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2020-11-30T03:17:12.402Z] #25 6.574 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2020-11-30T03:17:12.402Z] #25 6.579 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2020-11-30T03:17:12.402Z] #25 6.584 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-30T03:17:12.402Z] #25 6.587 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-30T03:17:12.402Z] #25 6.589 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-30T03:17:12.402Z] #25 6.760 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:12.402Z] #25 6.817 Fetched 5049 kB in 0s (13.8 MB/s) [2020-11-30T03:17:12.402Z] #25 6.856 Selecting previously unselected package libkeyutils1:amd64. [2020-11-30T03:17:12.402Z] #25 6.856 (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 ... 6677 files and directories currently installed.) [2020-11-30T03:17:12.402Z] #25 6.856 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ... [2020-11-30T03:17:12.402Z] #25 6.868 Unpacking libkeyutils1:amd64 (1.6-6) ... [2020-11-30T03:17:12.402Z] #25 6.907 Selecting previously unselected package libkrb5support0:amd64. [2020-11-30T03:17:12.402Z] #25 6.907 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:12.402Z] #25 6.910 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.402Z] #25 6.972 Selecting previously unselected package libk5crypto3:amd64. [2020-11-30T03:17:12.402Z] #25 6.972 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:12.402Z] #25 6.977 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.402Z] #25 7.063 Selecting previously unselected package libssl1.1:amd64. [2020-11-30T03:17:12.403Z] #25 7.063 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 7.069 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:12.403Z] #25 7.313 Selecting previously unselected package libkrb5-3:amd64. [2020-11-30T03:17:12.403Z] #25 7.314 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 7.323 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 7.456 Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-11-30T03:17:12.403Z] #25 7.456 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 7.461 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 7.629 Selecting previously unselected package libsasl2-modules-db:amd64. [2020-11-30T03:17:12.403Z] #25 7.629 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 7.636 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 7.722 Selecting previously unselected package libsasl2-2:amd64. [2020-11-30T03:17:12.403Z] #25 7.722 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 7.727 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 7.793 Selecting previously unselected package libldap-common. [2020-11-30T03:17:12.403Z] #25 7.793 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-30T03:17:12.403Z] #25 7.800 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:12.403Z] #25 7.918 Selecting previously unselected package libldap-2.4-2:amd64. [2020-11-30T03:17:12.403Z] #25 7.918 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 7.926 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:12.403Z] #25 8.028 Selecting previously unselected package openssl. [2020-11-30T03:17:12.403Z] #25 8.028 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.053 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:12.403Z] #25 8.273 Selecting previously unselected package ca-certificates. [2020-11-30T03:17:12.403Z] #25 8.273 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-30T03:17:12.403Z] #25 8.278 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:12.403Z] #25 8.368 Selecting previously unselected package libnghttp2-14:amd64. [2020-11-30T03:17:12.403Z] #25 8.368 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.372 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 8.464 Selecting previously unselected package libpsl5:amd64. [2020-11-30T03:17:12.403Z] #25 8.464 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.467 Unpacking libpsl5:amd64 (0.20.2-2) ... [2020-11-30T03:17:12.403Z] #25 8.576 Selecting previously unselected package librtmp1:amd64. [2020-11-30T03:17:12.403Z] #25 8.576 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.581 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:17:12.403Z] #25 8.648 Selecting previously unselected package libssh2-1:amd64. [2020-11-30T03:17:12.403Z] #25 8.648 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.661 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-30T03:17:12.403Z] #25 8.726 Selecting previously unselected package libcurl4:amd64. [2020-11-30T03:17:12.403Z] #25 8.726 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.735 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 8.853 Selecting previously unselected package curl. [2020-11-30T03:17:12.403Z] #25 8.853 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.858 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-30T03:17:12.403Z] #25 8.935 Selecting previously unselected package libonig5:amd64. [2020-11-30T03:17:12.403Z] #25 8.935 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 8.939 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:17:12.403Z] #25 9.047 Selecting previously unselected package libjq1:amd64. [2020-11-30T03:17:12.403Z] #25 9.047 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 9.054 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:17:12.403Z] #25 9.129 Selecting previously unselected package jq. [2020-11-30T03:17:12.403Z] #25 9.129 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:17:12.403Z] #25 9.135 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:17:12.403Z] #25 9.195 Setting up libkeyutils1:amd64 (1.6-6) ... [2020-11-30T03:17:12.403Z] #25 9.210 Setting up libpsl5:amd64 (0.20.2-2) ... [2020-11-30T03:17:12.508Z] #50 ... [2020-11-30T03:17:12.508Z] [2020-11-30T03:17:12.508Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:12.508Z] #48 21.43 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:17:12.508Z] #48 21.44 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:17:12.508Z] #48 21.48 go: extracting github.com/fatih/color v1.7.0 [2020-11-30T03:17:12.508Z] #48 21.57 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:17:12.508Z] #48 21.57 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:17:12.508Z] #48 21.60 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:12.508Z] #48 21.61 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:17:12.508Z] #48 21.69 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:17:12.508Z] #48 21.69 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:17:12.508Z] #48 21.75 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:12.508Z] #48 21.93 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:12.508Z] #48 21.94 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-30T03:17:12.508Z] #48 22.09 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:17:12.508Z] #48 22.09 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:17:12.508Z] #48 22.10 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:12.508Z] #48 22.10 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:17:12.508Z] #48 22.10 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-30T03:17:12.508Z] #48 22.18 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:17:12.508Z] #48 22.40 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:12.508Z] #48 22.40 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:17:12.508Z] #48 22.56 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-30T03:17:12.508Z] #48 22.68 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:12.508Z] #48 22.69 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:17:12.592Z] #41 32.34 CC images/file-lock.o [2020-11-30T03:17:12.671Z] #25 9.228 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:12.671Z] #25 ... [2020-11-30T03:17:12.671Z] [2020-11-30T03:17:12.671Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:12.807Z] #48 22.86 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:17:12.807Z] #48 22.95 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:17:12.807Z] #48 22.97 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:17:12.807Z] #48 23.03 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:12.807Z] #48 23.08 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:17:12.853Z] #41 32.65 CC images/rlimit.o [2020-11-30T03:17:12.920Z] #41 92.47 CC criu/stats.o [2020-11-30T03:17:13.015Z] #25 9.938 Updating certificates in /etc/ssl/certs... [2020-11-30T03:17:13.105Z] #48 23.23 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:13.105Z] #48 23.24 go: downloading github.com/spf13/cast v1.3.0 [2020-11-30T03:17:13.105Z] #48 23.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:17:13.118Z] #41 32.90 CC images/pagemap.o [2020-11-30T03:17:13.212Z] #41 92.63 CC criu/string.o [2020-11-30T03:17:13.212Z] #41 92.67 CC criu/sysctl.o [2020-11-30T03:17:13.382Z] #41 33.13 CC images/siginfo.o [2020-11-30T03:17:13.403Z] #48 23.39 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:17:13.403Z] #48 23.44 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:17:13.403Z] #48 23.61 go: extracting github.com/spf13/cast v1.3.0 [2020-11-30T03:17:13.452Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.4s done [2020-11-30T03:17:13.452Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-11-30T03:17:13.504Z] #41 93.06 CC criu/sysfs_parse.o [2020-11-30T03:17:13.643Z] #41 33.38 CC images/rpc.o [2020-11-30T03:17:13.702Z] #48 23.69 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:17:13.702Z] #48 23.69 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:17:13.702Z] #48 23.82 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:13.796Z] #41 93.23 CC criu/timens.o [2020-11-30T03:17:13.796Z] #41 93.38 CC criu/timerfd.o [2020-11-30T03:17:13.796Z] #41 ... [2020-11-30T03:17:13.796Z] [2020-11-30T03:17:13.796Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:13.796Z] #38 DONE 129.2s [2020-11-30T03:17:13.796Z] [2020-11-30T03:17:13.796Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:13.796Z] #41 93.52 CC criu/tty.o [2020-11-30T03:17:13.993Z] #25 11.16 126 added, 0 removed; done. [2020-11-30T03:17:14.000Z] #48 23.93 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:17:14.000Z] #48 23.95 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:17:14.000Z] #48 23.97 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:17:14.000Z] #48 23.99 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:17:14.000Z] #48 23.99 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:17:14.000Z] #48 24.02 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:17:14.000Z] #48 24.08 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:14.000Z] #48 24.12 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-30T03:17:14.000Z] #48 24.15 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:17:14.000Z] #48 24.15 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:17:14.000Z] #48 24.18 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:17:14.000Z] #48 24.18 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:17:14.000Z] #48 24.26 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:17:14.000Z] #48 24.28 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:17:14.251Z] #25 11.35 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:14.251Z] #25 11.36 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:17:14.251Z] #25 11.37 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-30T03:17:14.251Z] #25 11.38 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-30T03:17:14.251Z] #25 11.39 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:14.251Z] #25 11.40 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:14.304Z] #48 24.30 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:17:14.304Z] #48 24.58 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:17:14.433Z] #41 ... [2020-11-30T03:17:14.433Z] [2020-11-30T03:17:14.433Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:14.433Z] #47 129.3 + /build/golangci-lint --version [2020-11-30T03:17:14.433Z] #47 129.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-30T03:17:14.433Z] #47 DONE 129.9s [2020-11-30T03:17:14.433Z] [2020-11-30T03:17:14.433Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:14.433Z] #41 94.17 CC criu/tun.o [2020-11-30T03:17:14.510Z] #25 11.41 Updating certificates in /etc/ssl/certs... [2020-11-30T03:17:14.602Z] #48 24.78 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:17:14.603Z] #48 24.81 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:17:14.725Z] #41 94.31 CC criu/uffd.o [2020-11-30T03:17:14.900Z] #48 24.81 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-30T03:17:14.900Z] #48 24.82 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:17:14.900Z] #48 24.83 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:17:14.900Z] #48 25.08 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:17:14.900Z] #48 25.09 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:17:14.900Z] #48 25.11 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:14.900Z] #48 25.20 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:15.028Z] #41 34.53 CC images/ext-file.o [2020-11-30T03:17:15.028Z] #41 34.78 CC images/cgroup.o [2020-11-30T03:17:15.198Z] #48 25.25 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:17:15.198Z] #48 25.37 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:17:15.198Z] #48 25.38 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:17:15.373Z] #41 94.83 CC criu/util.o [2020-11-30T03:17:15.373Z] #41 ... [2020-11-30T03:17:15.373Z] [2020-11-30T03:17:15.373Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-30T03:17:15.373Z] #39 DONE 0.4s [2020-11-30T03:17:15.373Z] [2020-11-30T03:17:15.373Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:15.439Z] #25 12.31 0 added, 0 removed; done. [2020-11-30T03:17:15.439Z] #25 12.31 Running hooks in /etc/ca-certificates/update.d... [2020-11-30T03:17:15.439Z] #25 12.31 done. [2020-11-30T03:17:15.497Z] #48 25.50 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:17:15.497Z] #48 25.67 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:15.497Z] #48 25.70 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:17:15.497Z] #48 25.70 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:17:15.497Z] #48 25.74 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:15.600Z] #41 35.39 CC images/userns.o [2020-11-30T03:17:15.668Z] #54 ... [2020-11-30T03:17:15.669Z] [2020-11-30T03:17:15.669Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:15.669Z] #41 95.42 CC criu/uts_ns.o [2020-11-30T03:17:15.669Z] #41 95.48 CC criu/vdso.o [2020-11-30T03:17:15.801Z] #48 25.85 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:15.801Z] #48 25.90 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:17:15.801Z] #48 25.92 go: downloading github.com/spf13/afero v1.1.2 [2020-11-30T03:17:15.801Z] #48 25.98 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:17:15.801Z] #48 26.03 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:17:15.801Z] #48 26.13 go: downloading golang.org/x/text v0.3.2 [2020-11-30T03:17:15.860Z] #41 ... [2020-11-30T03:17:15.861Z] [2020-11-30T03:17:15.861Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:15.861Z] #56 107.8 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:17:15.861Z] #56 107.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-30T03:17:15.969Z] #41 95.69 LINK criu/built-in.o [2020-11-30T03:17:15.969Z] #41 95.72 LINK criu/criu [2020-11-30T03:17:15.995Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s [2020-11-30T03:17:16.104Z] #48 26.14 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:17:16.104Z] #48 26.18 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:17:16.104Z] #48 26.22 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-30T03:17:16.104Z] #48 26.26 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:17:16.104Z] #48 26.36 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:17:16.261Z] #41 95.82 DEP lib/c/criu.d [2020-11-30T03:17:16.261Z] #41 95.84 CC images/rpc.pb-c.o [2020-11-30T03:17:16.261Z] #41 96.02 CC lib/c/criu.o [2020-11-30T03:17:16.404Z] #48 26.40 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-30T03:17:16.404Z] #48 26.45 go: extracting github.com/spf13/afero v1.1.2 [2020-11-30T03:17:16.552Z] #41 96.32 LINK lib/c/built-in.o [2020-11-30T03:17:16.552Z] #41 96.33 LINK lib/c/libcriu.so [2020-11-30T03:17:16.552Z] #41 96.35 LINK lib/c/libcriu.a [2020-11-30T03:17:16.772Z] #8 ... [2020-11-30T03:17:16.772Z] [2020-11-30T03:17:16.772Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:16.772Z] #25 2.951 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:16.772Z] #25 2.980 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:16.772Z] #25 2.984 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:16.772Z] #25 3.167 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-11-30T03:17:16.772Z] #25 3.360 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-30T03:17:16.772Z] #25 3.742 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-30T03:17:16.772Z] #25 5.266 Fetched 8230 kB in 3s (3085 kB/s) [2020-11-30T03:17:16.772Z] #25 5.266 Reading package lists... [2020-11-30T03:17:16.772Z] #25 6.565 Reading package lists... [2020-11-30T03:17:16.772Z] #25 7.838 Building dependency tree... [2020-11-30T03:17:16.772Z] #25 8.510 The following additional packages will be installed: [2020-11-30T03:17:16.772Z] #25 8.510 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2020-11-30T03:17:16.772Z] #25 8.510 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2020-11-30T03:17:16.772Z] #25 8.510 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2020-11-30T03:17:16.772Z] #25 8.514 Suggested packages: [2020-11-30T03:17:16.772Z] #25 8.514 krb5-doc krb5-user [2020-11-30T03:17:16.772Z] #25 8.514 Recommended packages: [2020-11-30T03:17:16.772Z] #25 8.514 krb5-locales publicsuffix libsasl2-modules [2020-11-30T03:17:16.772Z] #25 8.762 The following NEW packages will be installed: [2020-11-30T03:17:16.772Z] #25 8.762 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2020-11-30T03:17:16.772Z] #25 8.762 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2020-11-30T03:17:16.772Z] #25 8.768 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2020-11-30T03:17:16.772Z] #25 8.768 libssh2-1 libssl1.1 openssl [2020-11-30T03:17:16.772Z] #25 9.069 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2020-11-30T03:17:16.772Z] #25 9.069 Need to get 4770 kB of archives. [2020-11-30T03:17:16.772Z] #25 9.069 After this operation, 11.5 MB of additional disk space will be used. [2020-11-30T03:17:16.772Z] #25 9.069 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2020-11-30T03:17:16.772Z] #25 9.072 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2020-11-30T03:17:16.772Z] #25 9.076 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2020-11-30T03:17:16.772Z] #25 9.082 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2020-11-30T03:17:16.772Z] #25 9.089 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2020-11-30T03:17:16.772Z] #25 9.089 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u4 [216 kB] [2020-11-30T03:17:16.772Z] #25 9.177 Get:7 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2020-11-30T03:17:16.772Z] #25 9.177 Get:8 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u3 [1382 kB] [2020-11-30T03:17:16.772Z] #25 9.206 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2020-11-30T03:17:16.772Z] #25 9.208 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2020-11-30T03:17:16.772Z] #25 9.210 Get:11 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u3 [823 kB] [2020-11-30T03:17:16.772Z] #25 9.226 Get:12 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB] [2020-11-30T03:17:16.772Z] #25 9.226 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2020-11-30T03:17:16.772Z] #25 9.229 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2020-11-30T03:17:16.772Z] #25 9.230 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2020-11-30T03:17:16.772Z] #25 9.238 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2020-11-30T03:17:16.772Z] #25 9.238 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2020-11-30T03:17:16.772Z] #25 9.240 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2020-11-30T03:17:16.772Z] #25 9.246 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-30T03:17:16.772Z] #25 9.248 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-30T03:17:16.772Z] #25 9.305 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-30T03:17:16.772Z] #25 9.652 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:16.772Z] #25 9.760 Fetched 4770 kB in 0s (9638 kB/s) [2020-11-30T03:17:16.772Z] #25 9.791 Selecting previously unselected package libkeyutils1:arm64. [2020-11-30T03:17:16.772Z] #25 9.791 (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 ... 6670 files and directories currently installed.) [2020-11-30T03:17:16.772Z] #25 9.800 Preparing to unpack .../00-libkeyutils1_1.6-6_arm64.deb ... [2020-11-30T03:17:16.772Z] #25 9.814 Unpacking libkeyutils1:arm64 (1.6-6) ... [2020-11-30T03:17:16.772Z] #25 9.939 Selecting previously unselected package libkrb5support0:arm64. [2020-11-30T03:17:16.772Z] #25 9.939 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2020-11-30T03:17:16.772Z] #25 9.944 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:16.772Z] #25 10.09 Selecting previously unselected package libk5crypto3:arm64. [2020-11-30T03:17:16.772Z] #25 10.09 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2020-11-30T03:17:16.772Z] #25 10.10 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:16.772Z] #25 10.17 Selecting previously unselected package libssl1.1:arm64. [2020-11-30T03:17:16.772Z] #25 10.17 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-30T03:17:16.772Z] #25 ... [2020-11-30T03:17:16.772Z] [2020-11-30T03:17:16.772Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:16.844Z] #41 96.40 GEN magic.py [2020-11-30T03:17:16.844Z] #41 96.45 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:17:16.844Z] #41 96.45 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:17:16.844Z] #41 96.45 Note: Building without GnuTLS support [2020-11-30T03:17:16.844Z] #41 96.45 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:17:16.844Z] #41 96.45 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:17:16.935Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.9s done [2020-11-30T03:17:17.052Z] #48 26.99 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-30T03:17:17.052Z] #48 27.05 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:17:17.136Z] #41 96.64 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:17:17.136Z] #41 96.89 make[1]: Nothing to be done for 'all'. [2020-11-30T03:17:17.335Z] #25 DONE 14.5s [2020-11-30T03:17:17.335Z] [2020-11-30T03:17:17.335Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-30T03:17:17.351Z] #48 ... [2020-11-30T03:17:17.351Z] [2020-11-30T03:17:17.351Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:17.351Z] #12 17.40 Fetched 8181 kB in 16s (506 kB/s) [2020-11-30T03:17:17.351Z] #12 17.40 Reading package lists... [2020-11-30T03:17:17.351Z] #12 25.23 Reading package lists... [2020-11-30T03:17:17.351Z] #12 ... [2020-11-30T03:17:17.351Z] [2020-11-30T03:17:17.351Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:17.351Z] #50 23.56 runtime/cgo [2020-11-30T03:17:17.351Z] #50 23.93 runtime [2020-11-30T03:17:17.428Z] #41 97.19 make[1]: 'images/built-in.o' is up to date. [2020-11-30T03:17:17.593Z] #26 DONE 0.1s [2020-11-30T03:17:17.593Z] [2020-11-30T03:17:17.593Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:17.726Z] #41 97.19 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-30T03:17:17.726Z] #41 97.20 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-30T03:17:17.726Z] #41 97.20 make[1]: 'compel/libcompel.a' is up to date. [2020-11-30T03:17:17.726Z] #41 97.21 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-30T03:17:17.726Z] #41 97.21 make[1]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.22 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:17:17.726Z] #41 97.26 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.27 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.28 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.31 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.32 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.33 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.34 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.36 make[2]: Nothing to be done for 'all'. [2020-11-30T03:17:17.726Z] #41 97.37 INSTALL criu/criu [2020-11-30T03:17:18.027Z] #41 DONE 97.6s [2020-11-30T03:17:18.027Z] [2020-11-30T03:17:18.027Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:18.170Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.0s done [2020-11-30T03:17:18.419Z] #50 ... [2020-11-30T03:17:18.419Z] [2020-11-30T03:17:18.419Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:18.419Z] #54 18.51 Fetched 8181 kB in 17s (473 kB/s) [2020-11-30T03:17:18.419Z] #54 18.51 Reading package lists... [2020-11-30T03:17:18.419Z] #54 26.43 Reading package lists... [2020-11-30T03:17:18.419Z] #54 ... [2020-11-30T03:17:18.419Z] [2020-11-30T03:17:18.419Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:18.419Z] #44 18.70 vendor/golang.org/x/crypto/internal/subtle [2020-11-30T03:17:18.661Z] #54 ... [2020-11-30T03:17:18.661Z] [2020-11-30T03:17:18.661Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-30T03:17:18.661Z] #42 DONE 0.1s [2020-11-30T03:17:18.661Z] [2020-11-30T03:17:18.661Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-30T03:17:18.661Z] #44 DONE 0.1s [2020-11-30T03:17:18.661Z] [2020-11-30T03:17:18.661Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:18.718Z] #44 ... [2020-11-30T03:17:18.718Z] [2020-11-30T03:17:18.718Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:18.718Z] #48 27.57 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-30T03:17:18.718Z] #48 27.67 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:17:18.718Z] #48 28.05 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-30T03:17:18.718Z] #48 28.21 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-30T03:17:18.718Z] #48 28.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:17:18.718Z] #48 28.75 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:17:18.746Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-11-30T03:17:18.826Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-11-30T03:17:18.826Z] #8 ... [2020-11-30T03:17:18.826Z] [2020-11-30T03:17:18.826Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:18.826Z] #25 9.357 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 9.363 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:18.826Z] #25 9.376 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 9.387 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 9.401 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:17:18.826Z] #25 9.413 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 9.424 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 9.437 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2020-11-30T03:17:18.826Z] #25 9.448 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 9.458 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:18.826Z] #25 9.480 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:17:18.826Z] #25 9.490 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:17:18.826Z] #25 9.503 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:18.826Z] #25 9.516 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:18.826Z] #25 10.23 Updating certificates in /etc/ssl/certs... [2020-11-30T03:17:18.826Z] #25 11.41 126 added, 0 removed; done. [2020-11-30T03:17:18.826Z] #25 11.51 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 11.53 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:17:18.826Z] #25 11.54 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 11.56 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-30T03:17:18.826Z] #25 11.57 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:18.826Z] #25 11.72 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:18.826Z] #25 11.74 Updating certificates in /etc/ssl/certs... [2020-11-30T03:17:18.826Z] #25 12.68 0 added, 0 removed; done. [2020-11-30T03:17:18.826Z] #25 12.68 Running hooks in /etc/ca-certificates/update.d... [2020-11-30T03:17:18.826Z] #25 12.68 done. [2020-11-30T03:17:18.826Z] #25 DONE 15.3s [2020-11-30T03:17:18.826Z] [2020-11-30T03:17:18.826Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:18.826Z] #8 ... [2020-11-30T03:17:18.826Z] [2020-11-30T03:17:18.826Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-30T03:17:18.826Z] #26 DONE 0.1s [2020-11-30T03:17:18.826Z] [2020-11-30T03:17:18.826Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:18.953Z] #54 ... [2020-11-30T03:17:18.953Z] [2020-11-30T03:17:18.953Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-30T03:17:18.953Z] #46 DONE 0.1s [2020-11-30T03:17:18.953Z] [2020-11-30T03:17:18.953Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-30T03:17:18.965Z] #27 ... [2020-11-30T03:17:18.965Z] [2020-11-30T03:17:18.965Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:18.965Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.0s done [2020-11-30T03:17:18.965Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done [2020-11-30T03:17:18.965Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.0s [2020-11-30T03:17:19.011Z] #8 DONE 25.5s [2020-11-30T03:17:19.011Z] [2020-11-30T03:17:19.011Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:19.011Z] #25 10.18 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:19.011Z] #25 10.39 Selecting previously unselected package libkrb5-3:arm64. [2020-11-30T03:17:19.011Z] #25 10.39 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 10.39 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 10.58 Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-11-30T03:17:19.011Z] #25 10.58 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 10.59 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 10.65 Selecting previously unselected package libsasl2-modules-db:arm64. [2020-11-30T03:17:19.011Z] #25 10.65 Preparing to unpack .../06-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 10.65 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 10.70 Selecting previously unselected package libsasl2-2:arm64. [2020-11-30T03:17:19.011Z] #25 10.70 Preparing to unpack .../07-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 10.71 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 10.76 Selecting previously unselected package libldap-common. [2020-11-30T03:17:19.011Z] #25 10.76 Preparing to unpack .../08-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2020-11-30T03:17:19.011Z] #25 10.77 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:19.011Z] #25 10.82 Selecting previously unselected package libldap-2.4-2:arm64. [2020-11-30T03:17:19.011Z] #25 10.82 Preparing to unpack .../09-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 10.82 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:19.011Z] #25 10.89 Selecting previously unselected package openssl. [2020-11-30T03:17:19.011Z] #25 10.89 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u3_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 10.90 Unpacking openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:19.011Z] #25 11.09 Selecting previously unselected package ca-certificates. [2020-11-30T03:17:19.011Z] #25 11.09 Preparing to unpack .../11-ca-certificates_20200601~deb10u1_all.deb ... [2020-11-30T03:17:19.011Z] #25 11.09 Unpacking ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:19.011Z] #25 11.19 Selecting previously unselected package libnghttp2-14:arm64. [2020-11-30T03:17:19.011Z] #25 11.19 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.20 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 11.26 Selecting previously unselected package libpsl5:arm64. [2020-11-30T03:17:19.011Z] #25 11.26 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.26 Unpacking libpsl5:arm64 (0.20.2-2) ... [2020-11-30T03:17:19.011Z] #25 11.32 Selecting previously unselected package librtmp1:arm64. [2020-11-30T03:17:19.011Z] #25 11.32 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.33 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:17:19.011Z] #25 11.40 Selecting previously unselected package libssh2-1:arm64. [2020-11-30T03:17:19.011Z] #25 11.40 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.40 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-30T03:17:19.011Z] #25 11.58 Selecting previously unselected package libcurl4:arm64. [2020-11-30T03:17:19.011Z] #25 11.58 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.58 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 11.75 Selecting previously unselected package curl. [2020-11-30T03:17:19.011Z] #25 11.76 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.77 Unpacking curl (7.64.0-4+deb10u1) ... [2020-11-30T03:17:19.011Z] #25 11.83 Selecting previously unselected package libonig5:arm64. [2020-11-30T03:17:19.011Z] #25 11.84 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 11.84 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-30T03:17:19.011Z] #25 12.04 Selecting previously unselected package libjq1:arm64. [2020-11-30T03:17:19.011Z] #25 12.05 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 12.05 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-30T03:17:19.011Z] #25 12.10 Selecting previously unselected package jq. [2020-11-30T03:17:19.011Z] #25 12.10 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-30T03:17:19.011Z] #25 12.12 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:17:19.011Z] #25 12.26 Setting up libkeyutils1:arm64 (1.6-6) ... [2020-11-30T03:17:19.011Z] #25 12.28 Setting up libpsl5:arm64 (0.20.2-2) ... [2020-11-30T03:17:19.011Z] #25 12.29 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:19.021Z] #48 ... [2020-11-30T03:17:19.021Z] [2020-11-30T03:17:19.021Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:19.021Z] #35 19.06 Fetched 8181 kB in 18s (448 kB/s) [2020-11-30T03:17:19.021Z] #35 19.06 Reading package lists... [2020-11-30T03:17:19.021Z] #35 26.66 Reading package lists... [2020-11-30T03:17:19.021Z] #35 ... [2020-11-30T03:17:19.021Z] [2020-11-30T03:17:19.021Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:19.021Z] #41 19.62 Fetched 8181 kB in 18s (445 kB/s) [2020-11-30T03:17:19.021Z] #41 19.62 Reading package lists... [2020-11-30T03:17:19.245Z] #48 DONE 0.2s [2020-11-30T03:17:19.245Z] [2020-11-30T03:17:19.245Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-30T03:17:19.245Z] #50 DONE 0.1s [2020-11-30T03:17:19.245Z] [2020-11-30T03:17:19.245Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-30T03:17:19.275Z] #25 12.57 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2020-11-30T03:17:19.275Z] #25 12.58 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:19.275Z] #25 12.60 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:19.275Z] #25 12.62 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:19.275Z] #25 12.63 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2020-11-30T03:17:19.275Z] #25 12.64 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:19.275Z] #25 12.66 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2020-11-30T03:17:19.275Z] #25 12.67 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2020-11-30T03:17:19.275Z] #25 12.68 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:19.275Z] #25 12.70 Setting up openssl (1.1.1d-0+deb10u3) ... [2020-11-30T03:17:19.275Z] #25 12.72 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-30T03:17:19.275Z] #25 12.73 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-30T03:17:19.275Z] #25 12.74 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ... [2020-11-30T03:17:19.275Z] #25 12.76 Setting up ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:19.320Z] #41 27.01 Reading package lists... [2020-11-30T03:17:19.320Z] #41 ... [2020-11-30T03:17:19.320Z] [2020-11-30T03:17:19.320Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:19.320Z] #48 29.45 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:17:19.537Z] #52 DONE 0.1s [2020-11-30T03:17:19.537Z] [2020-11-30T03:17:19.537Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:19.895Z] #8 ... [2020-11-30T03:17:19.895Z] [2020-11-30T03:17:19.895Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:19.895Z] #27 2.214 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-30T03:17:19.895Z] #27 2.311 [2020-11-30T03:17:20.066Z] #56 ... [2020-11-30T03:17:20.066Z] [2020-11-30T03:17:20.066Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:20.066Z] #43 101.9 vendor/golang.org/x/net/idna [2020-11-30T03:17:20.066Z] #43 104.1 vendor/golang.org/x/net/http2/hpack [2020-11-30T03:17:20.066Z] #43 105.1 mime [2020-11-30T03:17:20.066Z] #43 106.8 mime/quotedprintable [2020-11-30T03:17:20.066Z] #43 107.2 net/http/internal [2020-11-30T03:17:20.066Z] #43 111.3 net/textproto [2020-11-30T03:17:20.066Z] #43 111.3 crypto/x509 [2020-11-30T03:17:20.066Z] #43 ... [2020-11-30T03:17:20.066Z] [2020-11-30T03:17:20.066Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:20.066Z] #41 35.65 CC images/google/protobuf/descriptor.o [2020-11-30T03:17:20.066Z] #41 37.45 CC images/opts.o [2020-11-30T03:17:20.066Z] #41 37.67 CC images/seccomp.o [2020-11-30T03:17:20.066Z] #41 37.95 CC images/binfmt-misc.o [2020-11-30T03:17:20.066Z] #41 38.15 CC images/time.o [2020-11-30T03:17:20.066Z] #41 38.37 CC images/sysctl.o [2020-11-30T03:17:20.066Z] #41 38.57 CC images/autofs.o [2020-11-30T03:17:20.066Z] #41 38.74 CC images/macvlan.o [2020-11-30T03:17:20.066Z] #41 38.99 CC images/sit.o [2020-11-30T03:17:20.066Z] #41 39.20 CC images/memfd.o [2020-11-30T03:17:20.066Z] #41 39.53 CC images/timens.o [2020-11-30T03:17:20.066Z] #41 39.78 LINK images/built-in.o [2020-11-30T03:17:20.225Z] #25 13.45 Updating certificates in /etc/ssl/certs... [2020-11-30T03:17:20.327Z] #41 39.96 GEN compel/include/asm [2020-11-30T03:17:20.327Z] #41 40.00 GEN compel/include/version.h [2020-11-30T03:17:20.327Z] #41 40.02 touch .config [2020-11-30T03:17:20.327Z] #41 40.07 GEN include/common/config.h [2020-11-30T03:17:20.415Z] #27 2.436 ########### 16.6% ####################### 32.3% ######################################### 57.9% ####################################################### 77.8% ###################################################################### 97.8% ######################################################################## 100.0% [2020-11-30T03:17:20.415Z] #27 2.962 [2020-11-30T03:17:20.588Z] #41 40.15 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-30T03:17:20.588Z] #41 40.17 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-30T03:17:20.588Z] #41 40.19 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-30T03:17:20.588Z] #41 40.21 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-30T03:17:20.588Z] #41 40.25 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-30T03:17:20.588Z] #41 40.28 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-30T03:17:20.588Z] #41 40.30 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-30T03:17:20.588Z] #41 40.33 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-30T03:17:20.588Z] #41 40.35 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-30T03:17:20.588Z] #41 40.36 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-30T03:17:20.588Z] #41 40.37 DEP compel/plugins/std/infect.d [2020-11-30T03:17:20.672Z] #27 3.089 #################################################### 72.6% ######################################################################## 100.0% [2020-11-30T03:17:20.672Z] #27 3.209 [2020-11-30T03:17:20.802Z] #25 14.24 126 added, 0 removed; done. [2020-11-30T03:17:20.848Z] #41 40.45 DEP compel/plugins/std/string.d [2020-11-30T03:17:20.848Z] #41 40.53 DEP compel/plugins/std/log.d [2020-11-30T03:17:20.848Z] #41 40.62 DEP compel/plugins/std/fds.d [2020-11-30T03:17:20.848Z] #41 40.69 DEP compel/plugins/std/std.d [2020-11-30T03:17:20.862Z] #48 30.95 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:17:20.929Z] #27 3.332 ################################################## 69.8% ######################################################################## 100.0% [2020-11-30T03:17:20.929Z] #27 3.447 [2020-11-30T03:17:21.109Z] #41 40.77 DEP compel/plugins/shmem/shmem.d [2020-11-30T03:17:21.109Z] #41 40.88 DEP compel/plugins/fds/fds.d [2020-11-30T03:17:21.370Z] #41 40.98 CC compel/plugins/std/std.o [2020-11-30T03:17:21.370Z] #41 41.22 CC compel/plugins/std/fds.o [2020-11-30T03:17:21.442Z] #27 3.566 ############ 16.8% ######################### 36.1% ####################################### 55.4% ##################################################### 74.7% ################################################################### 94.1% ######################################################################## 100.0% [2020-11-30T03:17:21.442Z] #27 4.102 [2020-11-30T03:17:22.268Z] #54 113.2 + bin/containerd [2020-11-30T03:17:22.314Z] #41 41.73 CC compel/plugins/std/log.o [2020-11-30T03:17:22.409Z] #48 32.34 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:17:22.409Z] #48 32.49 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-30T03:17:22.575Z] #41 ... [2020-11-30T03:17:22.575Z] [2020-11-30T03:17:22.575Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:22.575Z] #11 114.6 Selecting previously unselected package libapparmor1:amd64. [2020-11-30T03:17:22.575Z] #11 114.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-30T03:17:22.575Z] #11 114.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-30T03:17:22.724Z] #25 16.02 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2020-11-30T03:17:23.300Z] #25 16.61 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:17:23.562Z] #25 16.95 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2020-11-30T03:17:23.794Z] #27 4.237 # 1.5% ##### 8.1% ######## 11.9% ############## 20.4% ################## 25.5% ##################### 30.5% ######################### 35.9% ############################# 40.7% ############################## 42.9% ################################ 45.0% ##################################### 52.5% ########################################## 59.0% ############################################### 66.6% ##################################################### 73.8% ######################################################### 79.3% ########################################################## 81.8% ############################################################### 87.9% ###################################################################### 97.9% ######################################################################## 100.0% [2020-11-30T03:17:23.794Z] #27 6.265 [2020-11-30T03:17:23.964Z] #11 115.9 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-30T03:17:23.964Z] #11 115.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-30T03:17:23.964Z] #11 ... [2020-11-30T03:17:23.964Z] [2020-11-30T03:17:23.964Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:23.964Z] #56 DONE 116.0s [2020-11-30T03:17:23.964Z] [2020-11-30T03:17:23.964Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:23.964Z] #11 116.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-30T03:17:24.054Z] #27 6.570 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-30T03:17:24.054Z] #27 6.672 [2020-11-30T03:17:24.119Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2020-11-30T03:17:24.226Z] #11 ... [2020-11-30T03:17:24.226Z] [2020-11-30T03:17:24.226Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-30T03:17:24.226Z] #57 DONE 0.1s [2020-11-30T03:17:24.226Z] [2020-11-30T03:17:24.226Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-30T03:17:24.226Z] #58 DONE 0.1s [2020-11-30T03:17:24.226Z] [2020-11-30T03:17:24.226Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:24.226Z] #11 116.4 Selecting previously unselected package libbtrfs0. [2020-11-30T03:17:24.311Z] #27 6.742 ######################################################################## 100.0% [2020-11-30T03:17:24.311Z] #27 6.776 [2020-11-30T03:17:24.487Z] #11 116.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-30T03:17:24.487Z] #11 116.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:17:24.487Z] #11 116.4 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:17:24.487Z] #11 116.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-30T03:17:24.487Z] #11 116.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:17:24.570Z] #27 7.089 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-30T03:17:24.570Z] #27 7.193 [2020-11-30T03:17:24.748Z] #11 116.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-30T03:17:24.748Z] #11 116.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:17:24.748Z] #11 116.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:17:24.827Z] #27 7.321 0.6% ####################################################### 77.0% ######################################################################## 100.0% [2020-11-30T03:17:24.827Z] #27 7.473 [2020-11-30T03:17:24.987Z] #25 18.25 Setting up curl (7.64.0-4+deb10u1) ... [2020-11-30T03:17:24.987Z] #25 18.27 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:24.987Z] #25 18.31 Processing triggers for ca-certificates (20200601~deb10u1) ... [2020-11-30T03:17:24.987Z] #25 18.32 Updating certificates in /etc/ssl/certs... [2020-11-30T03:17:25.017Z] #11 116.9 Selecting previously unselected package libudev-dev:amd64. [2020-11-30T03:17:25.017Z] #11 117.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-30T03:17:25.017Z] #11 117.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:17:25.190Z] #48 ... [2020-11-30T03:17:25.190Z] [2020-11-30T03:17:25.190Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:25.190Z] #41 27.01 Reading package lists... [2020-11-30T03:17:25.190Z] #41 33.84 Building dependency tree... [2020-11-30T03:17:25.256Z] #25 ... [2020-11-30T03:17:25.256Z] [2020-11-30T03:17:25.256Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:17:25.256Z] #9 DONE 6.3s [2020-11-30T03:17:25.390Z] #27 7.827 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-30T03:17:25.391Z] #27 7.838 skipping existing c35d46ef359f [2020-11-30T03:17:25.391Z] #27 7.870 [2020-11-30T03:17:25.520Z] [2020-11-30T03:17:25.520Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-30T03:17:25.588Z] #11 117.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-30T03:17:25.588Z] #11 117.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-30T03:17:25.588Z] #11 117.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-30T03:17:25.648Z] #27 8.253 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-30T03:17:25.849Z] #11 117.7 Selecting previously unselected package libpcre16-3:amd64. [2020-11-30T03:17:25.849Z] #11 117.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-30T03:17:25.849Z] #11 117.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-30T03:17:25.849Z] #11 117.9 Selecting previously unselected package libpcre32-3:amd64. [2020-11-30T03:17:25.849Z] #11 117.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-30T03:17:25.849Z] #11 117.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-30T03:17:25.907Z] #27 8.338 [2020-11-30T03:17:25.907Z] #27 8.427 ######################################################################## 100.0% [2020-11-30T03:17:25.907Z] #27 8.462 [2020-11-30T03:17:26.097Z] #10 DONE 0.9s [2020-11-30T03:17:26.097Z] [2020-11-30T03:17:26.097Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-11-30T03:17:26.097Z] #25 19.27 0 added, 0 removed; done. [2020-11-30T03:17:26.097Z] #25 19.27 Running hooks in /etc/ca-certificates/update.d... [2020-11-30T03:17:26.097Z] #25 19.28 done. [2020-11-30T03:17:26.097Z] #25 DONE 19.4s [2020-11-30T03:17:26.097Z] [2020-11-30T03:17:26.097Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2020-11-30T03:17:26.097Z] #26 DONE 0.1s [2020-11-30T03:17:26.097Z] [2020-11-30T03:17:26.097Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:26.109Z] #11 118.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-30T03:17:26.109Z] #11 118.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-30T03:17:26.109Z] #11 118.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-30T03:17:26.109Z] #11 118.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-30T03:17:26.165Z] #27 8.742 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-30T03:17:26.370Z] #11 118.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-30T03:17:26.370Z] #11 118.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-30T03:17:26.371Z] #27 ... [2020-11-30T03:17:26.371Z] [2020-11-30T03:17:26.371Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-30T03:17:26.371Z] #37 DONE 0.2s [2020-11-30T03:17:26.371Z] [2020-11-30T03:17:26.371Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-30T03:17:26.371Z] #29 DONE 0.2s [2020-11-30T03:17:26.426Z] #27 8.828 [2020-11-30T03:17:26.426Z] #27 8.926 ######################################################################## 100.0% [2020-11-30T03:17:26.426Z] #27 8.949 [2020-11-30T03:17:26.426Z] #27 8.966 Download of images into '/build' complete. [2020-11-30T03:17:26.426Z] #27 8.966 Use something like the following to load the result into a Docker daemon: [2020-11-30T03:17:26.426Z] #27 8.966 tar -cC '/build' . | docker load [2020-11-30T03:17:26.635Z] [2020-11-30T03:17:26.635Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:26.731Z] #41 36.64 The following additional packages will be installed: [2020-11-30T03:17:26.731Z] #41 36.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-30T03:17:26.731Z] #41 36.65 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-30T03:17:26.731Z] #41 36.66 Suggested packages: [2020-11-30T03:17:26.731Z] #41 36.66 manpages-dev python-setuptools [2020-11-30T03:17:26.943Z] #11 118.7 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-30T03:17:26.943Z] #11 118.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-30T03:17:26.943Z] #11 118.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-30T03:17:26.943Z] #11 118.9 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-30T03:17:26.943Z] #11 118.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:17:26.943Z] #11 118.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-30T03:17:26.943Z] #11 119.0 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-30T03:17:26.943Z] #11 119.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-30T03:17:26.943Z] #11 119.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-30T03:17:27.204Z] #11 119.2 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-30T03:17:27.204Z] #11 119.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-30T03:17:27.204Z] #11 119.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:17:27.777Z] #11 119.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-30T03:17:27.777Z] #11 119.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-30T03:17:27.777Z] #11 119.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-30T03:17:27.777Z] #11 119.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:17:27.777Z] #11 119.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-30T03:17:27.777Z] #11 119.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-30T03:17:27.777Z] #11 119.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:17:27.777Z] #11 119.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:17:27.777Z] #11 119.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-30T03:17:27.777Z] #11 119.8 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:17:28.038Z] #11 119.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:17:28.038Z] #11 119.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:17:28.038Z] #11 119.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-30T03:17:28.038Z] #11 119.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-30T03:17:28.038Z] #11 119.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:17:28.038Z] #11 119.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:17:28.038Z] #11 120.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-30T03:17:28.038Z] #11 120.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:17:28.038Z] #11 120.0 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-11-30T03:17:28.038Z] #11 120.0 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-11-30T03:17:28.038Z] #11 120.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:17:28.038Z] #11 120.0 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-11-30T03:17:28.038Z] #11 120.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-30T03:17:28.038Z] #11 120.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:17:28.038Z] #11 120.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-30T03:17:28.038Z] #11 120.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:17:28.278Z] #41 38.13 The following NEW packages will be installed: [2020-11-30T03:17:28.278Z] #41 38.14 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-30T03:17:28.278Z] #41 38.15 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-30T03:17:28.278Z] #41 38.15 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-30T03:17:28.278Z] #41 38.15 python-six zlib1g-dev [2020-11-30T03:17:28.278Z] #41 38.43 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:17:28.278Z] #41 38.43 Need to get 4075 kB of archives. [2020-11-30T03:17:28.278Z] #41 38.43 After this operation, 24.5 MB of additional disk space will be used. [2020-11-30T03:17:28.278Z] #41 38.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-11-30T03:17:28.278Z] #41 38.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-30T03:17:28.278Z] #41 38.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-11-30T03:17:28.278Z] #41 38.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-30T03:17:28.278Z] #41 38.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-11-30T03:17:28.278Z] #41 38.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-30T03:17:28.299Z] #11 120.1 Setting up dmsetup (2:1.02.155-3) ... [2020-11-30T03:17:28.299Z] #11 120.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:17:28.299Z] #11 120.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-30T03:17:28.299Z] #11 120.1 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:28.561Z] #11 DONE 120.5s [2020-11-30T03:17:28.561Z] [2020-11-30T03:17:28.561Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:28.561Z] #41 42.55 CC compel/plugins/std/string.o [2020-11-30T03:17:28.561Z] #41 43.14 CC compel/plugins/std/infect.o [2020-11-30T03:17:28.561Z] #41 43.50 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-30T03:17:28.561Z] #41 43.54 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-30T03:17:28.561Z] #41 43.57 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-30T03:17:28.561Z] #41 43.70 AR compel/plugins/std.lib.a [2020-11-30T03:17:28.561Z] #41 43.82 CC compel/plugins/fds/fds.o [2020-11-30T03:17:28.561Z] #41 44.07 AR compel/plugins/fds.lib.a [2020-11-30T03:17:28.561Z] #41 44.13 HOSTDEP compel/src/lib/log-host.d [2020-11-30T03:17:28.561Z] #41 44.20 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-30T03:17:28.561Z] #41 44.27 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-30T03:17:28.561Z] #41 44.33 HOSTDEP compel/src/main-host.d [2020-11-30T03:17:28.561Z] #41 44.47 DEP compel/src/lib/ptrace.d [2020-11-30T03:17:28.561Z] #41 44.61 DEP compel/src/lib/infect.d [2020-11-30T03:17:28.561Z] #41 44.89 DEP compel/src/lib/infect-util.d [2020-11-30T03:17:28.561Z] #41 44.99 DEP compel/src/lib/infect-rpc.d [2020-11-30T03:17:28.561Z] #41 45.11 DEP compel/arch/x86/src/lib/infect.d [2020-11-30T03:17:28.561Z] #41 45.18 DEP compel/arch/x86/src/lib/cpu.d [2020-11-30T03:17:28.561Z] #41 45.22 DEP compel/src/lib/log.d [2020-11-30T03:17:28.561Z] #41 45.35 DEP compel/src/main.d [2020-11-30T03:17:28.561Z] #41 45.44 DEP compel/src/lib/handle-elf.d [2020-11-30T03:17:28.561Z] #41 45.54 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-30T03:17:28.561Z] #41 45.61 CC compel/src/lib/log.o [2020-11-30T03:17:28.561Z] #41 45.83 CC compel/arch/x86/src/lib/cpu.o [2020-11-30T03:17:28.561Z] #41 46.47 CC compel/arch/x86/src/lib/infect.o [2020-11-30T03:17:28.561Z] #41 47.16 CC compel/src/lib/infect-rpc.o [2020-11-30T03:17:28.561Z] #41 47.50 CC compel/src/lib/infect-util.o [2020-11-30T03:17:28.561Z] #41 47.69 CC compel/src/lib/infect.o [2020-11-30T03:17:28.581Z] #41 38.66 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-11-30T03:17:28.582Z] #41 38.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-11-30T03:17:28.582Z] #41 38.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-11-30T03:17:28.582Z] #41 38.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-11-30T03:17:28.884Z] #41 38.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-11-30T03:17:28.884Z] #41 ... [2020-11-30T03:17:28.884Z] [2020-11-30T03:17:28.884Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:28.884Z] #54 26.43 Reading package lists... [2020-11-30T03:17:28.884Z] #54 33.25 Building dependency tree... [2020-11-30T03:17:28.884Z] #54 35.99 The following additional packages will be installed: [2020-11-30T03:17:28.884Z] #54 36.00 libbtrfs0 [2020-11-30T03:17:28.884Z] #54 36.16 The following NEW packages will be installed: [2020-11-30T03:17:28.884Z] #54 36.17 libbtrfs-dev libbtrfs0 [2020-11-30T03:17:28.884Z] #54 36.41 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:17:28.884Z] #54 36.41 Need to get 120 kB of archives. [2020-11-30T03:17:28.884Z] #54 36.41 After this operation, 423 kB of additional disk space will be used. [2020-11-30T03:17:28.884Z] #54 36.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-30T03:17:28.884Z] #54 36.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-30T03:17:28.884Z] #54 37.63 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:28.884Z] #54 37.84 Fetched 120 kB in 0s (855 kB/s) [2020-11-30T03:17:28.884Z] #54 37.98 Selecting previously unselected package libbtrfs0. [2020-11-30T03:17:28.884Z] #54 37.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-30T03:17:28.884Z] #54 38.10 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-30T03:17:28.884Z] #54 38.12 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:17:28.884Z] #54 38.27 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:17:28.884Z] #54 38.28 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-30T03:17:28.884Z] #54 38.29 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:17:28.884Z] #54 38.50 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:17:28.884Z] #54 38.52 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:17:28.884Z] #54 38.53 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:28.884Z] #54 DONE 39.0s [2020-11-30T03:17:28.884Z] [2020-11-30T03:17:28.884Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:28.884Z] #41 39.07 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-11-30T03:17:28.884Z] #41 ... [2020-11-30T03:17:28.884Z] [2020-11-30T03:17:28.884Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:29.201Z] #55 0.320 + RM_GOPATH=0 [2020-11-30T03:17:29.201Z] #55 0.320 + TMP_GOPATH= [2020-11-30T03:17:29.201Z] #55 0.321 + : /build [2020-11-30T03:17:29.201Z] #55 0.321 + '[' -z '' ']' [2020-11-30T03:17:29.201Z] #55 0.323 ++ mktemp -d [2020-11-30T03:17:29.201Z] #55 0.335 + export GOPATH=/tmp/tmp.UASsDwFZdr [2020-11-30T03:17:29.201Z] #55 0.335 + GOPATH=/tmp/tmp.UASsDwFZdr [2020-11-30T03:17:29.201Z] #55 0.335 + RM_GOPATH=1 [2020-11-30T03:17:29.201Z] #55 0.337 + case "$(go env GOARCH)" in [2020-11-30T03:17:29.201Z] #55 0.342 ++ go env GOARCH [2020-11-30T03:17:29.201Z] #55 0.361 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:29.201Z] #55 0.370 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:29.201Z] #55 0.371 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:29.201Z] #55 0.375 + dir=/tmp/install [2020-11-30T03:17:29.201Z] #55 0.376 + bin=containerd [2020-11-30T03:17:29.201Z] #55 0.376 + shift [2020-11-30T03:17:29.201Z] #55 0.377 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-30T03:17:29.201Z] #55 0.377 + . /tmp/install/containerd.installer [2020-11-30T03:17:29.201Z] #55 0.378 ++ set -e [2020-11-30T03:17:29.201Z] #55 0.382 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:17:29.201Z] #55 0.386 + install_containerd [2020-11-30T03:17:29.201Z] #55 0.387 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-30T03:17:29.201Z] #55 0.388 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UASsDwFZdr/src/github.com/containerd/containerd [2020-11-30T03:17:29.201Z] #55 0.388 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:17:29.201Z] #55 0.392 Cloning into '/tmp/tmp.UASsDwFZdr/src/github.com/containerd/containerd'... [2020-11-30T03:17:29.383Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s [2020-11-30T03:17:29.383Z] #8 ... [2020-11-30T03:17:29.383Z] [2020-11-30T03:17:29.383Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:29.383Z] #27 1.769 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-30T03:17:29.383Z] #27 1.878 [2020-11-30T03:17:29.383Z] #27 2.012 ###### 9.1% ########################## 36.2% ################################## 48.0% ###################################################### 76.2% ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 2.523 [2020-11-30T03:17:29.383Z] #27 2.654 ############################################################## 86.4% ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 2.767 [2020-11-30T03:17:29.383Z] #27 2.896 ############################################### 65.3% ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 3.033 [2020-11-30T03:17:29.383Z] #27 3.257 #=#=# 0.0% ############### 21.2% ################################ 44.7% ###################################### 53.9% ################################################## 69.5% ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 4.081 [2020-11-30T03:17:29.383Z] #27 4.201 ### 4.5% ####### 9.7% ########## 15.0% ############## 20.3% ################## 25.5% ###################### 30.7% ######################### 35.9% ############################# 41.1% ################################# 46.3% ##################################### 51.5% ###################################### 53.9% ############################################ 61.9% ################################################ 67.2% #################################################### 72.4% ####################################################### 77.6% ########################################################### 82.5% ############################################################## 86.4% ############################################################### 88.8% ################################################################## 91.7% ################################################################### 94.3% ##################################################################### 96.7% ###################################################################### 98.2% ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 6.417 [2020-11-30T03:17:29.383Z] #27 6.951 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-30T03:17:29.383Z] #27 7.052 [2020-11-30T03:17:29.383Z] #27 7.143 ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 7.179 [2020-11-30T03:17:29.383Z] #27 7.489 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-30T03:17:29.383Z] #27 7.596 [2020-11-30T03:17:29.383Z] #27 7.703 ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 7.745 [2020-11-30T03:17:29.383Z] #27 8.173 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-30T03:17:29.383Z] #27 8.188 skipping existing c35d46ef359f [2020-11-30T03:17:29.383Z] #27 8.215 [2020-11-30T03:17:29.383Z] #27 8.665 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-30T03:17:29.383Z] #27 8.759 [2020-11-30T03:17:29.383Z] #27 8.820 ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 8.840 [2020-11-30T03:17:29.383Z] #27 9.469 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-30T03:17:29.383Z] #27 9.559 [2020-11-30T03:17:29.383Z] #27 9.653 ######################################################################## 100.0% [2020-11-30T03:17:29.383Z] #27 9.667 [2020-11-30T03:17:29.383Z] #27 9.685 Download of images into '/build' complete. [2020-11-30T03:17:29.383Z] #27 9.685 Use something like the following to load the result into a Docker daemon: [2020-11-30T03:17:29.383Z] #27 9.685 tar -cC '/build' . | docker load [2020-11-30T03:17:29.706Z] #27 ... [2020-11-30T03:17:29.706Z] [2020-11-30T03:17:29.706Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:29.706Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.7s done [2020-11-30T03:17:29.950Z] #41 ... [2020-11-30T03:17:29.950Z] [2020-11-30T03:17:29.950Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-30T03:17:29.950Z] #12 DONE 1.4s [2020-11-30T03:17:29.950Z] [2020-11-30T03:17:29.950Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:17:30.523Z] #13 ... [2020-11-30T03:17:30.523Z] [2020-11-30T03:17:30.523Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:30.523Z] #43 112.3 vendor/golang.org/x/net/http/httpguts [2020-11-30T03:17:30.523Z] #43 112.6 vendor/golang.org/x/net/http/httpproxy [2020-11-30T03:17:30.523Z] #43 113.1 mime/multipart [2020-11-30T03:17:30.523Z] #43 115.0 crypto/tls [2020-11-30T03:17:30.523Z] #43 121.2 net/http/httptrace [2020-11-30T03:17:30.523Z] #43 121.5 net/http [2020-11-30T03:17:30.523Z] #43 ... [2020-11-30T03:17:30.523Z] [2020-11-30T03:17:30.523Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:30.523Z] #51 1.464 + RM_GOPATH=0 [2020-11-30T03:17:30.523Z] #51 1.464 + TMP_GOPATH= [2020-11-30T03:17:30.523Z] #51 1.464 + : /build [2020-11-30T03:17:30.523Z] #51 1.464 + '[' -z '' ']' [2020-11-30T03:17:30.523Z] #51 1.465 ++ mktemp -d [2020-11-30T03:17:30.523Z] #51 1.467 + export GOPATH=/tmp/tmp.W2PRGVpfom [2020-11-30T03:17:30.523Z] #51 1.467 + GOPATH=/tmp/tmp.W2PRGVpfom [2020-11-30T03:17:30.523Z] #51 1.467 + RM_GOPATH=1 [2020-11-30T03:17:30.523Z] #51 1.467 + case "$(go env GOARCH)" in [2020-11-30T03:17:30.523Z] #51 1.468 ++ go env GOARCH [2020-11-30T03:17:30.523Z] #51 1.512 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:30.523Z] #51 1.512 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:30.523Z] #51 1.512 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:30.523Z] #51 1.512 + dir=/tmp/install [2020-11-30T03:17:30.523Z] #51 1.512 + bin=runc [2020-11-30T03:17:30.523Z] #51 1.512 + shift [2020-11-30T03:17:30.523Z] #51 1.512 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-30T03:17:30.523Z] #51 1.512 + . /tmp/install/runc.installer [2020-11-30T03:17:30.523Z] #51 1.512 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:17:30.523Z] #51 1.512 + install_runc [2020-11-30T03:17:30.523Z] #51 1.528 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-30T03:17:30.523Z] #51 1.534 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-30T03:17:30.523Z] #51 1.535 + uname -r [2020-11-30T03:17:30.523Z] #51 1.535 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-30T03:17:30.523Z] #51 1.535 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-30T03:17:30.523Z] #51 1.535 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.W2PRGVpfom/src/github.com/opencontainers/runc [2020-11-30T03:17:30.523Z] #51 1.565 Cloning into '/tmp/tmp.W2PRGVpfom/src/github.com/opencontainers/runc'... [2020-11-30T03:17:30.633Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-30T03:17:31.466Z] #51 ... [2020-11-30T03:17:31.466Z] [2020-11-30T03:17:31.466Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:17:31.466Z] #13 DONE 1.3s [2020-11-30T03:17:31.466Z] [2020-11-30T03:17:31.466Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:31.466Z] #41 51.16 CC compel/src/lib/ptrace.o [2020-11-30T03:17:31.902Z] #27 ... [2020-11-30T03:17:31.902Z] [2020-11-30T03:17:31.902Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-11-30T03:17:31.902Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.9s done [2020-11-30T03:17:31.902Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-11-30T03:17:31.902Z] #8 DONE 41.1s [2020-11-30T03:17:31.902Z] [2020-11-30T03:17:31.902Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:17:31.967Z] #30 ... [2020-11-30T03:17:31.967Z] [2020-11-30T03:17:31.967Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:31.967Z] #27 2.558 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-11-30T03:17:31.967Z] #27 2.673 [2020-11-30T03:17:31.967Z] #27 2.871 0.0% ### 4.4% ########### 16.4% ###################### 31.7% ################################### 49.9% ########################################### 60.5% ################################################# 68.2% ######################################################## 78.9% #################################################################### 94.5% ######################################################################## 100.0% [2020-11-30T03:17:31.967Z] #27 3.959 [2020-11-30T03:17:31.967Z] #27 4.135 0.0% ####################################### 54.4% ######################################################################## 100.0% [2020-11-30T03:17:31.967Z] #27 4.497 [2020-11-30T03:17:31.967Z] #27 4.658 0.0% ###################################### 53.6% ######################################################################## 100.0% [2020-11-30T03:17:31.967Z] #27 5.114 [2020-11-30T03:17:31.997Z] #55 ... [2020-11-30T03:17:31.997Z] [2020-11-30T03:17:31.997Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:31.997Z] #12 25.23 Reading package lists... [2020-11-30T03:17:31.997Z] #12 32.61 Building dependency tree... [2020-11-30T03:17:31.997Z] #12 35.21 The following additional packages will be installed: [2020-11-30T03:17:31.997Z] #12 35.21 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-30T03:17:31.997Z] #12 35.22 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-30T03:17:31.997Z] #12 35.22 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-30T03:17:31.997Z] #12 35.22 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:17:31.997Z] #12 35.23 Suggested packages: [2020-11-30T03:17:31.997Z] #12 35.23 gcc-8-locales seccomp wine64 [2020-11-30T03:17:31.997Z] #12 37.11 The following NEW packages will be installed: [2020-11-30T03:17:31.997Z] #12 37.12 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-30T03:17:31.997Z] #12 37.12 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-30T03:17:31.997Z] #12 37.12 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-30T03:17:31.997Z] #12 37.12 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-30T03:17:31.997Z] #12 37.12 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-30T03:17:31.997Z] #12 37.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:17:31.997Z] #12 37.42 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:17:31.997Z] #12 37.42 Need to get 78.9 MB of archives. [2020-11-30T03:17:31.997Z] #12 37.42 After this operation, 532 MB of additional disk space will be used. [2020-11-30T03:17:31.997Z] #12 37.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-11-30T03:17:31.998Z] #12 38.33 Get:2 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-11-30T03:17:31.998Z] #12 39.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-30T03:17:31.998Z] #12 39.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-11-30T03:17:31.998Z] #12 39.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-11-30T03:17:31.998Z] #12 39.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-30T03:17:31.998Z] #12 39.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-30T03:17:31.998Z] #12 40.04 Get:8 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-11-30T03:17:31.998Z] #12 40.37 Get:9 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-11-30T03:17:31.999Z] #8 DONE 41.4s [2020-11-30T03:17:31.999Z] [2020-11-30T03:17:31.999Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:17:31.999Z] #9 ... [2020-11-30T03:17:31.999Z] [2020-11-30T03:17:31.999Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:31.999Z] #27 DONE 14.6s [2020-11-30T03:17:32.045Z] #41 51.63 AR compel/libcompel.a [2020-11-30T03:17:32.045Z] #41 51.68 HOSTCC compel/src/main-host.o [2020-11-30T03:17:32.256Z] [2020-11-30T03:17:32.256Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:17:32.299Z] #12 ... [2020-11-30T03:17:32.299Z] [2020-11-30T03:17:32.299Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:32.299Z] #41 39.18 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-11-30T03:17:32.299Z] #41 39.19 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-11-30T03:17:32.299Z] #41 39.19 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-30T03:17:32.299Z] #41 39.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-11-30T03:17:32.299Z] #41 39.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-11-30T03:17:32.299Z] #41 40.94 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:32.299Z] #41 41.41 Fetched 4075 kB in 1s (4462 kB/s) [2020-11-30T03:17:32.299Z] #41 41.53 Selecting previously unselected package libcap-dev:ppc64el. [2020-11-30T03:17:32.299Z] #41 41.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 ... 15339 files and directories currently installed.) [2020-11-30T03:17:32.299Z] #41 41.66 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-11-30T03:17:32.299Z] #41 41.69 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-11-30T03:17:32.299Z] #41 41.94 Selecting previously unselected package libnet1:ppc64el. [2020-11-30T03:17:32.299Z] #41 41.95 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-30T03:17:32.299Z] #41 41.96 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-30T03:17:32.299Z] #41 42.07 Selecting previously unselected package libnet1-dev. [2020-11-30T03:17:32.299Z] #41 42.08 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-30T03:17:32.299Z] #41 42.09 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:17:32.299Z] #41 42.33 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-30T03:17:32.299Z] #41 42.34 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-30T03:17:32.299Z] #41 42.35 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-30T03:17:32.299Z] #41 42.53 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-11-30T03:17:32.299Z] #41 42.53 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-11-30T03:17:32.299Z] #41 42.55 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-30T03:17:32.311Z] #41 52.00 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-30T03:17:32.311Z] #41 ... [2020-11-30T03:17:32.311Z] [2020-11-30T03:17:32.311Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-30T03:17:32.311Z] #14 0.977 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-30T03:17:32.311Z] #14 DONE 1.1s [2020-11-30T03:17:32.573Z] [2020-11-30T03:17:32.573Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:32.573Z] #41 52.23 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-30T03:17:32.907Z] #41 42.93 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-30T03:17:32.907Z] #41 42.95 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-30T03:17:32.907Z] #41 42.96 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-30T03:17:32.907Z] #41 43.04 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-11-30T03:17:32.907Z] #41 43.05 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-11-30T03:17:32.907Z] #41 43.06 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-30T03:17:33.033Z] #27 5.385 0.0% ##### 8.1% ############# 18.9% ################### 27.8% ######################## 34.6% ############################ 39.5% ################################# 46.2% ####################################### 54.3% ########################################## 59.3% ############################################## 65.0% #################################################### 72.9% ########################################################## 81.7% ################################################################ 90.0% ##################################################################### 96.0% ######################################################################## 100.0% [2020-11-30T03:17:33.149Z] #41 52.90 HOSTCC compel/src/lib/log-host.o [2020-11-30T03:17:33.189Z] #9 DONE 1.0s [2020-11-30T03:17:33.189Z] [2020-11-30T03:17:33.189Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-30T03:17:33.206Z] #41 43.19 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-11-30T03:17:33.206Z] #41 43.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-11-30T03:17:33.206Z] #41 43.22 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-30T03:17:33.298Z] #27 7.347 [2020-11-30T03:17:33.412Z] #41 53.17 HOSTLINK compel/compel-host-bin [2020-11-30T03:17:33.507Z] #41 43.62 Selecting previously unselected package libprotobuf17:ppc64el. [2020-11-30T03:17:33.507Z] #41 43.63 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-11-30T03:17:33.507Z] #41 43.64 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:33.673Z] #41 ... [2020-11-30T03:17:33.674Z] [2020-11-30T03:17:33.674Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-30T03:17:33.674Z] #15 DONE 1.2s [2020-11-30T03:17:33.674Z] [2020-11-30T03:17:33.674Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:33.674Z] #41 53.32 DEP soccr/soccr.d [2020-11-30T03:17:33.807Z] #41 ... [2020-11-30T03:17:33.807Z] [2020-11-30T03:17:33.807Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:33.807Z] #35 26.66 Reading package lists... [2020-11-30T03:17:33.807Z] #35 34.28 Building dependency tree... [2020-11-30T03:17:33.807Z] #35 37.25 The following additional packages will be installed: [2020-11-30T03:17:33.807Z] #35 37.27 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-30T03:17:33.807Z] #35 37.28 Suggested packages: [2020-11-30T03:17:33.807Z] #35 37.28 cmake-doc ninja-build lrzip [2020-11-30T03:17:33.807Z] #35 37.28 Recommended packages: [2020-11-30T03:17:33.807Z] #35 37.28 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-30T03:17:33.807Z] #35 38.56 The following NEW packages will be installed: [2020-11-30T03:17:33.807Z] #35 38.62 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-30T03:17:33.807Z] #35 38.62 vim-common xxd [2020-11-30T03:17:33.807Z] #35 38.92 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:17:33.807Z] #35 38.92 Need to get 14.9 MB of archives. [2020-11-30T03:17:33.807Z] #35 38.92 After this operation, 67.2 MB of additional disk space will be used. [2020-11-30T03:17:33.807Z] #35 38.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-30T03:17:33.807Z] #35 38.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:17:33.807Z] #35 39.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-11-30T03:17:33.807Z] #35 39.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-30T03:17:33.807Z] #35 40.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-11-30T03:17:33.807Z] #35 40.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-11-30T03:17:33.807Z] #35 40.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-11-30T03:17:33.807Z] #35 40.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-11-30T03:17:33.807Z] #35 40.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-11-30T03:17:33.807Z] #35 40.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-11-30T03:17:33.807Z] #35 42.96 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:33.807Z] #35 43.15 Fetched 14.9 MB in 3s (5788 kB/s) [2020-11-30T03:17:33.807Z] #35 43.29 Selecting previously unselected package xxd. [2020-11-30T03:17:33.807Z] #35 43.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-11-30T03:17:33.807Z] #35 43.38 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-30T03:17:33.807Z] #35 43.38 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:17:33.807Z] #35 43.64 Selecting previously unselected package vim-common. [2020-11-30T03:17:33.807Z] #35 43.64 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:17:33.807Z] #35 43.69 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:17:33.807Z] #35 44.02 Selecting previously unselected package cmake-data. [2020-11-30T03:17:33.807Z] #35 44.03 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-30T03:17:33.807Z] #35 44.04 Unpacking cmake-data (3.13.4-1) ... [2020-11-30T03:17:33.935Z] #41 53.68 CC soccr/soccr.o [2020-11-30T03:17:34.109Z] #35 ... [2020-11-30T03:17:34.109Z] [2020-11-30T03:17:34.109Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:34.109Z] #63 DONE 44.4s [2020-11-30T03:17:34.109Z] [2020-11-30T03:17:34.109Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:34.109Z] #41 44.43 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-11-30T03:17:34.410Z] #41 44.44 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-11-30T03:17:34.410Z] #41 44.46 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:34.419Z] #9 ... [2020-11-30T03:17:34.419Z] [2020-11-30T03:17:34.419Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:34.419Z] #27 DONE 15.7s [2020-11-30T03:17:34.419Z] [2020-11-30T03:17:34.419Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-11-30T03:17:34.556Z] #10 DONE 1.3s [2020-11-30T03:17:34.556Z] [2020-11-30T03:17:34.556Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:34.556Z] #62 ... [2020-11-30T03:17:34.556Z] [2020-11-30T03:17:34.556Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-30T03:17:34.556Z] #37 DONE 0.2s [2020-11-30T03:17:34.556Z] [2020-11-30T03:17:34.556Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-30T03:17:34.556Z] #29 DONE 0.2s [2020-11-30T03:17:34.556Z] [2020-11-30T03:17:34.556Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:34.707Z] #41 44.86 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-11-30T03:17:34.707Z] #41 44.90 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-11-30T03:17:34.707Z] #41 44.90 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:34.879Z] #41 ... [2020-11-30T03:17:34.879Z] [2020-11-30T03:17:34.879Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:17:34.879Z] #16 DONE 1.1s [2020-11-30T03:17:34.879Z] [2020-11-30T03:17:34.879Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:17:35.353Z] #9 DONE 3.8s [2020-11-30T03:17:35.353Z] [2020-11-30T03:17:35.353Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-11-30T03:17:35.822Z] #17 DONE 1.0s [2020-11-30T03:17:35.823Z] [2020-11-30T03:17:35.823Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:17:36.282Z] #10 DONE 0.9s [2020-11-30T03:17:36.282Z] [2020-11-30T03:17:36.282Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:36.371Z] #27 7.689 0.0% # 1.8% ## 3.5% ### 4.9% #### 6.6% ##### 8.1% ###### 9.6% ####### 10.9% ######## 11.7% ########## 13.9% ########### 15.6% ############ 17.3% ############# 18.7% ############## 20.7% ################ 22.8% ################# 24.7% ################## 25.9% ################### 27.4% ##################### 29.4% ###################### 31.1% ####################### 32.2% ####################### 33.3% ######################## 34.3% [2020-11-30T03:17:36.371Z] #27 ... [2020-11-30T03:17:36.371Z] [2020-11-30T03:17:36.371Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:36.371Z] #56 4.828 + RM_GOPATH=0 [2020-11-30T03:17:36.371Z] #56 4.828 + TMP_GOPATH= [2020-11-30T03:17:36.371Z] #56 4.828 + : /build [2020-11-30T03:17:36.371Z] #56 4.828 + '[' -z '' ']' [2020-11-30T03:17:36.371Z] #56 4.831 ++ mktemp -d [2020-11-30T03:17:36.371Z] #56 4.831 + export GOPATH=/tmp/tmp.R8mi0tQ7DX [2020-11-30T03:17:36.371Z] #56 4.831 + GOPATH=/tmp/tmp.R8mi0tQ7DX [2020-11-30T03:17:36.371Z] #56 4.831 + RM_GOPATH=1 [2020-11-30T03:17:36.371Z] #56 4.831 + case "$(go env GOARCH)" in [2020-11-30T03:17:36.371Z] #56 4.845 ++ go env GOARCH [2020-11-30T03:17:36.371Z] #56 4.861 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.371Z] #56 4.861 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.371Z] #56 4.863 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:36.371Z] #56 4.875 + dir=/tmp/install [2020-11-30T03:17:36.371Z] #56 4.875 + bin=rootlesskit [2020-11-30T03:17:36.371Z] #56 4.875 + shift [2020-11-30T03:17:36.371Z] #56 4.875 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-30T03:17:36.371Z] #56 4.875 + . /tmp/install/rootlesskit.installer [2020-11-30T03:17:36.371Z] #56 4.875 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:36.371Z] #56 4.875 + install_rootlesskit [2020-11-30T03:17:36.371Z] #56 4.875 + case "$1" in [2020-11-30T03:17:36.371Z] #56 4.875 + export CGO_ENABLED=0 [2020-11-30T03:17:36.371Z] #56 4.875 + CGO_ENABLED=0 [2020-11-30T03:17:36.371Z] #56 4.875 + _install_rootlesskit [2020-11-30T03:17:36.371Z] #56 4.875 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-30T03:17:36.371Z] #56 4.875 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.R8mi0tQ7DX/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:17:36.371Z] #56 4.881 Cloning into '/tmp/tmp.R8mi0tQ7DX/src/github.com/rootless-containers/rootlesskit'... [2020-11-30T03:17:36.371Z] #56 4.885 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:36.371Z] #56 9.086 + cd /tmp/tmp.R8mi0tQ7DX/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:17:36.371Z] #56 9.101 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:36.371Z] #56 9.217 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:17:36.371Z] #56 9.218 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-30T03:17:36.371Z] #56 ... [2020-11-30T03:17:36.371Z] [2020-11-30T03:17:36.371Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:36.371Z] #34 6.627 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:36.371Z] #34 6.775 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:36.371Z] #34 6.788 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:36.371Z] #34 7.848 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-30T03:17:36.371Z] #34 9.907 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-11-30T03:17:36.538Z] #40 ... [2020-11-30T03:17:36.538Z] [2020-11-30T03:17:36.538Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-11-30T03:17:36.538Z] #29 DONE 0.1s [2020-11-30T03:17:36.538Z] [2020-11-30T03:17:36.538Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-11-30T03:17:36.538Z] #37 DONE 0.1s [2020-11-30T03:17:36.538Z] [2020-11-30T03:17:36.538Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:36.636Z] #34 ... [2020-11-30T03:17:36.636Z] [2020-11-30T03:17:36.636Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:36.636Z] #38 5.223 + git clone https://github.com/docker/distribution.git . [2020-11-30T03:17:36.636Z] #38 5.267 Cloning into '.'... [2020-11-30T03:17:36.636Z] #38 ... [2020-11-30T03:17:36.636Z] [2020-11-30T03:17:36.636Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:36.636Z] #45 6.268 + RM_GOPATH=0 [2020-11-30T03:17:36.636Z] #45 6.268 + TMP_GOPATH= [2020-11-30T03:17:36.636Z] #45 6.373 + : /build [2020-11-30T03:17:36.636Z] #45 6.373 + '[' -z '' ']' [2020-11-30T03:17:36.636Z] #45 6.373 ++ mktemp -d [2020-11-30T03:17:36.636Z] #45 6.373 + export GOPATH=/tmp/tmp.fjM6bpKDox [2020-11-30T03:17:36.636Z] #45 6.373 + GOPATH=/tmp/tmp.fjM6bpKDox [2020-11-30T03:17:36.636Z] #45 6.373 + RM_GOPATH=1 [2020-11-30T03:17:36.636Z] #45 6.373 + case "$(go env GOARCH)" in [2020-11-30T03:17:36.636Z] #45 6.373 ++ go env GOARCH [2020-11-30T03:17:36.636Z] #45 6.373 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.636Z] #45 6.373 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.636Z] #45 6.373 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:36.636Z] #45 6.373 + dir=/tmp/install [2020-11-30T03:17:36.636Z] #45 6.373 + bin=gotestsum [2020-11-30T03:17:36.636Z] #45 6.373 + shift [2020-11-30T03:17:36.636Z] #45 6.373 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-30T03:17:36.636Z] #45 6.373 + . /tmp/install/gotestsum.installer [2020-11-30T03:17:36.636Z] #45 6.373 ++ : v0.5.3 [2020-11-30T03:17:36.636Z] #45 6.373 + install_gotestsum [2020-11-30T03:17:36.636Z] #45 6.373 + set -e [2020-11-30T03:17:36.636Z] #45 6.373 + export GO111MODULE=on [2020-11-30T03:17:36.636Z] #45 6.373 + GO111MODULE=on [2020-11-30T03:17:36.636Z] #45 6.373 + GOBIN=/build [2020-11-30T03:17:36.636Z] #45 6.373 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-30T03:17:36.636Z] #45 6.373 go: finding gotest.tools v0.5.3 [2020-11-30T03:17:36.636Z] #45 6.373 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:36.636Z] #45 7.821 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:36.636Z] #45 8.785 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:36.636Z] #45 10.00 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:36.636Z] #45 10.01 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:36.636Z] #45 10.06 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:36.636Z] #45 10.14 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:36.636Z] #45 10.29 go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:17:36.636Z] #45 10.31 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:36.636Z] #45 10.38 go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:17:36.636Z] #45 10.46 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:36.636Z] #45 10.59 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:36.636Z] #45 ... [2020-11-30T03:17:36.636Z] [2020-11-30T03:17:36.636Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:36.636Z] #62 6.055 + RM_GOPATH=0 [2020-11-30T03:17:36.636Z] #62 6.055 + TMP_GOPATH= [2020-11-30T03:17:36.636Z] #62 6.055 + : /build [2020-11-30T03:17:36.636Z] #62 6.055 + '[' -z '' ']' [2020-11-30T03:17:36.636Z] #62 6.056 ++ mktemp -d [2020-11-30T03:17:36.636Z] #62 6.059 + export GOPATH=/tmp/tmp.SyGyF7z1sm [2020-11-30T03:17:36.636Z] #62 6.059 + GOPATH=/tmp/tmp.SyGyF7z1sm [2020-11-30T03:17:36.636Z] #62 6.059 + RM_GOPATH=1 [2020-11-30T03:17:36.636Z] #62 6.059 + case "$(go env GOARCH)" in [2020-11-30T03:17:36.636Z] #62 6.059 ++ go env GOARCH [2020-11-30T03:17:36.636Z] #62 6.083 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.636Z] #62 6.083 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.636Z] #62 6.092 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:36.636Z] #62 6.094 + dir=/tmp/install [2020-11-30T03:17:36.636Z] #62 6.094 + bin=proxy [2020-11-30T03:17:36.636Z] #62 6.094 + shift [2020-11-30T03:17:36.636Z] #62 6.094 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-30T03:17:36.636Z] #62 6.094 + . /tmp/install/proxy.installer [2020-11-30T03:17:36.636Z] #62 6.094 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:36.636Z] #62 6.094 + install_proxy [2020-11-30T03:17:36.636Z] #62 6.094 + case "$1" in [2020-11-30T03:17:36.636Z] #62 6.094 + export CGO_ENABLED=0 [2020-11-30T03:17:36.636Z] #62 6.094 + CGO_ENABLED=0 [2020-11-30T03:17:36.636Z] #62 6.094 + _install_proxy [2020-11-30T03:17:36.636Z] #62 6.094 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b' [2020-11-30T03:17:36.636Z] #62 6.094 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SyGyF7z1sm/src/github.com/docker/libnetwork [2020-11-30T03:17:36.636Z] #62 6.095 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:36.636Z] #62 6.105 Cloning into '/tmp/tmp.SyGyF7z1sm/src/github.com/docker/libnetwork'... [2020-11-30T03:17:36.832Z] #41 46.67 Selecting previously unselected package libprotoc17:ppc64el. [2020-11-30T03:17:36.832Z] #41 46.68 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-11-30T03:17:36.832Z] #41 46.68 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:36.929Z] #62 ... [2020-11-30T03:17:36.929Z] [2020-11-30T03:17:36.929Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:36.929Z] #43 5.383 + RM_GOPATH=0 [2020-11-30T03:17:36.929Z] #43 5.384 + TMP_GOPATH= [2020-11-30T03:17:36.929Z] #43 5.384 + : /build [2020-11-30T03:17:36.929Z] #43 5.384 + '[' -z '' ']' [2020-11-30T03:17:36.929Z] #43 5.384 ++ mktemp -d [2020-11-30T03:17:36.929Z] #43 5.393 + export GOPATH=/tmp/tmp.UWpq7iBylI [2020-11-30T03:17:36.929Z] #43 5.393 + GOPATH=/tmp/tmp.UWpq7iBylI [2020-11-30T03:17:36.929Z] #43 5.393 + RM_GOPATH=1 [2020-11-30T03:17:36.929Z] #43 5.393 + case "$(go env GOARCH)" in [2020-11-30T03:17:36.929Z] #43 5.393 ++ go env GOARCH [2020-11-30T03:17:36.929Z] #43 5.489 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.929Z] #43 5.489 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:36.929Z] #43 5.489 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:36.929Z] #43 5.501 + dir=/tmp/install [2020-11-30T03:17:36.929Z] #43 5.501 + bin=vndr [2020-11-30T03:17:36.929Z] #43 5.501 + shift [2020-11-30T03:17:36.929Z] #43 5.501 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-30T03:17:36.929Z] #43 5.501 + . /tmp/install/vndr.installer [2020-11-30T03:17:36.929Z] #43 5.501 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:36.929Z] #43 5.501 + install_vndr [2020-11-30T03:17:36.929Z] #43 5.501 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-30T03:17:36.929Z] #43 5.501 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.UWpq7iBylI/src/github.com/LK4D4/vndr [2020-11-30T03:17:36.929Z] #43 5.501 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:36.929Z] #43 5.512 Cloning into '/tmp/tmp.UWpq7iBylI/src/github.com/LK4D4/vndr'... [2020-11-30T03:17:36.929Z] #43 6.381 + cd /tmp/tmp.UWpq7iBylI/src/github.com/LK4D4/vndr [2020-11-30T03:17:36.929Z] #43 6.381 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:36.929Z] #43 6.419 + go build -buildmode=pie -v -o /build/vndr . [2020-11-30T03:17:36.929Z] #43 8.494 sync/atomic [2020-11-30T03:17:36.929Z] #43 8.503 unicode [2020-11-30T03:17:36.929Z] #43 8.529 internal/bytealg [2020-11-30T03:17:36.929Z] #43 8.590 math [2020-11-30T03:17:36.929Z] #43 9.361 internal/testlog [2020-11-30T03:17:36.929Z] #43 10.10 unicode/utf16 [2020-11-30T03:17:36.929Z] #43 ... [2020-11-30T03:17:36.929Z] [2020-11-30T03:17:36.929Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:36.929Z] #40 5.915 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:36.929Z] #40 5.988 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:36.929Z] #40 5.988 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:36.929Z] #40 7.017 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-30T03:17:36.929Z] #40 8.799 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-11-30T03:17:36.929Z] #40 10.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-30T03:17:37.132Z] #41 47.18 Selecting previously unselected package protobuf-c-compiler. [2020-11-30T03:17:37.132Z] #41 47.18 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-11-30T03:17:37.132Z] #41 47.20 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:17:37.193Z] #40 ... [2020-11-30T03:17:37.193Z] [2020-11-30T03:17:37.193Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:37.193Z] #53 3.371 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:37.193Z] #53 3.387 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:37.193Z] #53 3.546 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:37.193Z] #53 3.745 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-30T03:17:37.193Z] #53 4.253 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-11-30T03:17:37.193Z] #53 4.855 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-30T03:17:37.193Z] #53 8.237 Fetched 8230 kB in 5s (1568 kB/s) [2020-11-30T03:17:37.193Z] #53 8.237 Reading package lists... [2020-11-30T03:17:37.193Z] #53 ... [2020-11-30T03:17:37.193Z] [2020-11-30T03:17:37.193Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:37.193Z] #47 4.805 + RM_GOPATH=0 [2020-11-30T03:17:37.193Z] #47 4.805 + TMP_GOPATH= [2020-11-30T03:17:37.193Z] #47 4.805 + : /build [2020-11-30T03:17:37.193Z] #47 4.805 + '[' -z '' ']' [2020-11-30T03:17:37.193Z] #47 4.805 ++ mktemp -d [2020-11-30T03:17:37.193Z] #47 4.807 + export GOPATH=/tmp/tmp.mAvnELv8yo [2020-11-30T03:17:37.193Z] #47 4.807 + GOPATH=/tmp/tmp.mAvnELv8yo [2020-11-30T03:17:37.193Z] #47 4.807 + RM_GOPATH=1 [2020-11-30T03:17:37.193Z] #47 4.807 + case "$(go env GOARCH)" in [2020-11-30T03:17:37.193Z] #47 4.809 ++ go env GOARCH [2020-11-30T03:17:37.193Z] #47 4.821 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.193Z] #47 4.821 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.193Z] #47 4.827 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:37.193Z] #47 4.830 + dir=/tmp/install [2020-11-30T03:17:37.193Z] #47 4.830 + bin=golangci_lint [2020-11-30T03:17:37.193Z] #47 4.830 + shift [2020-11-30T03:17:37.193Z] #47 4.830 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-30T03:17:37.193Z] #47 4.830 + . /tmp/install/golangci_lint.installer [2020-11-30T03:17:37.193Z] #47 4.830 ++ : v1.23.8 [2020-11-30T03:17:37.193Z] #47 4.830 + install_golangci_lint [2020-11-30T03:17:37.193Z] #47 4.830 + set -e [2020-11-30T03:17:37.193Z] #47 4.830 + export GO111MODULE=on [2020-11-30T03:17:37.193Z] #47 4.830 + GO111MODULE=on [2020-11-30T03:17:37.193Z] #47 4.830 + GOBIN=/build [2020-11-30T03:17:37.193Z] #47 4.830 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-30T03:17:37.193Z] #47 4.867 go: finding github.com v1.23.8 [2020-11-30T03:17:37.193Z] #47 4.869 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-30T03:17:37.193Z] #47 4.869 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-30T03:17:37.193Z] #47 4.869 go: finding github.com/golangci v1.23.8 [2020-11-30T03:17:37.193Z] #47 4.869 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:37.193Z] #47 5.782 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:37.193Z] #47 6.683 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:37.224Z] #18 1.610 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:37.434Z] #41 47.46 Selecting previously unselected package protobuf-compiler. [2020-11-30T03:17:37.434Z] #41 47.49 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-11-30T03:17:37.434Z] #41 47.49 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:17:37.434Z] #41 47.63 Selecting previously unselected package python-pkg-resources. [2020-11-30T03:17:37.434Z] #41 47.64 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:17:37.434Z] #41 47.65 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-30T03:17:37.460Z] #47 ... [2020-11-30T03:17:37.460Z] [2020-11-30T03:17:37.460Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:37.460Z] #32 5.018 + RM_GOPATH=0 [2020-11-30T03:17:37.460Z] #32 5.018 + TMP_GOPATH= [2020-11-30T03:17:37.460Z] #32 5.018 + : /build [2020-11-30T03:17:37.460Z] #32 5.018 + '[' -z '' ']' [2020-11-30T03:17:37.460Z] #32 5.019 ++ mktemp -d [2020-11-30T03:17:37.460Z] #32 5.024 + export GOPATH=/tmp/tmp.vKXllEX27I [2020-11-30T03:17:37.460Z] #32 5.024 + GOPATH=/tmp/tmp.vKXllEX27I [2020-11-30T03:17:37.460Z] #32 5.024 + RM_GOPATH=1 [2020-11-30T03:17:37.460Z] #32 5.024 + case "$(go env GOARCH)" in [2020-11-30T03:17:37.460Z] #32 5.024 ++ go env GOARCH [2020-11-30T03:17:37.460Z] #32 5.041 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:37.460Z] #32 5.041 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.460Z] #32 5.041 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.460Z] #32 5.041 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:37.460Z] #32 5.041 + dir=/tmp/install [2020-11-30T03:17:37.460Z] #32 5.041 + bin=tomlv [2020-11-30T03:17:37.460Z] #32 5.041 + shift [2020-11-30T03:17:37.460Z] #32 5.041 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-30T03:17:37.460Z] #32 5.041 + . /tmp/install/tomlv.installer [2020-11-30T03:17:37.460Z] #32 5.041 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:37.460Z] #32 5.041 + install_tomlv [2020-11-30T03:17:37.460Z] #32 5.041 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-30T03:17:37.460Z] #32 5.041 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.vKXllEX27I/src/github.com/BurntSushi/toml [2020-11-30T03:17:37.460Z] #32 5.057 Cloning into '/tmp/tmp.vKXllEX27I/src/github.com/BurntSushi/toml'... [2020-11-30T03:17:37.460Z] #32 6.197 + cd /tmp/tmp.vKXllEX27I/src/github.com/BurntSushi/toml [2020-11-30T03:17:37.460Z] #32 6.197 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:37.460Z] #32 6.203 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:17:37.460Z] #32 6.939 math/bits [2020-11-30T03:17:37.460Z] #32 6.970 runtime/internal/sys [2020-11-30T03:17:37.460Z] #32 7.003 internal/cpu [2020-11-30T03:17:37.460Z] #32 7.050 runtime/internal/atomic [2020-11-30T03:17:37.460Z] #32 7.108 runtime/internal/math [2020-11-30T03:17:37.460Z] #32 7.213 unicode/utf8 [2020-11-30T03:17:37.460Z] #32 7.806 internal/race [2020-11-30T03:17:37.460Z] #32 7.958 math [2020-11-30T03:17:37.460Z] #32 8.005 sync/atomic [2020-11-30T03:17:37.460Z] #32 8.049 unicode [2020-11-30T03:17:37.460Z] #32 8.233 internal/bytealg [2020-11-30T03:17:37.460Z] #32 8.895 internal/testlog [2020-11-30T03:17:37.460Z] #32 9.466 encoding [2020-11-30T03:17:37.460Z] #32 10.02 runtime/cgo [2020-11-30T03:17:37.460Z] #32 10.57 runtime [2020-11-30T03:17:37.460Z] #32 ... [2020-11-30T03:17:37.460Z] [2020-11-30T03:17:37.460Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:37.460Z] #22 4.932 + RM_GOPATH=0 [2020-11-30T03:17:37.460Z] #22 4.932 + TMP_GOPATH= [2020-11-30T03:17:37.460Z] #22 4.932 + : /build [2020-11-30T03:17:37.460Z] #22 4.932 + '[' -z '' ']' [2020-11-30T03:17:37.460Z] #22 4.933 ++ mktemp -d [2020-11-30T03:17:37.460Z] #22 4.935 + export GOPATH=/tmp/tmp.0XerXq4xWb [2020-11-30T03:17:37.460Z] #22 4.935 + GOPATH=/tmp/tmp.0XerXq4xWb [2020-11-30T03:17:37.460Z] #22 4.935 + RM_GOPATH=1 [2020-11-30T03:17:37.460Z] #22 4.935 + case "$(go env GOARCH)" in [2020-11-30T03:17:37.460Z] #22 4.938 ++ go env GOARCH [2020-11-30T03:17:37.460Z] #22 4.946 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.460Z] #22 4.946 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.460Z] #22 4.950 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:37.460Z] #22 4.953 Install docker/cli version 17.06.2-ce from stable [2020-11-30T03:17:37.460Z] #22 4.953 + dir=/tmp/install [2020-11-30T03:17:37.460Z] #22 4.953 + bin=dockercli [2020-11-30T03:17:37.460Z] #22 4.953 + shift [2020-11-30T03:17:37.460Z] #22 4.953 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-30T03:17:37.460Z] #22 4.953 + . /tmp/install/dockercli.installer [2020-11-30T03:17:37.460Z] #22 4.953 ++ : stable [2020-11-30T03:17:37.460Z] #22 4.953 ++ : 17.06.2-ce [2020-11-30T03:17:37.460Z] #22 4.953 + install_dockercli [2020-11-30T03:17:37.460Z] #22 4.953 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-30T03:17:37.460Z] #22 4.953 ++ uname -m [2020-11-30T03:17:37.460Z] #22 4.955 + arch=aarch64 [2020-11-30T03:17:37.460Z] #22 4.955 + '[' aarch64 '!=' x86_64 ']' [2020-11-30T03:17:37.460Z] #22 4.955 + '[' aarch64 '!=' s390x ']' [2020-11-30T03:17:37.460Z] #22 4.955 + '[' aarch64 '!=' armhf ']' [2020-11-30T03:17:37.460Z] #22 4.955 + build_dockercli [2020-11-30T03:17:37.460Z] #22 4.955 + git clone https://github.com/docker/docker-ce /tmp/tmp.0XerXq4xWb/tmp/docker-ce [2020-11-30T03:17:37.460Z] #22 4.956 Cloning into '/tmp/tmp.0XerXq4xWb/tmp/docker-ce'... [2020-11-30T03:17:37.460Z] #22 ... [2020-11-30T03:17:37.460Z] [2020-11-30T03:17:37.460Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:37.460Z] #11 5.571 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:37.460Z] #11 5.629 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:37.460Z] #11 5.629 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:37.460Z] #11 6.794 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-30T03:17:37.460Z] #11 8.684 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-11-30T03:17:37.460Z] #11 10.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-30T03:17:37.485Z] #18 1.655 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:37.485Z] #18 1.710 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:37.734Z] #41 47.94 Selecting previously unselected package python-six. [2020-11-30T03:17:37.734Z] #41 47.95 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-30T03:17:37.734Z] #41 47.96 Unpacking python-six (1.12.0-1) ... [2020-11-30T03:17:37.747Z] #11 ... [2020-11-30T03:17:37.747Z] [2020-11-30T03:17:37.747Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:37.747Z] #49 6.061 + RM_GOPATH=0 [2020-11-30T03:17:37.747Z] #49 6.061 + TMP_GOPATH= [2020-11-30T03:17:37.747Z] #49 6.061 + : /build [2020-11-30T03:17:37.747Z] #49 6.061 + '[' -z '' ']' [2020-11-30T03:17:37.747Z] #49 6.061 ++ mktemp -d [2020-11-30T03:17:37.747Z] #49 6.065 + export GOPATH=/tmp/tmp.9pWpFKeCvO [2020-11-30T03:17:37.747Z] #49 6.065 + GOPATH=/tmp/tmp.9pWpFKeCvO [2020-11-30T03:17:37.747Z] #49 6.065 + RM_GOPATH=1 [2020-11-30T03:17:37.747Z] #49 6.065 + case "$(go env GOARCH)" in [2020-11-30T03:17:37.747Z] #49 6.065 ++ go env GOARCH [2020-11-30T03:17:37.747Z] #49 6.095 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.747Z] #49 6.106 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:37.747Z] #49 6.119 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:37.747Z] #49 6.121 + dir=/tmp/install [2020-11-30T03:17:37.747Z] #49 6.121 + bin=shfmt [2020-11-30T03:17:37.747Z] #49 6.121 + shift [2020-11-30T03:17:37.747Z] #49 6.121 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-30T03:17:37.747Z] #49 6.121 + . /tmp/install/shfmt.installer [2020-11-30T03:17:37.747Z] #49 6.121 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:37.747Z] #49 6.121 + install_shfmt [2020-11-30T03:17:37.747Z] #49 6.121 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-30T03:17:37.748Z] #49 6.121 + git clone https://github.com/mvdan/sh.git /tmp/tmp.9pWpFKeCvO/src/github.com/mvdan/sh [2020-11-30T03:17:37.748Z] #49 6.122 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:37.748Z] #49 6.124 Cloning into '/tmp/tmp.9pWpFKeCvO/src/github.com/mvdan/sh'... [2020-11-30T03:17:37.748Z] #49 ... [2020-11-30T03:17:37.748Z] [2020-11-30T03:17:37.748Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:38.034Z] #41 48.14 Selecting previously unselected package python-protobuf. [2020-11-30T03:17:38.034Z] #41 48.14 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-11-30T03:17:38.034Z] #41 48.15 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-30T03:17:38.064Z] #18 2.296 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:38.688Z] #41 48.76 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:17:39.007Z] #18 3.465 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:39.428Z] #41 ... [2020-11-30T03:17:39.428Z] [2020-11-30T03:17:39.428Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:39.428Z] #48 39.53 go: extracting golang.org/x/text v0.3.2 [2020-11-30T03:17:39.428Z] #48 46.15 go: finding github.com/fatih/color v1.7.0 [2020-11-30T03:17:39.428Z] #48 46.15 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:39.428Z] #48 46.25 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:17:39.428Z] #48 46.35 go: finding github.com/pkg/errors v0.8.1 [2020-11-30T03:17:39.428Z] #48 46.35 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:39.428Z] #48 46.39 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:39.428Z] #48 46.43 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:39.428Z] #48 46.44 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:39.428Z] #48 46.62 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:39.428Z] #48 46.67 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:17:39.428Z] #48 46.69 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:39.428Z] #48 46.72 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.73 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.76 go: finding github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:39.428Z] #48 46.79 go: finding github.com/spf13/viper v1.6.1 [2020-11-30T03:17:39.428Z] #48 46.82 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.83 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.85 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.86 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:17:39.428Z] #48 46.89 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.92 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:17:39.428Z] #48 46.95 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:17:39.428Z] #48 46.99 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:17:39.428Z] #48 47.02 go: finding github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:39.428Z] #48 47.04 go: finding github.com/gobwas/glob v0.2.3 [2020-11-30T03:17:39.428Z] #48 47.07 go: finding github.com/stretchr/objx v0.2.0 [2020-11-30T03:17:39.428Z] #48 47.12 go: finding github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:39.428Z] #48 47.13 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:17:39.428Z] #48 47.15 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:17:39.428Z] #48 47.26 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:17:39.428Z] #48 47.26 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:17:39.428Z] #48 47.29 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:17:39.428Z] #48 47.31 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:39.428Z] #48 47.35 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:17:39.428Z] #48 47.40 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:17:39.428Z] #48 47.41 go: finding github.com/magiconair/properties v1.8.1 [2020-11-30T03:17:39.428Z] #48 47.48 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:17:39.428Z] #48 47.52 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:39.428Z] #48 47.57 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:17:39.428Z] #48 47.66 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:39.428Z] #48 47.67 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:39.428Z] #48 47.70 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:17:39.428Z] #48 47.85 go: finding github.com/spf13/cast v1.3.0 [2020-11-30T03:17:39.428Z] #48 47.86 go: finding github.com/spf13/afero v1.1.2 [2020-11-30T03:17:39.428Z] #48 47.93 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:39.428Z] #48 48.02 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:39.428Z] #48 48.12 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:39.428Z] #48 48.24 go: finding golang.org/x/text v0.3.2 [2020-11-30T03:17:39.428Z] #48 48.26 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:17:39.428Z] #48 48.30 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:17:39.428Z] #48 48.32 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:17:39.428Z] #48 48.37 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:17:39.428Z] #48 48.39 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:17:39.428Z] #48 48.41 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:17:39.428Z] #48 48.48 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:17:39.428Z] #48 48.50 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:17:39.428Z] #48 48.55 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:17:39.428Z] #48 48.74 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-30T03:17:39.428Z] #48 48.74 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:17:39.428Z] #48 48.75 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:17:39.428Z] #48 48.84 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:17:39.428Z] #48 48.86 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:17:39.428Z] #48 48.93 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:17:39.428Z] #48 48.94 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-30T03:17:39.428Z] #48 48.98 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:17:39.428Z] #48 49.00 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:17:39.428Z] #48 49.03 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:17:39.428Z] #48 49.16 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:17:39.428Z] #48 49.26 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-30T03:17:39.428Z] #48 49.43 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:17:39.428Z] #48 49.57 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:17:39.428Z] #48 49.57 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:17:39.428Z] #48 ... [2020-11-30T03:17:39.428Z] [2020-11-30T03:17:39.428Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:39.812Z] #30 ... [2020-11-30T03:17:39.812Z] [2020-11-30T03:17:39.812Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:39.812Z] #45 5.147 + RM_GOPATH=0 [2020-11-30T03:17:39.813Z] #45 5.147 + TMP_GOPATH= [2020-11-30T03:17:39.813Z] #45 5.147 + : /build [2020-11-30T03:17:39.813Z] #45 5.147 + '[' -z '' ']' [2020-11-30T03:17:39.813Z] #45 5.147 ++ mktemp -d [2020-11-30T03:17:39.813Z] #45 5.147 + export GOPATH=/tmp/tmp.Mb6ExNYaHo [2020-11-30T03:17:39.813Z] #45 5.147 + GOPATH=/tmp/tmp.Mb6ExNYaHo [2020-11-30T03:17:39.813Z] #45 5.147 + RM_GOPATH=1 [2020-11-30T03:17:39.813Z] #45 5.147 + case "$(go env GOARCH)" in [2020-11-30T03:17:39.813Z] #45 5.147 ++ go env GOARCH [2020-11-30T03:17:39.813Z] #45 5.153 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:39.813Z] #45 5.153 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:39.813Z] #45 5.153 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:39.813Z] #45 5.154 + dir=/tmp/install [2020-11-30T03:17:39.813Z] #45 5.154 + bin=gotestsum [2020-11-30T03:17:39.813Z] #45 5.154 + shift [2020-11-30T03:17:39.813Z] #45 5.154 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-30T03:17:39.813Z] #45 5.154 + . /tmp/install/gotestsum.installer [2020-11-30T03:17:39.813Z] #45 5.154 ++ : v0.5.3 [2020-11-30T03:17:39.813Z] #45 5.154 + install_gotestsum [2020-11-30T03:17:39.813Z] #45 5.160 + set -e [2020-11-30T03:17:39.813Z] #45 5.160 + export GO111MODULE=on [2020-11-30T03:17:39.813Z] #45 5.160 + GO111MODULE=on [2020-11-30T03:17:39.813Z] #45 5.160 + GOBIN=/build [2020-11-30T03:17:39.813Z] #45 5.160 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-30T03:17:39.813Z] #45 5.186 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:39.813Z] #45 5.187 go: finding gotest.tools v0.5.3 [2020-11-30T03:17:40.036Z] #31 49.50 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-30T03:17:40.036Z] #31 49.97 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-30T03:17:40.070Z] #45 5.736 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:40.392Z] #18 4.849 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:40.634Z] #45 6.233 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:40.853Z] #54 131.1 + bin/containerd-stress [2020-11-30T03:17:40.892Z] #45 ... [2020-11-30T03:17:40.892Z] [2020-11-30T03:17:40.892Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:40.892Z] #49 6.522 + RM_GOPATH=0 [2020-11-30T03:17:40.892Z] #49 6.522 + TMP_GOPATH= [2020-11-30T03:17:40.892Z] #49 6.522 + : /build [2020-11-30T03:17:40.892Z] #49 6.522 + '[' -z '' ']' [2020-11-30T03:17:40.892Z] #49 6.523 ++ mktemp -d [2020-11-30T03:17:40.892Z] #49 6.531 + export GOPATH=/tmp/tmp.XjOdMMo77Y [2020-11-30T03:17:40.892Z] #49 6.531 + GOPATH=/tmp/tmp.XjOdMMo77Y [2020-11-30T03:17:40.892Z] #49 6.531 + RM_GOPATH=1 [2020-11-30T03:17:40.892Z] #49 6.531 + case "$(go env GOARCH)" in [2020-11-30T03:17:40.892Z] #49 6.531 ++ go env GOARCH [2020-11-30T03:17:40.892Z] #49 6.542 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:40.892Z] #49 6.542 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:40.892Z] #49 6.543 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:40.892Z] #49 6.546 + dir=/tmp/install [2020-11-30T03:17:40.892Z] #49 6.546 + bin=shfmt [2020-11-30T03:17:40.892Z] #49 6.546 + shift [2020-11-30T03:17:40.892Z] #49 6.546 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-30T03:17:40.892Z] #49 6.546 + . /tmp/install/shfmt.installer [2020-11-30T03:17:40.892Z] #49 6.546 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:40.892Z] #49 6.546 + install_shfmt [2020-11-30T03:17:40.892Z] #49 6.546 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-30T03:17:40.892Z] #49 6.546 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:40.892Z] #49 6.566 + git clone https://github.com/mvdan/sh.git /tmp/tmp.XjOdMMo77Y/src/github.com/mvdan/sh [2020-11-30T03:17:40.892Z] #49 6.591 Cloning into '/tmp/tmp.XjOdMMo77Y/src/github.com/mvdan/sh'... [2020-11-30T03:17:40.981Z] #31 50.77 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-30T03:17:41.149Z] #49 ... [2020-11-30T03:17:41.149Z] [2020-11-30T03:17:41.149Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:41.149Z] #62 6.739 + RM_GOPATH=0 [2020-11-30T03:17:41.149Z] #62 6.739 + TMP_GOPATH= [2020-11-30T03:17:41.149Z] #62 6.739 + : /build [2020-11-30T03:17:41.149Z] #62 6.739 + '[' -z '' ']' [2020-11-30T03:17:41.149Z] #62 6.739 ++ mktemp -d [2020-11-30T03:17:41.149Z] #62 6.739 + export GOPATH=/tmp/tmp.epDQ3GrZzz [2020-11-30T03:17:41.149Z] #62 6.739 + GOPATH=/tmp/tmp.epDQ3GrZzz [2020-11-30T03:17:41.149Z] #62 6.739 + RM_GOPATH=1 [2020-11-30T03:17:41.149Z] #62 6.739 + case "$(go env GOARCH)" in [2020-11-30T03:17:41.149Z] #62 6.739 ++ go env GOARCH [2020-11-30T03:17:41.149Z] #62 6.785 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:41.149Z] #62 6.787 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:41.149Z] #62 6.787 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:41.149Z] #62 6.787 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:41.149Z] #62 6.787 + dir=/tmp/install [2020-11-30T03:17:41.149Z] #62 6.787 + bin=proxy [2020-11-30T03:17:41.149Z] #62 6.787 + shift [2020-11-30T03:17:41.149Z] #62 6.787 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-30T03:17:41.149Z] #62 6.787 + . /tmp/install/proxy.installer [2020-11-30T03:17:41.149Z] #62 6.787 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:41.149Z] #62 6.787 + install_proxy [2020-11-30T03:17:41.149Z] #62 6.787 + case "$1" in [2020-11-30T03:17:41.149Z] #62 6.787 + export CGO_ENABLED=0 [2020-11-30T03:17:41.149Z] #62 6.787 + CGO_ENABLED=0 [2020-11-30T03:17:41.149Z] #62 6.787 + _install_proxy [2020-11-30T03:17:41.149Z] #62 6.787 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b' [2020-11-30T03:17:41.149Z] #62 6.787 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.epDQ3GrZzz/src/github.com/docker/libnetwork [2020-11-30T03:17:41.149Z] #62 6.787 Cloning into '/tmp/tmp.epDQ3GrZzz/src/github.com/docker/libnetwork'... [2020-11-30T03:17:41.226Z] #54 132.5 + bin/containerd-shim [2020-11-30T03:17:41.778Z] #18 ... [2020-11-30T03:17:41.778Z] [2020-11-30T03:17:41.778Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:41.778Z] #41 55.84 AR soccr/libsoccr.a [2020-11-30T03:17:41.778Z] #41 55.89 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:17:41.778Z] #41 56.44 DEP criu/arch/x86/sigframe.d [2020-11-30T03:17:41.778Z] #41 56.61 DEP criu/arch/x86/sigaction_compat.d [2020-11-30T03:17:41.778Z] #41 56.74 DEP criu/arch/x86/kerndat.d [2020-11-30T03:17:41.778Z] #41 56.83 DEP criu/arch/x86/crtools.d [2020-11-30T03:17:41.778Z] #41 56.93 DEP criu/arch/x86/cpu.d [2020-11-30T03:17:41.778Z] #41 57.06 CC criu/arch/x86/cpu.o [2020-11-30T03:17:41.778Z] #41 57.61 CC criu/arch/x86/crtools.o [2020-11-30T03:17:41.778Z] #41 58.84 CC criu/arch/x86/kerndat.o [2020-11-30T03:17:41.778Z] #41 59.28 CC criu/arch/x86/sigaction_compat.o [2020-11-30T03:17:41.778Z] #41 59.54 CC criu/arch/x86/sigframe.o [2020-11-30T03:17:41.778Z] #41 59.77 LINK criu/arch/x86/crtools.built-in.o [2020-11-30T03:17:41.778Z] #41 59.84 DEP criu/pie/util-vdso-elf32.d [2020-11-30T03:17:41.778Z] #41 59.93 DEP criu/pie/util-vdso.d [2020-11-30T03:17:41.778Z] #41 60.05 DEP criu/pie/util.d [2020-11-30T03:17:41.778Z] #41 60.20 CC criu/pie/util.o [2020-11-30T03:17:41.778Z] #41 60.51 CC criu/pie/util-vdso.o [2020-11-30T03:17:41.778Z] #41 61.18 CC criu/pie/util-vdso-elf32.o [2020-11-30T03:17:41.787Z] #27 7.689 0.0% # 1.8% ## 3.5% ### 4.9% #### 6.6% ##### 8.1% ###### 9.6% ####### 10.9% ######## 11.7% ########## 13.9% ########### 15.6% ############ 17.3% ############# 18.7% ############## 20.7% ################ 22.8% ################# 24.7% ################## 25.9% ################### 27.4% ##################### 29.4% ###################### 31.1% ####################### 32.2% ####################### 33.3% ######################## 34.3% ######################### 35.6% ########################## 36.8% ########################### 37.6% ############################ 39.0% ############################# 40.5% ############################## 42.1% ############################## 42.8% ############################### 43.2% ############################### 44.2% ################################ 45.3% ################################# 46.2% ################################# 47.2% ################################## 48.1% ################################### 49.4% #################################### 50.8% ##################################### 51.8% ##################################### 52.4% ###################################### 53.4% ###################################### 54.0% ####################################### 54.4% ####################################### 55.1% ######################################## 56.0% ######################################## 56.8% ######################################### 57.7% ########################################## 58.5% ########################################## 59.2% ########################################### 59.9% ########################################### 60.6% ############################################ 61.5% ############################################ 62.4% ############################################# 63.2% ############################################## 64.2% ############################################## 65.0% ############################################### 65.8% ############################################### 66.5% ################################################ 67.3% ################################################ 68.0% ################################################# 68.5% ################################################# 68.7% ################################################## 70.4% ################################################### 71.5% #################################################### 72.4% #################################################### 73.5% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 76.7% ######################################################## 78.3% ########################################################## 80.6% ########## [2020-11-30T03:17:41.787Z] #27 ... [2020-11-30T03:17:41.787Z] [2020-11-30T03:17:41.787Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:41.787Z] #30 5.184 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-30T03:17:41.787Z] #30 5.188 Cloning into '.'... [2020-11-30T03:17:41.787Z] #30 ... [2020-11-30T03:17:41.787Z] [2020-11-30T03:17:41.787Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:42.349Z] #41 61.97 AR criu/pie/pie.lib.a [2020-11-30T03:17:42.349Z] #41 62.04 DEP criu/pie/restorer.d [2020-11-30T03:17:42.610Z] #41 62.29 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-30T03:17:42.610Z] #41 62.40 DEP criu/arch/x86/restorer_unmap.d [2020-11-30T03:17:42.871Z] #41 62.43 DEP criu/arch/x86/restorer.d [2020-11-30T03:17:42.871Z] #41 62.60 DEP criu/arch/x86/vdso-pie.d [2020-11-30T03:17:43.083Z] #38 ... [2020-11-30T03:17:43.083Z] [2020-11-30T03:17:43.083Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:43.083Z] #62 5.850 + RM_GOPATH=0 [2020-11-30T03:17:43.083Z] #62 5.850 + TMP_GOPATH= [2020-11-30T03:17:43.083Z] #62 5.850 + : /build [2020-11-30T03:17:43.083Z] #62 5.850 + '[' -z '' ']' [2020-11-30T03:17:43.083Z] #62 5.850 ++ mktemp -d [2020-11-30T03:17:43.083Z] #62 5.850 + export GOPATH=/tmp/tmp.A2vk1JlpRT [2020-11-30T03:17:43.083Z] #62 5.850 + GOPATH=/tmp/tmp.A2vk1JlpRT [2020-11-30T03:17:43.083Z] #62 5.850 + RM_GOPATH=1 [2020-11-30T03:17:43.083Z] #62 5.850 + case "$(go env GOARCH)" in [2020-11-30T03:17:43.083Z] #62 5.850 ++ go env GOARCH [2020-11-30T03:17:43.083Z] #62 5.870 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:43.083Z] #62 5.870 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:43.083Z] #62 5.870 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:43.083Z] #62 5.870 + dir=/tmp/install [2020-11-30T03:17:43.083Z] #62 5.870 + bin=proxy [2020-11-30T03:17:43.083Z] #62 5.870 + shift [2020-11-30T03:17:43.083Z] #62 5.870 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-11-30T03:17:43.083Z] #62 5.870 + . /tmp/install/proxy.installer [2020-11-30T03:17:43.083Z] #62 5.870 ++ : a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:43.083Z] #62 5.870 + install_proxy [2020-11-30T03:17:43.083Z] #62 5.870 + case "$1" in [2020-11-30T03:17:43.083Z] #62 5.870 + export CGO_ENABLED=0 [2020-11-30T03:17:43.083Z] #62 5.870 + CGO_ENABLED=0 [2020-11-30T03:17:43.083Z] #62 5.870 + _install_proxy [2020-11-30T03:17:43.083Z] #62 5.870 + echo 'Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b' [2020-11-30T03:17:43.083Z] #62 5.870 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.A2vk1JlpRT/src/github.com/docker/libnetwork [2020-11-30T03:17:43.083Z] #62 5.870 Install docker-proxy version a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:43.083Z] #62 5.875 Cloning into '/tmp/tmp.A2vk1JlpRT/src/github.com/docker/libnetwork'... [2020-11-30T03:17:43.133Z] #41 62.71 DEP criu/pie/parasite-vdso.d [2020-11-30T03:17:43.133Z] #41 62.83 DEP criu/pie/parasite.d [2020-11-30T03:17:43.172Z] #27 7.689 0.0% # 1.8% ## 3.5% ### 4.9% #### 6.6% ##### 8.1% ###### 9.6% ####### 10.9% ######## 11.7% ########## 13.9% ########### 15.6% ############ 17.3% ############# 18.7% ############## 20.7% ################ 22.8% ################# 24.7% ################## 25.9% ################### 27.4% ##################### 29.4% ###################### 31.1% ####################### 32.2% ####################### 33.3% ######################## 34.3% ######################### 35.6% ########################## 36.8% ########################### 37.6% ############################ 39.0% ############################# 40.5% ############################## 42.1% ############################## 42.8% ############################### 43.2% ############################### 44.2% ################################ 45.3% ################################# 46.2% ################################# 47.2% ################################## 48.1% ################################### 49.4% #################################### 50.8% ##################################### 51.8% ##################################### 52.4% ###################################### 53.4% ###################################### 54.0% ####################################### 54.4% ####################################### 55.1% ######################################## 56.0% ######################################## 56.8% ######################################### 57.7% ########################################## 58.5% ########################################## 59.2% ########################################### 59.9% ########################################### 60.6% ############################################ 61.5% ############################################ 62.4% ############################################# 63.2% ############################################## 64.2% ############################################## 65.0% ############################################### 65.8% ############################################### 66.5% ################################################ 67.3% ################################################ 68.0% ################################################# 68.5% ################################################# 68.7% ################################################## 70.4% ################################################### 71.5% #################################################### 72.4% #################################################### 73.5% ##################################################### 74.6% ###################################################### 76.0% ####################################################### 76.7% ######################################################## 78.3% ########################################################## 80.6% ########################################################### 82.2% ############################################################ 83.4% ############################################################ 84.4% ############################################################# 85.5% ############################################################## 87.3% ############################################################### 88.6% ################################################################ 89.6% ################################################################## 91.8% ################################################################## 92.8% ################################################################### 93.8% #################################################################### 95.3% ##################################################################### 95.9% ##################################################################### 97.1% ####################################################################### 99.8% ######################################################################## 100.0% [2020-11-30T03:17:43.393Z] #41 63.18 CC criu/pie/parasite.o [2020-11-30T03:17:43.437Z] #27 17.25 [2020-11-30T03:17:43.654Z] #41 ... [2020-11-30T03:17:43.654Z] [2020-11-30T03:17:43.654Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:43.654Z] #43 135.6 github.com/LK4D4/vndr/godl [2020-11-30T03:17:44.013Z] #62 ... [2020-11-30T03:17:44.013Z] [2020-11-30T03:17:44.013Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:44.013Z] #38 7.507 + git clone https://github.com/docker/distribution.git . [2020-11-30T03:17:44.013Z] #38 7.518 Cloning into '.'... [2020-11-30T03:17:44.436Z] #62 ... [2020-11-30T03:17:44.436Z] [2020-11-30T03:17:44.436Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:44.436Z] #32 6.904 + RM_GOPATH=0 [2020-11-30T03:17:44.436Z] #32 6.904 + TMP_GOPATH= [2020-11-30T03:17:44.436Z] #32 6.904 + : /build [2020-11-30T03:17:44.436Z] #32 6.904 + '[' -z '' ']' [2020-11-30T03:17:44.436Z] #32 6.904 ++ mktemp -d [2020-11-30T03:17:44.436Z] #32 6.904 + export GOPATH=/tmp/tmp.ldOkg1r0aF [2020-11-30T03:17:44.436Z] #32 6.904 + GOPATH=/tmp/tmp.ldOkg1r0aF [2020-11-30T03:17:44.436Z] #32 6.904 + RM_GOPATH=1 [2020-11-30T03:17:44.436Z] #32 6.908 + case "$(go env GOARCH)" in [2020-11-30T03:17:44.436Z] #32 6.908 ++ go env GOARCH [2020-11-30T03:17:44.436Z] #32 6.986 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.436Z] #32 6.986 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.436Z] #32 7.007 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:44.436Z] #32 7.007 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:44.436Z] #32 7.007 + dir=/tmp/install [2020-11-30T03:17:44.436Z] #32 7.007 + bin=tomlv [2020-11-30T03:17:44.436Z] #32 7.007 + shift [2020-11-30T03:17:44.436Z] #32 7.007 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-30T03:17:44.436Z] #32 7.007 + . /tmp/install/tomlv.installer [2020-11-30T03:17:44.436Z] #32 7.007 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:44.436Z] #32 7.007 + install_tomlv [2020-11-30T03:17:44.436Z] #32 7.007 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-30T03:17:44.436Z] #32 7.007 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ldOkg1r0aF/src/github.com/BurntSushi/toml [2020-11-30T03:17:44.436Z] #32 7.042 Cloning into '/tmp/tmp.ldOkg1r0aF/src/github.com/BurntSushi/toml'... [2020-11-30T03:17:44.436Z] #32 8.936 + cd /tmp/tmp.ldOkg1r0aF/src/github.com/BurntSushi/toml [2020-11-30T03:17:44.436Z] #32 8.938 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:44.436Z] #32 8.965 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:17:44.436Z] #32 9.529 internal/cpu [2020-11-30T03:17:44.436Z] #32 9.556 runtime/internal/sys [2020-11-30T03:17:44.436Z] #32 9.924 runtime/internal/math [2020-11-30T03:17:44.436Z] #32 ... [2020-11-30T03:17:44.436Z] [2020-11-30T03:17:44.436Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:44.436Z] #56 5.054 + RM_GOPATH=0 [2020-11-30T03:17:44.436Z] #56 5.054 + TMP_GOPATH= [2020-11-30T03:17:44.436Z] #56 5.054 + : /build [2020-11-30T03:17:44.436Z] #56 5.054 + '[' -z '' ']' [2020-11-30T03:17:44.436Z] #56 5.054 ++ mktemp -d [2020-11-30T03:17:44.436Z] #56 5.054 + export GOPATH=/tmp/tmp.MI7qbUGD1z [2020-11-30T03:17:44.436Z] #56 5.054 + GOPATH=/tmp/tmp.MI7qbUGD1z [2020-11-30T03:17:44.436Z] #56 5.054 + RM_GOPATH=1 [2020-11-30T03:17:44.436Z] #56 5.054 + case "$(go env GOARCH)" in [2020-11-30T03:17:44.436Z] #56 5.056 ++ go env GOARCH [2020-11-30T03:17:44.436Z] #56 5.064 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.436Z] #56 5.064 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.436Z] #56 5.064 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:44.436Z] #56 5.064 + dir=/tmp/install [2020-11-30T03:17:44.436Z] #56 5.064 + bin=rootlesskit [2020-11-30T03:17:44.436Z] #56 5.064 + shift [2020-11-30T03:17:44.436Z] #56 5.064 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-30T03:17:44.436Z] #56 5.064 + . /tmp/install/rootlesskit.installer [2020-11-30T03:17:44.436Z] #56 5.064 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:44.436Z] #56 5.064 + install_rootlesskit [2020-11-30T03:17:44.436Z] #56 5.064 + case "$1" in [2020-11-30T03:17:44.436Z] #56 5.064 + export CGO_ENABLED=0 [2020-11-30T03:17:44.436Z] #56 5.064 + CGO_ENABLED=0 [2020-11-30T03:17:44.436Z] #56 5.064 + _install_rootlesskit [2020-11-30T03:17:44.436Z] #56 5.064 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-30T03:17:44.436Z] #56 5.064 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.MI7qbUGD1z/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:17:44.436Z] #56 5.064 Cloning into '/tmp/tmp.MI7qbUGD1z/src/github.com/rootless-containers/rootlesskit'... [2020-11-30T03:17:44.436Z] #56 5.064 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:44.436Z] #56 7.305 + cd /tmp/tmp.MI7qbUGD1z/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:17:44.436Z] #56 7.306 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:44.436Z] #56 7.557 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:17:44.436Z] #56 7.560 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-30T03:17:44.436Z] #56 ... [2020-11-30T03:17:44.436Z] [2020-11-30T03:17:44.436Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:44.436Z] #11 7.764 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:44.436Z] #11 7.845 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:44.436Z] #11 7.845 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:44.589Z] #31 ... [2020-11-30T03:17:44.590Z] [2020-11-30T03:17:44.590Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:44.590Z] #50 54.69 bytes [2020-11-30T03:17:44.590Z] #50 54.69 strconv [2020-11-30T03:17:44.590Z] #50 54.69 strings [2020-11-30T03:17:44.590Z] #50 54.71 syscall [2020-11-30T03:17:44.597Z] #43 136.3 github.com/LK4D4/vndr [2020-11-30T03:17:44.695Z] #11 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:44.695Z] #11 ... [2020-11-30T03:17:44.695Z] [2020-11-30T03:17:44.695Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:44.695Z] #43 6.152 + RM_GOPATH=0 [2020-11-30T03:17:44.695Z] #43 6.152 + TMP_GOPATH= [2020-11-30T03:17:44.695Z] #43 6.152 + : /build [2020-11-30T03:17:44.695Z] #43 6.152 + '[' -z '' ']' [2020-11-30T03:17:44.695Z] #43 6.152 ++ mktemp -d [2020-11-30T03:17:44.695Z] #43 6.152 + export GOPATH=/tmp/tmp.kdbwo8zuVq [2020-11-30T03:17:44.695Z] #43 6.152 + GOPATH=/tmp/tmp.kdbwo8zuVq [2020-11-30T03:17:44.695Z] #43 6.152 + RM_GOPATH=1 [2020-11-30T03:17:44.695Z] #43 6.152 + case "$(go env GOARCH)" in [2020-11-30T03:17:44.695Z] #43 6.153 ++ go env GOARCH [2020-11-30T03:17:44.695Z] #43 6.157 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.695Z] #43 6.157 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.695Z] #43 6.164 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:44.695Z] #43 6.172 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:44.695Z] #43 6.172 + dir=/tmp/install [2020-11-30T03:17:44.695Z] #43 6.172 + bin=vndr [2020-11-30T03:17:44.695Z] #43 6.172 + shift [2020-11-30T03:17:44.695Z] #43 6.172 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-30T03:17:44.695Z] #43 6.172 + . /tmp/install/vndr.installer [2020-11-30T03:17:44.695Z] #43 6.172 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:44.695Z] #43 6.172 + install_vndr [2020-11-30T03:17:44.695Z] #43 6.172 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-30T03:17:44.695Z] #43 6.172 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.kdbwo8zuVq/src/github.com/LK4D4/vndr [2020-11-30T03:17:44.695Z] #43 6.172 Cloning into '/tmp/tmp.kdbwo8zuVq/src/github.com/LK4D4/vndr'... [2020-11-30T03:17:44.695Z] #43 6.836 + cd /tmp/tmp.kdbwo8zuVq/src/github.com/LK4D4/vndr [2020-11-30T03:17:44.695Z] #43 6.836 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:44.695Z] #43 6.849 + go build -buildmode=pie -v -o /build/vndr . [2020-11-30T03:17:44.695Z] #43 8.876 runtime/internal/atomic [2020-11-30T03:17:44.695Z] #43 9.046 internal/cpu [2020-11-30T03:17:44.695Z] #43 9.448 runtime/internal/sys [2020-11-30T03:17:44.695Z] #43 9.858 runtime/internal/math [2020-11-30T03:17:44.695Z] #43 10.30 internal/bytealg [2020-11-30T03:17:44.695Z] #43 10.30 internal/race [2020-11-30T03:17:44.695Z] #43 10.56 sync/atomic [2020-11-30T03:17:44.695Z] #43 ... [2020-11-30T03:17:44.695Z] [2020-11-30T03:17:44.695Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:44.695Z] #22 5.905 + RM_GOPATH=0 [2020-11-30T03:17:44.695Z] #22 5.905 + TMP_GOPATH= [2020-11-30T03:17:44.695Z] #22 5.905 + : /build [2020-11-30T03:17:44.695Z] #22 5.905 + '[' -z '' ']' [2020-11-30T03:17:44.695Z] #22 5.905 ++ mktemp -d [2020-11-30T03:17:44.695Z] #22 5.905 + export GOPATH=/tmp/tmp.dS6jbNfgxq [2020-11-30T03:17:44.695Z] #22 5.905 + GOPATH=/tmp/tmp.dS6jbNfgxq [2020-11-30T03:17:44.695Z] #22 5.905 + RM_GOPATH=1 [2020-11-30T03:17:44.695Z] #22 5.905 + case "$(go env GOARCH)" in [2020-11-30T03:17:44.695Z] #22 5.905 ++ go env GOARCH [2020-11-30T03:17:44.695Z] #22 5.924 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.695Z] #22 5.924 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:44.695Z] #22 5.924 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:44.695Z] #22 5.924 + dir=/tmp/install [2020-11-30T03:17:44.696Z] #22 5.924 + bin=dockercli [2020-11-30T03:17:44.696Z] #22 5.924 + shift [2020-11-30T03:17:44.696Z] #22 5.924 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-30T03:17:44.696Z] #22 5.924 + . /tmp/install/dockercli.installer [2020-11-30T03:17:44.696Z] #22 5.924 ++ : stable [2020-11-30T03:17:44.696Z] #22 5.924 ++ : 17.06.2-ce [2020-11-30T03:17:44.696Z] #22 5.924 + install_dockercli [2020-11-30T03:17:44.696Z] #22 5.924 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-30T03:17:44.696Z] #22 5.924 ++ uname -m [2020-11-30T03:17:44.696Z] #22 5.924 + arch=x86_64 [2020-11-30T03:17:44.696Z] #22 5.924 + '[' x86_64 '!=' x86_64 ']' [2020-11-30T03:17:44.696Z] #22 5.924 + url=https://download.docker.com/linux/static [2020-11-30T03:17:44.696Z] #22 5.924 + tar -xz docker/docker [2020-11-30T03:17:44.696Z] #22 5.924 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-30T03:17:44.696Z] #22 5.934 Install docker/cli version 17.06.2-ce from stable [2020-11-30T03:17:44.849Z] #27 18.42 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-11-30T03:17:44.849Z] #27 18.87 [2020-11-30T03:17:44.891Z] #50 ... [2020-11-30T03:17:44.891Z] [2020-11-30T03:17:44.891Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:44.891Z] #33 44.92 internal/reflectlite [2020-11-30T03:17:44.891Z] #33 44.92 sync [2020-11-30T03:17:44.891Z] #33 48.90 sort [2020-11-30T03:17:44.891Z] #33 48.91 errors [2020-11-30T03:17:44.891Z] #33 49.43 strconv [2020-11-30T03:17:44.891Z] #33 49.44 io [2020-11-30T03:17:44.891Z] #33 49.44 internal/oserror [2020-11-30T03:17:44.891Z] #33 49.67 syscall [2020-11-30T03:17:44.891Z] #33 53.69 bytes [2020-11-30T03:17:44.891Z] #33 53.70 strings [2020-11-30T03:17:44.891Z] #33 ... [2020-11-30T03:17:44.891Z] [2020-11-30T03:17:44.891Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:44.891Z] #41 53.98 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:44.891Z] #41 53.98 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-30T03:17:44.891Z] #41 53.98 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-30T03:17:44.891Z] #41 53.99 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-11-30T03:17:44.891Z] #41 53.99 Setting up python-six (1.12.0-1) ... [2020-11-30T03:17:44.953Z] #22 ... [2020-11-30T03:17:44.953Z] [2020-11-30T03:17:44.953Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:44.953Z] #38 6.938 + git clone https://github.com/docker/distribution.git . [2020-11-30T03:17:44.953Z] #38 6.938 Cloning into '.'... [2020-11-30T03:17:45.191Z] #41 ... [2020-11-30T03:17:45.191Z] [2020-11-30T03:17:45.191Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:45.191Z] #12 45.38 Get:10 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-11-30T03:17:45.191Z] #12 48.11 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-11-30T03:17:45.191Z] #12 48.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-11-30T03:17:45.191Z] #12 48.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-11-30T03:17:45.191Z] #12 48.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-11-30T03:17:45.191Z] #12 48.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-11-30T03:17:45.191Z] #12 48.24 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-11-30T03:17:45.191Z] #12 48.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-11-30T03:17:45.191Z] #12 48.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-11-30T03:17:45.191Z] #12 48.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-11-30T03:17:45.191Z] #12 48.37 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-11-30T03:17:45.191Z] #12 48.38 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-11-30T03:17:45.191Z] #12 48.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-11-30T03:17:45.191Z] #12 48.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-11-30T03:17:45.191Z] #12 48.51 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-11-30T03:17:45.191Z] #12 48.52 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-11-30T03:17:45.191Z] #12 49.87 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:45.191Z] #12 50.34 Fetched 78.9 MB in 11s (7021 kB/s) [2020-11-30T03:17:45.191Z] #12 50.43 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-30T03:17:45.191Z] #12 50.43 (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 ... 15339 files and directories currently installed.) [2020-11-30T03:17:45.191Z] #12 50.49 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-11-30T03:17:45.191Z] #12 50.50 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:17:45.191Z] #12 53.71 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-30T03:17:45.191Z] #12 53.74 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-11-30T03:17:45.191Z] #12 53.74 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:17:45.212Z] #38 ... [2020-11-30T03:17:45.212Z] [2020-11-30T03:17:45.212Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:45.212Z] #34 7.942 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:45.212Z] #34 8.017 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:45.212Z] #34 8.039 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:45.212Z] #34 10.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:45.212Z] #34 ... [2020-11-30T03:17:45.212Z] [2020-11-30T03:17:45.212Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:45.212Z] #40 6.474 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:45.212Z] #40 6.502 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:45.212Z] #40 6.502 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:45.212Z] #40 7.863 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:45.382Z] #27 19.13 0.1% ######################################################################## 100.0% [2020-11-30T03:17:45.382Z] #27 19.27 [2020-11-30T03:17:45.472Z] #40 ... [2020-11-30T03:17:45.472Z] [2020-11-30T03:17:45.472Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:45.472Z] #47 7.391 + RM_GOPATH=0 [2020-11-30T03:17:45.472Z] #47 7.391 + TMP_GOPATH= [2020-11-30T03:17:45.472Z] #47 7.391 + : /build [2020-11-30T03:17:45.472Z] #47 7.391 + '[' -z '' ']' [2020-11-30T03:17:45.472Z] #47 7.391 ++ mktemp -d [2020-11-30T03:17:45.472Z] #47 7.391 + export GOPATH=/tmp/tmp.lMosVgBNzB [2020-11-30T03:17:45.472Z] #47 7.391 + GOPATH=/tmp/tmp.lMosVgBNzB [2020-11-30T03:17:45.472Z] #47 7.391 + RM_GOPATH=1 [2020-11-30T03:17:45.472Z] #47 7.391 + case "$(go env GOARCH)" in [2020-11-30T03:17:45.472Z] #47 7.409 ++ go env GOARCH [2020-11-30T03:17:45.472Z] #47 7.544 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:45.472Z] #47 7.545 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:45.472Z] #47 7.546 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:45.472Z] #47 7.579 + dir=/tmp/install [2020-11-30T03:17:45.472Z] #47 7.579 + bin=golangci_lint [2020-11-30T03:17:45.472Z] #47 7.579 + shift [2020-11-30T03:17:45.472Z] #47 7.579 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-30T03:17:45.472Z] #47 7.579 + . /tmp/install/golangci_lint.installer [2020-11-30T03:17:45.472Z] #47 7.579 ++ : v1.23.8 [2020-11-30T03:17:45.472Z] #47 7.579 + install_golangci_lint [2020-11-30T03:17:45.472Z] #47 7.579 + set -e [2020-11-30T03:17:45.472Z] #47 7.579 + export GO111MODULE=on [2020-11-30T03:17:45.472Z] #47 7.579 + GO111MODULE=on [2020-11-30T03:17:45.472Z] #47 7.579 + GOBIN=/build [2020-11-30T03:17:45.472Z] #47 7.579 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-30T03:17:45.472Z] #47 7.682 go: finding github.com v1.23.8 [2020-11-30T03:17:45.472Z] #47 7.687 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-30T03:17:45.472Z] #47 7.687 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-30T03:17:45.472Z] #47 7.687 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:45.472Z] #47 7.687 go: finding github.com/golangci v1.23.8 [2020-11-30T03:17:45.473Z] #47 9.068 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:45.473Z] #47 9.767 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:45.473Z] #47 ... [2020-11-30T03:17:45.473Z] [2020-11-30T03:17:45.473Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:45.473Z] #53 8.327 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:45.473Z] #53 8.543 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:45.473Z] #53 8.543 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:45.473Z] #53 10.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:45.682Z] #54 136.8 + bin/containerd-shim-runc-v1 [2020-11-30T03:17:45.735Z] #53 ... [2020-11-30T03:17:45.735Z] [2020-11-30T03:17:45.735Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:45.736Z] #45 7.144 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:45.736Z] #45 7.144 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:45.736Z] #45 7.156 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:45.736Z] #45 7.254 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:45.736Z] #45 7.254 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:45.736Z] #45 7.540 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:45.736Z] #45 7.689 go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:17:45.736Z] #45 7.980 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:45.736Z] #45 8.014 go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:17:45.736Z] #45 8.131 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:45.736Z] #45 8.133 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:45.736Z] #45 8.562 go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:17:45.736Z] #45 8.681 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:45.736Z] #45 8.843 go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:17:45.736Z] #45 8.845 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:45.736Z] #45 9.043 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:45.736Z] #45 9.043 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:45.736Z] #45 9.433 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:45.736Z] #45 9.476 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:46.249Z] #12 ... [2020-11-30T03:17:46.249Z] [2020-11-30T03:17:46.249Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:46.249Z] #35 48.24 Selecting previously unselected package libicu63:ppc64el. [2020-11-30T03:17:46.249Z] #35 48.27 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-30T03:17:46.249Z] #35 48.30 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-30T03:17:46.249Z] #35 55.01 Selecting previously unselected package libxml2:ppc64el. [2020-11-30T03:17:46.249Z] #35 55.02 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-11-30T03:17:46.249Z] #35 55.04 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:17:46.249Z] #35 55.66 Selecting previously unselected package libarchive13:ppc64el. [2020-11-30T03:17:46.249Z] #35 55.66 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-11-30T03:17:46.249Z] #35 55.66 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-30T03:17:46.249Z] #35 56.04 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-11-30T03:17:46.249Z] #35 56.06 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-11-30T03:17:46.249Z] #35 56.06 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-30T03:17:46.249Z] #35 56.27 Selecting previously unselected package librhash0:ppc64el. [2020-11-30T03:17:46.249Z] #35 56.30 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-11-30T03:17:46.249Z] #35 56.32 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-11-30T03:17:46.533Z] #38 ... [2020-11-30T03:17:46.533Z] [2020-11-30T03:17:46.533Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:46.533Z] #43 8.895 + RM_GOPATH=0 [2020-11-30T03:17:46.533Z] #43 8.895 + TMP_GOPATH= [2020-11-30T03:17:46.533Z] #43 8.895 + : /build [2020-11-30T03:17:46.533Z] #43 8.895 + '[' -z '' ']' [2020-11-30T03:17:46.533Z] #43 8.895 ++ mktemp -d [2020-11-30T03:17:46.533Z] #43 8.895 + export GOPATH=/tmp/tmp.ZGFE0MZcF4 [2020-11-30T03:17:46.533Z] #43 8.895 + GOPATH=/tmp/tmp.ZGFE0MZcF4 [2020-11-30T03:17:46.533Z] #43 8.895 + RM_GOPATH=1 [2020-11-30T03:17:46.533Z] #43 8.895 + case "$(go env GOARCH)" in [2020-11-30T03:17:46.533Z] #43 8.896 ++ go env GOARCH [2020-11-30T03:17:46.533Z] #43 8.926 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:46.533Z] #43 8.926 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:46.533Z] #43 8.938 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:46.533Z] #43 8.938 + dir=/tmp/install [2020-11-30T03:17:46.533Z] #43 8.938 + bin=vndr [2020-11-30T03:17:46.533Z] #43 8.938 + shift [2020-11-30T03:17:46.533Z] #43 8.938 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-11-30T03:17:46.533Z] #43 8.938 + . /tmp/install/vndr.installer [2020-11-30T03:17:46.533Z] #43 8.938 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:46.533Z] #43 8.938 + install_vndr [2020-11-30T03:17:46.533Z] #43 8.938 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2020-11-30T03:17:46.533Z] #43 8.938 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ZGFE0MZcF4/src/github.com/LK4D4/vndr [2020-11-30T03:17:46.533Z] #43 8.938 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:46.533Z] #43 8.954 Cloning into '/tmp/tmp.ZGFE0MZcF4/src/github.com/LK4D4/vndr'... [2020-11-30T03:17:46.533Z] #43 ... [2020-11-30T03:17:46.533Z] [2020-11-30T03:17:46.533Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:46.533Z] #53 9.380 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:46.533Z] #53 9.523 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:46.533Z] #53 9.568 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:46.533Z] #53 ... [2020-11-30T03:17:46.533Z] [2020-11-30T03:17:46.533Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:46.533Z] #30 8.123 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-30T03:17:46.533Z] #30 8.123 Cloning into '.'... [2020-11-30T03:17:46.548Z] #35 56.53 Selecting previously unselected package libuv1:ppc64el. [2020-11-30T03:17:46.548Z] #35 56.53 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-11-30T03:17:46.548Z] #35 56.55 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-11-30T03:17:46.548Z] #35 56.69 Selecting previously unselected package cmake. [2020-11-30T03:17:46.548Z] #35 56.70 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-11-30T03:17:46.548Z] #35 56.71 Unpacking cmake (3.13.4-1) ... [2020-11-30T03:17:46.686Z] #45 12.15 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:46.790Z] #30 ... [2020-11-30T03:17:46.790Z] [2020-11-30T03:17:46.790Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:46.790Z] #47 7.980 + RM_GOPATH=0 [2020-11-30T03:17:46.790Z] #47 7.980 + TMP_GOPATH= [2020-11-30T03:17:46.790Z] #47 7.980 + : /build [2020-11-30T03:17:46.790Z] #47 7.980 + '[' -z '' ']' [2020-11-30T03:17:46.790Z] #47 7.980 ++ mktemp -d [2020-11-30T03:17:46.790Z] #47 7.980 + export GOPATH=/tmp/tmp.s5R4jp0mFt [2020-11-30T03:17:46.790Z] #47 7.980 + GOPATH=/tmp/tmp.s5R4jp0mFt [2020-11-30T03:17:46.790Z] #47 7.980 + RM_GOPATH=1 [2020-11-30T03:17:46.790Z] #47 7.980 + case "$(go env GOARCH)" in [2020-11-30T03:17:46.790Z] #47 7.986 ++ go env GOARCH [2020-11-30T03:17:46.790Z] #47 8.006 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:46.790Z] #47 8.006 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:46.790Z] #47 8.006 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:46.790Z] #47 8.006 + dir=/tmp/install [2020-11-30T03:17:46.790Z] #47 8.006 + bin=golangci_lint [2020-11-30T03:17:46.790Z] #47 8.006 + shift [2020-11-30T03:17:46.790Z] #47 8.006 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-11-30T03:17:46.790Z] #47 8.006 + . /tmp/install/golangci_lint.installer [2020-11-30T03:17:46.790Z] #47 8.006 ++ : v1.23.8 [2020-11-30T03:17:46.790Z] #47 8.006 + install_golangci_lint [2020-11-30T03:17:46.790Z] #47 8.006 + set -e [2020-11-30T03:17:46.790Z] #47 8.006 + export GO111MODULE=on [2020-11-30T03:17:46.790Z] #47 8.006 + GO111MODULE=on [2020-11-30T03:17:46.790Z] #47 8.006 + GOBIN=/build [2020-11-30T03:17:46.790Z] #47 8.006 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2020-11-30T03:17:46.790Z] #47 8.094 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2020-11-30T03:17:46.790Z] #47 8.094 go: finding github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:46.790Z] #47 8.094 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2020-11-30T03:17:46.790Z] #47 8.094 go: finding github.com/golangci v1.23.8 [2020-11-30T03:17:46.790Z] #47 8.099 go: finding github.com v1.23.8 [2020-11-30T03:17:46.790Z] #47 9.493 go: downloading github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:46.848Z] #35 ... [2020-11-30T03:17:46.848Z] [2020-11-30T03:17:46.848Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:46.848Z] #12 57.00 Selecting previously unselected package binutils-mingw-w64. [2020-11-30T03:17:46.848Z] #12 57.00 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-30T03:17:46.848Z] #12 57.01 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:17:46.848Z] #12 57.12 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-11-30T03:17:47.049Z] #47 10.70 go: extracting github.com/golangci/golangci-lint v1.23.8 [2020-11-30T03:17:47.049Z] #47 ... [2020-11-30T03:17:47.049Z] [2020-11-30T03:17:47.049Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:47.049Z] #49 8.246 + RM_GOPATH=0 [2020-11-30T03:17:47.049Z] #49 8.246 + TMP_GOPATH= [2020-11-30T03:17:47.049Z] #49 8.246 + : /build [2020-11-30T03:17:47.049Z] #49 8.246 + '[' -z '' ']' [2020-11-30T03:17:47.049Z] #49 8.246 ++ mktemp -d [2020-11-30T03:17:47.049Z] #49 8.246 + export GOPATH=/tmp/tmp.01ex2TTvwo [2020-11-30T03:17:47.049Z] #49 8.246 + GOPATH=/tmp/tmp.01ex2TTvwo [2020-11-30T03:17:47.049Z] #49 8.246 + RM_GOPATH=1 [2020-11-30T03:17:47.049Z] #49 8.246 + case "$(go env GOARCH)" in [2020-11-30T03:17:47.049Z] #49 8.246 ++ go env GOARCH [2020-11-30T03:17:47.049Z] #49 8.261 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:47.049Z] #49 8.261 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.049Z] #49 8.261 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.049Z] #49 8.261 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:47.049Z] #49 8.261 + dir=/tmp/install [2020-11-30T03:17:47.049Z] #49 8.261 + bin=shfmt [2020-11-30T03:17:47.049Z] #49 8.261 + shift [2020-11-30T03:17:47.049Z] #49 8.261 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-11-30T03:17:47.049Z] #49 8.261 + . /tmp/install/shfmt.installer [2020-11-30T03:17:47.049Z] #49 8.261 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:47.049Z] #49 8.261 + install_shfmt [2020-11-30T03:17:47.049Z] #49 8.261 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-11-30T03:17:47.049Z] #49 8.261 + git clone https://github.com/mvdan/sh.git /tmp/tmp.01ex2TTvwo/src/github.com/mvdan/sh [2020-11-30T03:17:47.049Z] #49 8.265 Cloning into '/tmp/tmp.01ex2TTvwo/src/github.com/mvdan/sh'... [2020-11-30T03:17:47.049Z] #49 ... [2020-11-30T03:17:47.050Z] [2020-11-30T03:17:47.050Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:47.050Z] #11 9.518 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:47.050Z] #11 9.637 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:47.050Z] #11 9.640 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:47.050Z] #11 10.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:47.050Z] #11 ... [2020-11-30T03:17:47.050Z] [2020-11-30T03:17:47.050Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:47.050Z] #32 8.408 + RM_GOPATH=0 [2020-11-30T03:17:47.050Z] #32 8.408 + TMP_GOPATH= [2020-11-30T03:17:47.050Z] #32 8.408 + : /build [2020-11-30T03:17:47.050Z] #32 8.408 + '[' -z '' ']' [2020-11-30T03:17:47.050Z] #32 8.408 ++ mktemp -d [2020-11-30T03:17:47.050Z] #32 8.408 + export GOPATH=/tmp/tmp.kh4Y1bZ9AL [2020-11-30T03:17:47.050Z] #32 8.408 + GOPATH=/tmp/tmp.kh4Y1bZ9AL [2020-11-30T03:17:47.050Z] #32 8.408 + RM_GOPATH=1 [2020-11-30T03:17:47.050Z] #32 8.408 + case "$(go env GOARCH)" in [2020-11-30T03:17:47.050Z] #32 8.408 ++ go env GOARCH [2020-11-30T03:17:47.050Z] #32 8.462 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.050Z] #32 8.462 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.050Z] #32 8.462 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:47.050Z] #32 8.462 + dir=/tmp/install [2020-11-30T03:17:47.050Z] #32 8.462 + bin=tomlv [2020-11-30T03:17:47.050Z] #32 8.462 + shift [2020-11-30T03:17:47.050Z] #32 8.462 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-11-30T03:17:47.050Z] #32 8.462 + . /tmp/install/tomlv.installer [2020-11-30T03:17:47.050Z] #32 8.462 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:47.050Z] #32 8.462 + install_tomlv [2020-11-30T03:17:47.050Z] #32 8.462 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-11-30T03:17:47.050Z] #32 8.462 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.kh4Y1bZ9AL/src/github.com/BurntSushi/toml [2020-11-30T03:17:47.050Z] #32 8.462 Cloning into '/tmp/tmp.kh4Y1bZ9AL/src/github.com/BurntSushi/toml'... [2020-11-30T03:17:47.050Z] #32 8.462 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:47.050Z] #32 10.77 + cd /tmp/tmp.kh4Y1bZ9AL/src/github.com/BurntSushi/toml [2020-11-30T03:17:47.050Z] #32 10.77 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-11-30T03:17:47.050Z] #32 10.80 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:17:47.148Z] #12 57.13 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-30T03:17:47.148Z] #12 57.14 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-30T03:17:47.307Z] #32 ... [2020-11-30T03:17:47.307Z] [2020-11-30T03:17:47.307Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:47.307Z] #34 8.533 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:47.307Z] #34 8.599 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:47.307Z] #34 8.649 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:47.307Z] #34 10.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:47.316Z] #27 20.77 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-11-30T03:17:47.316Z] #27 ... [2020-11-30T03:17:47.316Z] [2020-11-30T03:17:47.316Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:47.316Z] #45 10.83 go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:17:47.316Z] #45 10.86 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:47.316Z] #45 10.86 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:47.316Z] #45 10.88 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:47.316Z] #45 10.97 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:47.316Z] #45 11.02 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:47.316Z] #45 11.04 go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:17:47.316Z] #45 11.06 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:47.316Z] #45 11.26 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:47.316Z] #45 11.26 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:47.316Z] #45 13.06 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:47.316Z] #45 14.19 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:47.316Z] #45 15.37 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:47.316Z] #45 18.85 go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:17:47.316Z] #45 18.85 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:47.316Z] #45 18.90 go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:17:47.316Z] #45 18.94 go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:47.316Z] #45 18.97 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:47.316Z] #45 19.16 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:47.316Z] #45 19.58 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:47.316Z] #45 19.62 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:47.316Z] #45 19.62 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:47.316Z] #45 19.69 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:47.316Z] #45 19.72 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:47.316Z] #45 ... [2020-11-30T03:17:47.316Z] [2020-11-30T03:17:47.316Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:47.316Z] #38 20.40 Checking out files: 89% (1493/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-30T03:17:47.316Z] #38 20.69 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-30T03:17:47.316Z] #38 ... [2020-11-30T03:17:47.316Z] [2020-11-30T03:17:47.316Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:47.316Z] #43 11.19 container/list [2020-11-30T03:17:47.316Z] #43 11.33 runtime [2020-11-30T03:17:47.316Z] #43 13.92 crypto/internal/subtle [2020-11-30T03:17:47.316Z] #43 13.98 crypto/subtle [2020-11-30T03:17:47.316Z] #43 14.27 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-30T03:17:47.316Z] #43 14.49 internal/nettrace [2020-11-30T03:17:47.316Z] #43 14.65 runtime/cgo [2020-11-30T03:17:47.316Z] #43 14.89 vendor/golang.org/x/crypto/internal/subtle [2020-11-30T03:17:47.449Z] #12 57.38 Selecting previously unselected package dmsetup. [2020-11-30T03:17:47.449Z] #12 57.44 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-11-30T03:17:47.449Z] #12 57.44 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-30T03:17:47.449Z] #12 57.62 Selecting previously unselected package mingw-w64-common. [2020-11-30T03:17:47.449Z] #12 57.63 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-30T03:17:47.449Z] #12 ... [2020-11-30T03:17:47.449Z] [2020-11-30T03:17:47.449Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:47.449Z] #44 47.55 github.com/LK4D4/vndr/godl/singleflight [2020-11-30T03:17:47.449Z] #44 47.56 math/rand [2020-11-30T03:17:47.449Z] #44 47.59 internal/singleflight [2020-11-30T03:17:47.449Z] #44 47.60 internal/reflectlite [2020-11-30T03:17:47.449Z] #44 51.54 sort [2020-11-30T03:17:47.449Z] #44 51.55 io [2020-11-30T03:17:47.449Z] #44 51.55 strconv [2020-11-30T03:17:47.449Z] #44 51.65 syscall [2020-11-30T03:17:47.449Z] #44 55.39 vendor/golang.org/x/net/dns/dnsmessage [2020-11-30T03:17:47.449Z] #44 55.77 bytes [2020-11-30T03:17:47.449Z] #44 ... [2020-11-30T03:17:47.449Z] [2020-11-30T03:17:47.449Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:47.449Z] #12 57.63 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-30T03:17:47.564Z] #34 ... [2020-11-30T03:17:47.564Z] [2020-11-30T03:17:47.564Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:47.564Z] #45 8.055 + RM_GOPATH=0 [2020-11-30T03:17:47.564Z] #45 8.055 + TMP_GOPATH= [2020-11-30T03:17:47.564Z] #45 8.055 + : /build [2020-11-30T03:17:47.564Z] #45 8.055 + '[' -z '' ']' [2020-11-30T03:17:47.564Z] #45 8.055 ++ mktemp -d [2020-11-30T03:17:47.564Z] #45 8.062 + export GOPATH=/tmp/tmp.7PZo7XHD0O [2020-11-30T03:17:47.564Z] #45 8.062 + GOPATH=/tmp/tmp.7PZo7XHD0O [2020-11-30T03:17:47.564Z] #45 8.062 + RM_GOPATH=1 [2020-11-30T03:17:47.564Z] #45 8.062 + case "$(go env GOARCH)" in [2020-11-30T03:17:47.564Z] #45 8.062 ++ go env GOARCH [2020-11-30T03:17:47.564Z] #45 8.098 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.564Z] #45 8.098 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.564Z] #45 8.098 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:47.564Z] #45 8.098 + dir=/tmp/install [2020-11-30T03:17:47.564Z] #45 8.098 + bin=gotestsum [2020-11-30T03:17:47.564Z] #45 8.098 + shift [2020-11-30T03:17:47.564Z] #45 8.098 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-11-30T03:17:47.564Z] #45 8.098 + . /tmp/install/gotestsum.installer [2020-11-30T03:17:47.564Z] #45 8.098 ++ : v0.5.3 [2020-11-30T03:17:47.564Z] #45 8.098 + install_gotestsum [2020-11-30T03:17:47.564Z] #45 8.098 + set -e [2020-11-30T03:17:47.564Z] #45 8.098 + export GO111MODULE=on [2020-11-30T03:17:47.564Z] #45 8.098 + GO111MODULE=on [2020-11-30T03:17:47.564Z] #45 8.098 + GOBIN=/build [2020-11-30T03:17:47.564Z] #45 8.098 + go get gotest.tools/gotestsum@v0.5.3 [2020-11-30T03:17:47.564Z] #45 8.107 go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:47.564Z] #45 8.108 go: finding gotest.tools v0.5.3 [2020-11-30T03:17:47.564Z] #45 9.123 go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:47.564Z] #45 10.27 go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:17:47.564Z] #45 ... [2020-11-30T03:17:47.564Z] [2020-11-30T03:17:47.564Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:47.564Z] #56 7.910 + RM_GOPATH=0 [2020-11-30T03:17:47.564Z] #56 7.910 + TMP_GOPATH= [2020-11-30T03:17:47.564Z] #56 7.910 + : /build [2020-11-30T03:17:47.564Z] #56 7.910 + '[' -z '' ']' [2020-11-30T03:17:47.564Z] #56 7.910 ++ mktemp -d [2020-11-30T03:17:47.564Z] #56 7.910 + export GOPATH=/tmp/tmp.ipuMJ7dQO0 [2020-11-30T03:17:47.564Z] #56 7.910 + GOPATH=/tmp/tmp.ipuMJ7dQO0 [2020-11-30T03:17:47.564Z] #56 7.910 + RM_GOPATH=1 [2020-11-30T03:17:47.564Z] #56 7.910 + case "$(go env GOARCH)" in [2020-11-30T03:17:47.564Z] #56 7.910 ++ go env GOARCH [2020-11-30T03:17:47.564Z] #56 7.919 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.564Z] #56 7.919 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.564Z] #56 7.919 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:47.564Z] #56 7.926 + dir=/tmp/install [2020-11-30T03:17:47.564Z] #56 7.926 + bin=rootlesskit [2020-11-30T03:17:47.564Z] #56 7.926 + shift [2020-11-30T03:17:47.564Z] #56 7.926 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-11-30T03:17:47.564Z] #56 7.926 + . /tmp/install/rootlesskit.installer [2020-11-30T03:17:47.564Z] #56 7.926 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:47.564Z] #56 7.927 + install_rootlesskit [2020-11-30T03:17:47.564Z] #56 7.927 + case "$1" in [2020-11-30T03:17:47.564Z] #56 7.927 + export CGO_ENABLED=0 [2020-11-30T03:17:47.564Z] #56 7.927 + CGO_ENABLED=0 [2020-11-30T03:17:47.564Z] #56 7.927 + _install_rootlesskit [2020-11-30T03:17:47.564Z] #56 7.927 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2020-11-30T03:17:47.564Z] #56 7.927 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ipuMJ7dQO0/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:17:47.564Z] #56 7.927 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:47.564Z] #56 7.928 Cloning into '/tmp/tmp.ipuMJ7dQO0/src/github.com/rootless-containers/rootlesskit'... [2020-11-30T03:17:47.582Z] #43 ... [2020-11-30T03:17:47.582Z] [2020-11-30T03:17:47.582Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:47.582Z] #27 21.30 [2020-11-30T03:17:47.715Z] #45 ... [2020-11-30T03:17:47.715Z] [2020-11-30T03:17:47.715Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:47.715Z] #11 13.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:47.824Z] #56 ... [2020-11-30T03:17:47.824Z] [2020-11-30T03:17:47.824Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:47.824Z] #22 8.653 + RM_GOPATH=0 [2020-11-30T03:17:47.824Z] #22 8.653 + TMP_GOPATH= [2020-11-30T03:17:47.824Z] #22 8.653 + : /build [2020-11-30T03:17:47.824Z] #22 8.653 + '[' -z '' ']' [2020-11-30T03:17:47.824Z] #22 8.653 ++ mktemp -d [2020-11-30T03:17:47.824Z] #22 8.656 + export GOPATH=/tmp/tmp.ZMaUb8kNYq [2020-11-30T03:17:47.824Z] #22 8.656 + GOPATH=/tmp/tmp.ZMaUb8kNYq [2020-11-30T03:17:47.824Z] #22 8.656 + RM_GOPATH=1 [2020-11-30T03:17:47.824Z] #22 8.656 + case "$(go env GOARCH)" in [2020-11-30T03:17:47.824Z] #22 8.656 ++ go env GOARCH [2020-11-30T03:17:47.824Z] #22 8.676 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.824Z] #22 8.677 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:47.824Z] #22 8.677 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:47.824Z] #22 8.681 + dir=/tmp/install [2020-11-30T03:17:47.824Z] #22 8.681 + bin=dockercli [2020-11-30T03:17:47.824Z] #22 8.682 + shift [2020-11-30T03:17:47.824Z] #22 8.682 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-11-30T03:17:47.824Z] #22 8.682 + . /tmp/install/dockercli.installer [2020-11-30T03:17:47.824Z] #22 8.682 ++ : stable [2020-11-30T03:17:47.824Z] #22 8.682 ++ : 17.06.2-ce [2020-11-30T03:17:47.824Z] #22 8.683 + install_dockercli [2020-11-30T03:17:47.824Z] #22 8.683 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-11-30T03:17:47.824Z] #22 8.683 Install docker/cli version 17.06.2-ce from stable [2020-11-30T03:17:47.824Z] #22 8.684 ++ uname -m [2020-11-30T03:17:47.824Z] #22 8.685 + arch=x86_64 [2020-11-30T03:17:47.824Z] #22 8.686 + '[' x86_64 '!=' x86_64 ']' [2020-11-30T03:17:47.824Z] #22 8.686 + url=https://download.docker.com/linux/static [2020-11-30T03:17:47.824Z] #22 8.691 + tar -xz docker/docker [2020-11-30T03:17:47.824Z] #22 8.696 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-11-30T03:17:47.824Z] #22 ... [2020-11-30T03:17:47.824Z] [2020-11-30T03:17:47.824Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:47.824Z] #45 11.54 go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:17:47.824Z] #45 11.56 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:47.824Z] #45 11.57 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:47.824Z] #45 11.61 go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:17:47.824Z] #45 11.65 go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:47.847Z] #27 21.52 0.8% ######################################################################## 100.0% [2020-11-30T03:17:47.847Z] #27 ... [2020-11-30T03:17:47.847Z] [2020-11-30T03:17:47.847Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:47.847Z] #34 11.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-30T03:17:47.847Z] #34 19.26 Fetched 8230 kB in 13s (639 kB/s) [2020-11-30T03:17:47.847Z] #34 19.26 Reading package lists... [2020-11-30T03:17:47.847Z] #34 ... [2020-11-30T03:17:47.847Z] [2020-11-30T03:17:47.847Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:47.847Z] #27 21.71 [2020-11-30T03:17:48.125Z] #45 11.69 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:48.126Z] #45 11.75 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:48.391Z] #45 11.81 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:48.413Z] #54 139.8 + bin/containerd-shim-runc-v2 [2020-11-30T03:17:48.648Z] #45 12.17 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:48.648Z] #45 12.41 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:48.905Z] #45 12.48 go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:17:48.905Z] #45 12.68 go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:17:48.905Z] #45 12.68 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:48.905Z] #45 12.68 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:48.905Z] #45 12.71 go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:48.905Z] #45 12.75 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:49.249Z] #27 23.19 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-11-30T03:17:49.456Z] #54 140.5 + binaries [2020-11-30T03:17:49.456Z] #54 140.5 + install -D bin/containerd /build/containerd [2020-11-30T03:17:49.456Z] #54 140.5 + install -D bin/containerd-shim /build/containerd-shim [2020-11-30T03:17:49.456Z] #54 140.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-30T03:17:49.456Z] #54 140.5 + install -D bin/ctr /build/ctr [2020-11-30T03:17:49.515Z] #27 23.27 skipping existing 9a99313a2c50 [2020-11-30T03:17:49.515Z] #27 23.40 [2020-11-30T03:17:49.561Z] #12 ... [2020-11-30T03:17:49.561Z] [2020-11-30T03:17:49.561Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:49.561Z] #48 49.68 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:17:49.561Z] #48 49.72 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:17:49.561Z] #48 ... [2020-11-30T03:17:49.561Z] [2020-11-30T03:17:49.561Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:49.561Z] #35 59.39 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-30T03:17:49.561Z] #35 59.40 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:17:49.561Z] #35 59.41 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-11-30T03:17:49.561Z] #35 59.43 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:17:49.561Z] #35 59.50 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-11-30T03:17:49.561Z] #35 59.50 Setting up cmake-data (3.13.4-1) ... [2020-11-30T03:17:49.561Z] #35 59.51 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:17:49.561Z] #35 59.52 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-11-30T03:17:49.561Z] #35 59.52 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-11-30T03:17:49.561Z] #35 59.53 Setting up cmake (3.13.4-1) ... [2020-11-30T03:17:49.561Z] #35 59.54 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:49.561Z] #35 59.64 Processing triggers for mime-support (3.62) ... [2020-11-30T03:17:49.561Z] #35 DONE 59.9s [2020-11-30T03:17:49.561Z] [2020-11-30T03:17:49.561Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:49.561Z] #41 57.95 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-11-30T03:17:49.561Z] #41 57.95 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-30T03:17:49.561Z] #41 57.96 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:49.561Z] #41 57.96 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-11-30T03:17:49.561Z] #41 57.97 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:49.561Z] #41 57.98 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:17:49.561Z] #41 57.99 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:17:49.561Z] #41 58.00 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-11-30T03:17:49.561Z] #41 58.01 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:17:49.561Z] #41 58.01 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-30T03:17:49.747Z] #54 DONE 141.1s [2020-11-30T03:17:49.891Z] #43 ... [2020-11-30T03:17:49.891Z] [2020-11-30T03:17:49.891Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:49.891Z] #41 64.42 LINK criu/pie/parasite.built-in.o [2020-11-30T03:17:49.891Z] #41 64.43 GEN criu/pie/parasite-blob.h [2020-11-30T03:17:49.891Z] #41 64.44 CC criu/pie/parasite-vdso.o [2020-11-30T03:17:49.891Z] #41 65.08 CC criu/arch/x86/vdso-pie.o [2020-11-30T03:17:49.891Z] #41 65.41 CC criu/arch/x86/restorer.o [2020-11-30T03:17:49.891Z] #41 66.05 CC criu/arch/x86/restorer_unmap.o [2020-11-30T03:17:49.891Z] #41 66.10 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-30T03:17:49.891Z] #41 66.45 CC criu/pie/restorer.o [2020-11-30T03:17:49.891Z] #41 69.42 LINK criu/pie/restorer.built-in.o [2020-11-30T03:17:49.891Z] #41 69.44 GEN criu/pie/restorer-blob.h [2020-11-30T03:17:49.891Z] #41 69.54 DEP criu/vdso.d [2020-11-30T03:17:49.891Z] #41 ... [2020-11-30T03:17:49.891Z] [2020-11-30T03:17:49.891Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:49.891Z] #51 11.20 + cd /tmp/tmp.W2PRGVpfom/src/github.com/opencontainers/runc [2020-11-30T03:17:49.891Z] #51 11.20 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:17:49.891Z] #51 11.89 + '[' -z '' ']' [2020-11-30T03:17:49.891Z] #51 11.89 + target=static [2020-11-30T03:17:49.891Z] #51 11.89 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-30T03:17:49.891Z] #51 12.21 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-30T03:17:49.891Z] #51 ... [2020-11-30T03:17:49.891Z] [2020-11-30T03:17:49.891Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:49.891Z] #41 69.79 DEP criu/vdso-compat.d [2020-11-30T03:17:50.382Z] [2020-11-30T03:17:50.382Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-30T03:17:50.462Z] #41 69.99 DEP criu/uts_ns.d [2020-11-30T03:17:50.462Z] #41 70.22 DEP criu/util.d [2020-11-30T03:17:50.479Z] #27 ... [2020-11-30T03:17:50.479Z] [2020-11-30T03:17:50.479Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:50.479Z] #47 14.39 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:50.479Z] #47 14.40 go: downloading github.com/pkg/errors v0.8.1 [2020-11-30T03:17:50.479Z] #47 14.40 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:50.479Z] #47 14.41 go: downloading github.com/spf13/viper v1.6.1 [2020-11-30T03:17:50.479Z] #47 14.43 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:50.479Z] #47 14.43 go: downloading github.com/fatih/color v1.7.0 [2020-11-30T03:17:50.479Z] #47 14.55 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:50.479Z] #47 14.57 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:50.479Z] #47 14.65 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:50.479Z] #47 14.67 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:50.479Z] #47 14.73 go: extracting github.com/fatih/color v1.7.0 [2020-11-30T03:17:50.479Z] #47 14.79 go: extracting github.com/pkg/errors v0.8.1 [2020-11-30T03:17:50.479Z] #47 14.92 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:17:50.479Z] #47 15.00 go: extracting github.com/spf13/viper v1.6.1 [2020-11-30T03:17:50.479Z] #47 15.15 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:50.479Z] #47 15.15 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:50.479Z] #47 15.15 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:50.479Z] #47 15.21 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:50.479Z] #47 15.40 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:50.479Z] #47 15.45 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:50.479Z] #47 15.61 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:50.479Z] #47 15.71 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:50.479Z] #47 15.72 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:50.479Z] #47 16.02 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:50.479Z] #47 16.04 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:50.479Z] #47 16.08 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:17:50.479Z] #47 16.14 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:50.479Z] #47 16.18 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:50.479Z] #47 16.55 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:50.479Z] #47 16.62 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:17:50.479Z] #47 16.83 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:17:50.479Z] #47 16.84 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:50.479Z] #47 17.56 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:17:50.479Z] #47 17.85 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:17:50.479Z] #47 18.44 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:17:50.479Z] #47 18.60 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:17:50.479Z] #47 22.76 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:50.479Z] #47 22.77 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:17:50.479Z] #47 22.81 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:17:50.479Z] #47 22.81 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:17:50.479Z] #47 22.82 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:17:50.479Z] #47 22.82 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:17:50.479Z] #47 22.82 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:17:50.479Z] #47 22.82 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:17:50.479Z] #47 23.02 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:50.479Z] #47 23.06 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:17:50.479Z] #47 23.07 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:17:50.479Z] #47 23.18 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:17:50.479Z] #47 23.29 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:17:50.479Z] #47 23.29 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:50.479Z] #47 23.35 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:17:50.479Z] #47 23.36 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:17:50.479Z] #47 23.37 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:50.479Z] #47 23.37 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:17:50.479Z] #47 23.40 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:50.479Z] #47 23.40 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:17:50.479Z] #47 23.40 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:17:50.479Z] #47 23.51 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:17:50.479Z] #47 23.76 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:50.479Z] #47 23.79 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:17:50.479Z] #47 23.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:17:50.479Z] #47 23.85 go: downloading github.com/spf13/cast v1.3.0 [2020-11-30T03:17:50.479Z] #47 23.86 go: extracting github.com/spf13/cast v1.3.0 [2020-11-30T03:17:50.479Z] #47 24.05 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:17:50.479Z] #47 24.06 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:50.479Z] #47 24.07 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:17:50.479Z] #47 24.08 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:17:50.479Z] #47 24.10 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:17:50.479Z] #47 24.13 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:17:50.479Z] #47 24.13 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:17:50.479Z] #47 24.14 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:17:50.479Z] #47 24.20 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:17:50.479Z] #47 24.25 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:17:50.479Z] #47 24.25 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:17:50.479Z] #47 24.33 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:17:50.479Z] #47 24.33 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:17:50.479Z] #47 24.41 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:17:50.479Z] #47 24.41 go: downloading github.com/spf13/afero v1.1.2 [2020-11-30T03:17:50.479Z] #47 24.43 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:50.674Z] #55 DONE 0.3s [2020-11-30T03:17:50.674Z] [2020-11-30T03:17:50.674Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-30T03:17:50.722Z] #41 70.48 DEP criu/uffd.d [2020-11-30T03:17:50.763Z] #47 24.48 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:17:50.764Z] #47 24.49 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:50.764Z] #47 24.50 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:17:50.764Z] #47 24.51 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:17:50.764Z] #47 24.51 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:17:50.764Z] #47 24.53 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:17:50.764Z] #47 24.53 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-30T03:17:50.764Z] #47 24.55 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:17:50.764Z] #47 ... [2020-11-30T03:17:50.764Z] [2020-11-30T03:17:50.764Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:50.799Z] #45 14.19 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:50.799Z] #45 14.24 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:50.799Z] #45 14.25 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:50.799Z] #45 14.27 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:50.966Z] #59 DONE 0.2s [2020-11-30T03:17:50.966Z] [2020-11-30T03:17:50.966Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-30T03:17:50.966Z] #61 DONE 0.2s [2020-11-30T03:17:50.966Z] [2020-11-30T03:17:50.966Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-30T03:17:50.983Z] #41 70.68 DEP criu/tun.d [2020-11-30T03:17:50.999Z] #11 16.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:51.244Z] #41 70.83 DEP criu/tty.d [2020-11-30T03:17:51.244Z] #41 71.07 DEP criu/timerfd.d [2020-11-30T03:17:51.257Z] #63 DONE 0.1s [2020-11-30T03:17:51.257Z] [2020-11-30T03:17:51.257Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-30T03:17:51.257Z] #64 DONE 0.0s [2020-11-30T03:17:51.257Z] [2020-11-30T03:17:51.257Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-30T03:17:51.509Z] #41 71.32 DEP criu/timens.d [2020-11-30T03:17:51.559Z] #62 24.09 Checking out files: 46% (884/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 95% (1818/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-30T03:17:51.559Z] #62 25.34 + cd /tmp/tmp.SyGyF7z1sm/src/github.com/docker/libnetwork [2020-11-30T03:17:51.559Z] #62 ... [2020-11-30T03:17:51.559Z] [2020-11-30T03:17:51.560Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:51.560Z] #49 15.25 + cd /tmp/tmp.9pWpFKeCvO/src/github.com/mvdan/sh [2020-11-30T03:17:51.560Z] #49 15.25 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:51.560Z] #49 15.32 + GO111MODULE=on [2020-11-30T03:17:51.560Z] #49 15.34 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-30T03:17:51.560Z] #49 17.19 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:51.560Z] #49 17.20 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:51.560Z] #49 17.29 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:51.560Z] #49 17.79 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:51.560Z] #49 17.82 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:51.560Z] #49 18.45 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:51.560Z] #49 19.33 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:17:51.560Z] #49 20.24 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:17:51.560Z] #49 22.11 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:51.560Z] #49 22.20 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:51.560Z] #49 22.38 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:51.560Z] #49 22.85 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:17:51.560Z] #49 23.83 runtime [2020-11-30T03:17:51.560Z] #49 ... [2020-11-30T03:17:51.560Z] [2020-11-30T03:17:51.560Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:51.560Z] #53 8.237 Reading package lists... [2020-11-30T03:17:51.560Z] #53 15.83 Reading package lists... [2020-11-30T03:17:51.560Z] #53 20.26 Building dependency tree... [2020-11-30T03:17:51.560Z] #53 23.60 The following additional packages will be installed: [2020-11-30T03:17:51.560Z] #53 23.61 libbtrfs0 [2020-11-30T03:17:51.560Z] #53 23.72 The following NEW packages will be installed: [2020-11-30T03:17:51.560Z] #53 23.72 libbtrfs-dev libbtrfs0 [2020-11-30T03:17:51.560Z] #53 24.10 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:17:51.560Z] #53 24.10 Need to get 119 kB of archives. [2020-11-30T03:17:51.560Z] #53 24.10 After this operation, 387 kB of additional disk space will be used. [2020-11-30T03:17:51.560Z] #53 24.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-30T03:17:51.560Z] #53 24.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-30T03:17:51.565Z] #11 ... [2020-11-30T03:17:51.565Z] [2020-11-30T03:17:51.565Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:17:51.565Z] #30 7.011 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-11-30T03:17:51.565Z] #30 7.023 Cloning into '.'... [2020-11-30T03:17:51.565Z] #30 ... [2020-11-30T03:17:51.565Z] [2020-11-30T03:17:51.565Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:51.565Z] #53 14.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:51.565Z] #53 17.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:51.771Z] #41 71.45 DEP criu/sysfs_parse.d [2020-11-30T03:17:51.771Z] #41 71.58 DEP criu/sysctl.d [2020-11-30T03:17:51.829Z] #53 25.50 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:17:51.829Z] #53 ... [2020-11-30T03:17:51.829Z] [2020-11-30T03:17:51.829Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:51.829Z] #47 24.56 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:17:51.829Z] #47 24.62 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:17:51.829Z] #47 24.63 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:51.829Z] #47 24.65 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:17:51.829Z] #47 24.68 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:17:51.830Z] #47 24.68 go: extracting github.com/spf13/afero v1.1.2 [2020-11-30T03:17:51.830Z] #47 24.79 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:17:51.830Z] #47 24.79 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-30T03:17:51.830Z] #47 24.82 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:17:51.830Z] #47 24.89 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-30T03:17:51.830Z] #47 24.94 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-30T03:17:51.830Z] #47 24.96 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-30T03:17:51.830Z] #47 24.97 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:17:51.830Z] #47 25.09 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:17:51.830Z] #47 25.09 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:51.830Z] #47 25.23 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:17:51.830Z] #47 25.46 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:17:51.830Z] #47 25.47 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:17:51.830Z] #47 25.48 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:17:51.830Z] #47 25.53 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-30T03:17:51.830Z] #47 25.54 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:17:51.830Z] #47 25.54 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-30T03:17:51.830Z] #47 25.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:17:51.830Z] #47 25.61 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:17:51.830Z] #47 25.63 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:17:51.890Z] #65 DONE 0.7s [2020-11-30T03:17:52.033Z] #41 71.74 DEP criu/string.d [2020-11-30T03:17:52.033Z] #41 71.77 DEP criu/stats.d [2020-11-30T03:17:52.105Z] #47 25.70 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:17:52.105Z] #47 25.73 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:17:52.105Z] #47 25.77 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:17:52.105Z] #47 25.84 go: downloading golang.org/x/text v0.3.2 [2020-11-30T03:17:52.105Z] #47 25.87 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:17:52.105Z] #47 25.91 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:17:52.105Z] #47 25.98 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:17:52.105Z] #47 26.09 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:52.182Z] [2020-11-30T03:17:52.182Z] #66 exporting to image [2020-11-30T03:17:52.182Z] #66 exporting layers [2020-11-30T03:17:52.295Z] #41 71.87 DEP criu/sockets.d [2020-11-30T03:17:52.556Z] #41 72.13 DEP criu/sk-unix.d [2020-11-30T03:17:52.556Z] #41 72.34 DEP criu/sk-tcp.d [2020-11-30T03:17:52.685Z] #47 26.26 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:17:52.685Z] #47 26.36 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:17:52.685Z] #47 26.37 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:17:52.685Z] #47 26.40 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:17:52.685Z] #47 26.53 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:17:52.685Z] #47 26.55 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:17:52.685Z] #47 26.64 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:17:52.819Z] #41 72.47 DEP criu/sk-queue.d [2020-11-30T03:17:52.819Z] #41 72.72 DEP criu/sk-packet.d [2020-11-30T03:17:52.954Z] #47 26.67 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:17:52.954Z] #47 26.71 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:17:52.954Z] #47 26.71 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-30T03:17:52.954Z] #47 26.72 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:17:53.172Z] #41 ... [2020-11-30T03:17:53.172Z] [2020-11-30T03:17:53.172Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:53.172Z] #12 63.35 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-30T03:17:53.172Z] #12 63.35 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-30T03:17:53.172Z] #12 63.37 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:17:53.220Z] #47 26.99 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:17:53.220Z] #47 27.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:17:53.220Z] #47 27.12 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:17:53.335Z] #45 16.85 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:53.335Z] #45 ... [2020-11-30T03:17:53.335Z] [2020-11-30T03:17:53.335Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:53.335Z] #62 15.02 Checking out files: 60% (1156/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 87% (1662/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 99% (1893/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-30T03:17:53.335Z] #62 17.19 + cd /tmp/tmp.A2vk1JlpRT/src/github.com/docker/libnetwork [2020-11-30T03:17:53.335Z] #62 17.19 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:17:53.391Z] #41 72.89 DEP criu/sk-netlink.d [2020-11-30T03:17:53.391Z] #41 73.09 DEP criu/sk-inet.d [2020-11-30T03:17:53.391Z] #41 73.27 DEP criu/signalfd.d [2020-11-30T03:17:53.506Z] #47 27.30 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:17:53.506Z] #47 27.49 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:17:53.592Z] #62 17.47 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-30T03:17:53.770Z] #47 27.52 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-30T03:17:53.964Z] #41 73.45 DEP criu/sigframe.d [2020-11-30T03:17:53.964Z] #41 73.60 DEP criu/shmem.d [2020-11-30T03:17:53.964Z] #41 73.77 DEP criu/servicefd.d [2020-11-30T03:17:54.034Z] #47 27.88 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:17:54.034Z] #47 27.95 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-30T03:17:54.177Z] #53 ... [2020-11-30T03:17:54.177Z] [2020-11-30T03:17:54.177Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:54.177Z] #32 10.43 math/bits [2020-11-30T03:17:54.177Z] #32 11.03 internal/bytealg [2020-11-30T03:17:54.177Z] #32 11.26 math [2020-11-30T03:17:54.177Z] #32 12.73 runtime [2020-11-30T03:17:54.177Z] #32 18.43 internal/testlog [2020-11-30T03:17:54.177Z] #32 19.16 encoding [2020-11-30T03:17:54.177Z] #32 19.62 runtime/cgo [2020-11-30T03:17:54.255Z] #41 73.89 DEP criu/seize.d [2020-11-30T03:17:54.461Z] #32 ... [2020-11-30T03:17:54.461Z] [2020-11-30T03:17:54.461Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:54.461Z] #47 20.09 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:17:54.461Z] #47 20.09 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:54.461Z] #47 20.14 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:54.461Z] #47 20.16 go: downloading github.com/fatih/color v1.7.0 [2020-11-30T03:17:54.461Z] #47 20.19 go: downloading github.com/spf13/viper v1.6.1 [2020-11-30T03:17:54.533Z] #41 ... [2020-11-30T03:17:54.533Z] [2020-11-30T03:17:54.533Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:54.533Z] #43 DONE 146.3s [2020-11-30T03:17:54.533Z] [2020-11-30T03:17:54.533Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:54.533Z] #41 74.18 DEP criu/seccomp.d [2020-11-30T03:17:54.614Z] #47 28.32 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:17:54.794Z] #41 74.50 DEP criu/rst-malloc.d [2020-11-30T03:17:54.844Z] #47 20.32 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:54.845Z] #47 20.49 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:54.881Z] #47 28.37 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:17:54.881Z] #47 28.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:17:54.881Z] #47 28.63 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-30T03:17:54.881Z] #47 ... [2020-11-30T03:17:54.881Z] [2020-11-30T03:17:54.881Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:54.881Z] #40 18.65 Fetched 8230 kB in 13s (630 kB/s) [2020-11-30T03:17:54.881Z] #40 18.65 Reading package lists... [2020-11-30T03:17:54.914Z] #66 exporting layers 2.4s done [2020-11-30T03:17:54.914Z] #66 writing image sha256:77c97cea2a7b1e4f662a986de8af04fe59be0a2825898e878b8c40fe427611c0 [2020-11-30T03:17:54.914Z] #66 writing image sha256:77c97cea2a7b1e4f662a986de8af04fe59be0a2825898e878b8c40fe427611c0 done [2020-11-30T03:17:54.914Z] #66 naming to docker.io/library/docker:35639d804dfaf80e94a6a4fbcb87d11926087111 done [2020-11-30T03:17:54.914Z] #66 DONE 2.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-30T03:17:55.062Z] #41 74.64 DEP criu/rbtree.d [2020-11-30T03:17:55.062Z] #41 74.74 DEP criu/pstree.d [2020-11-30T03:17:55.102Z] #47 20.64 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:55.102Z] #47 20.77 go: downloading github.com/pkg/errors v0.8.1 [2020-11-30T03:17:55.102Z] #47 20.78 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:55.147Z] #40 24.35 Reading package lists... [2020-11-30T03:17:55.147Z] #40 ... [2020-11-30T03:17:55.147Z] [2020-11-30T03:17:55.147Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:55.147Z] #11 18.82 Fetched 8230 kB in 13s (613 kB/s) [2020-11-30T03:17:55.147Z] #11 18.82 Reading package lists... [2020-11-30T03:17:55.147Z] #11 24.36 Reading package lists... [2020-11-30T03:17:55.147Z] #11 ... [2020-11-30T03:17:55.147Z] [2020-11-30T03:17:55.147Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:55.147Z] #47 29.12 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:17:55.301Z] #12 ... [2020-11-30T03:17:55.301Z] [2020-11-30T03:17:55.301Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:55.301Z] #41 65.31 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-11-30T03:17:55.301Z] #41 65.32 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:17:55.301Z] #41 DONE 65.6s [2020-11-30T03:17:55.329Z] #41 75.03 DEP criu/protobuf.d [2020-11-30T03:17:55.329Z] #41 75.15 GEN criu/protobuf-desc-gen.h [2020-11-30T03:17:55.345Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/test/unit [2020-11-30T03:17:55.411Z] #47 29.12 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:17:55.411Z] #47 29.36 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:17:55.411Z] #47 29.39 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:17:55.444Z] #47 ... [2020-11-30T03:17:55.444Z] [2020-11-30T03:17:55.444Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:55.444Z] #43 11.17 unicode [2020-11-30T03:17:55.444Z] #43 11.49 runtime [2020-11-30T03:17:55.444Z] #43 16.77 unicode/utf8 [2020-11-30T03:17:55.444Z] #43 17.88 math [2020-11-30T03:17:55.604Z] [2020-11-30T03:17:55.604Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:55.676Z] #47 29.43 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:17:55.701Z] #43 ... [2020-11-30T03:17:55.701Z] [2020-11-30T03:17:55.701Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:55.701Z] #47 21.22 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:17:55.701Z] #47 21.23 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:55.701Z] #47 21.32 go: extracting github.com/fatih/color v1.7.0 [2020-11-30T03:17:55.701Z] #47 21.32 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:55.701Z] #47 21.37 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-30T03:17:55.701Z] #47 21.40 go: extracting github.com/spf13/viper v1.6.1 [2020-11-30T03:17:55.970Z] #47 21.62 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-30T03:17:55.970Z] #47 21.65 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:55.970Z] #47 ... [2020-11-30T03:17:55.970Z] [2020-11-30T03:17:55.970Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:55.970Z] #40 11.72 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:55.970Z] #40 15.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:56.148Z] #62 ... [2020-11-30T03:17:56.148Z] [2020-11-30T03:17:56.148Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:17:56.148Z] #40 9.773 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:17:56.148Z] #40 9.859 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:17:56.148Z] #40 9.862 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:17:56.148Z] #40 11.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:56.148Z] #40 14.10 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:56.148Z] #40 18.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:56.227Z] #40 ... [2020-11-30T03:17:56.227Z] [2020-11-30T03:17:56.227Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:56.227Z] #47 21.84 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:17:56.227Z] #47 21.88 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:17:56.227Z] #47 21.90 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:17:56.227Z] #47 21.90 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:56.227Z] #47 21.91 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:17:56.227Z] #47 21.92 go: extracting github.com/pkg/errors v0.8.1 [2020-11-30T03:17:56.227Z] #47 21.92 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-30T03:17:56.227Z] #47 21.99 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:56.227Z] #47 22.01 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:17:56.269Z] #41 ... [2020-11-30T03:17:56.269Z] [2020-11-30T03:17:56.269Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:17:56.269Z] #18 10.61 Fetched 8406 kB in 9s (910 kB/s) [2020-11-30T03:17:56.269Z] #18 10.61 Reading package lists... [2020-11-30T03:17:56.269Z] #18 14.57 Reading package lists... [2020-11-30T03:17:56.269Z] #18 18.36 Building dependency tree... [2020-11-30T03:17:56.269Z] #18 20.58 libcap2-bin is already the newest version (1:2.25-2). [2020-11-30T03:17:56.269Z] #18 20.58 The following additional packages will be installed: [2020-11-30T03:17:56.269Z] #18 20.59 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-30T03:17:56.269Z] #18 20.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-30T03:17:56.269Z] #18 20.59 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-30T03:17:56.269Z] #18 20.59 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-30T03:17:56.269Z] #18 20.59 python3.7 python3.7-minimal vim-runtime xxd [2020-11-30T03:17:56.269Z] #18 20.60 Suggested packages: [2020-11-30T03:17:56.269Z] #18 20.61 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-30T03:17:56.269Z] #18 20.61 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-30T03:17:56.269Z] #18 20.61 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-30T03:17:56.269Z] #18 20.61 Recommended packages: [2020-11-30T03:17:56.269Z] #18 20.61 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-30T03:17:56.270Z] #18 20.61 python3-keyrings.alt python3-xdg unzip [2020-11-30T03:17:56.415Z] #40 ... [2020-11-30T03:17:56.415Z] [2020-11-30T03:17:56.415Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:56.415Z] #56 15.06 Checking out files: 73% (580/794) Checking out files: 74% (588/794) Checking out files: 75% (596/794) Checking out files: 76% (604/794) Checking out files: 77% (612/794) Checking out files: 78% (620/794) Checking out files: 79% (628/794) Checking out files: 80% (636/794) Checking out files: 81% (644/794) Checking out files: 82% (652/794) Checking out files: 83% (660/794) Checking out files: 84% (667/794) Checking out files: 85% (675/794) Checking out files: 86% (683/794) Checking out files: 87% (691/794) Checking out files: 88% (699/794) Checking out files: 89% (707/794) Checking out files: 90% (715/794) Checking out files: 91% (723/794) Checking out files: 92% (731/794) Checking out files: 93% (739/794) Checking out files: 94% (747/794) Checking out files: 95% (755/794) Checking out files: 96% (763/794) Checking out files: 97% (771/794) Checking out files: 98% (779/794) Checking out files: 99% (787/794) Checking out files: 100% (794/794) Checking out files: 100% (794/794), done. [2020-11-30T03:17:56.415Z] #56 15.50 + cd /tmp/tmp.ipuMJ7dQO0/src/github.com/rootless-containers/rootlesskit [2020-11-30T03:17:56.415Z] #56 15.50 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2020-11-30T03:17:56.415Z] #56 15.90 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:17:56.415Z] #56 15.90 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-11-30T03:17:56.426Z] #47 29.96 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:17:56.426Z] #47 29.96 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:17:56.485Z] #47 22.02 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:56.485Z] #47 ... [2020-11-30T03:17:56.485Z] [2020-11-30T03:17:56.485Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:56.485Z] #22 20.30 + mkdir -p /build [2020-11-30T03:17:56.485Z] #22 20.30 + mv docker/docker /build/ [2020-11-30T03:17:56.485Z] #22 20.30 + rmdir docker [2020-11-30T03:17:56.485Z] #22 DONE 22.3s [2020-11-30T03:17:56.690Z] #47 30.46 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-30T03:17:56.742Z] [2020-11-30T03:17:56.742Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:56.742Z] #49 21.73 + cd /tmp/tmp.XjOdMMo77Y/src/github.com/mvdan/sh [2020-11-30T03:17:56.742Z] #49 21.74 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:56.742Z] #49 22.08 + GO111MODULE=on [2020-11-30T03:17:56.742Z] #49 22.08 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-30T03:17:56.840Z] #18 ... [2020-11-30T03:17:56.840Z] [2020-11-30T03:17:56.840Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:17:56.840Z] #41 76.74 DEP criu/protobuf-desc.d [2020-11-30T03:17:56.978Z] #56 ... [2020-11-30T03:17:56.978Z] [2020-11-30T03:17:56.978Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:56.978Z] #43 10.74 + cd /tmp/tmp.ZGFE0MZcF4/src/github.com/LK4D4/vndr [2020-11-30T03:17:56.978Z] #43 10.74 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2020-11-30T03:17:56.978Z] #43 10.79 + go build -buildmode=pie -v -o /build/vndr . [2020-11-30T03:17:56.978Z] #43 12.65 internal/cpu [2020-11-30T03:17:56.978Z] #43 12.67 runtime/internal/sys [2020-11-30T03:17:56.978Z] #43 12.96 internal/race [2020-11-30T03:17:56.978Z] #43 13.28 sync/atomic [2020-11-30T03:17:56.978Z] #43 13.63 internal/bytealg [2020-11-30T03:17:56.978Z] #43 13.98 unicode [2020-11-30T03:17:56.978Z] #43 15.88 runtime [2020-11-30T03:17:56.978Z] #43 19.44 internal/testlog [2020-11-30T03:17:56.978Z] #43 20.33 encoding [2020-11-30T03:17:57.101Z] #41 76.86 DEP criu/proc_parse.d [2020-11-30T03:17:57.238Z] #43 20.82 unicode/utf16 [2020-11-30T03:17:57.238Z] #43 ... [2020-11-30T03:17:57.238Z] [2020-11-30T03:17:57.238Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:57.238Z] #22 20.67 + mkdir -p /build [2020-11-30T03:17:57.238Z] #22 20.69 + mv docker/docker /build/ [2020-11-30T03:17:57.238Z] #22 20.70 + rmdir docker [2020-11-30T03:17:57.238Z] #22 ... [2020-11-30T03:17:57.238Z] [2020-11-30T03:17:57.238Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:17:57.238Z] #53 10.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:17:57.238Z] #53 14.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:57.238Z] #53 17.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:57.362Z] #41 77.05 DEP criu/plugin.d [2020-11-30T03:17:57.362Z] #41 77.12 DEP criu/pipes.d [2020-11-30T03:17:57.414Z] ? github.com/docker/docker/api [no test files] [2020-11-30T03:17:57.496Z] #53 ... [2020-11-30T03:17:57.496Z] [2020-11-30T03:17:57.496Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:57.496Z] #22 DONE 21.1s [2020-11-30T03:17:57.496Z] [2020-11-30T03:17:57.496Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:57.496Z] #49 20.55 + cd /tmp/tmp.01ex2TTvwo/src/github.com/mvdan/sh [2020-11-30T03:17:57.496Z] #49 20.55 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-11-30T03:17:57.496Z] #49 20.74 + GO111MODULE=on [2020-11-30T03:17:57.496Z] #49 20.74 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-11-30T03:17:57.622Z] #41 77.27 DEP criu/pie-util.d [2020-11-30T03:17:57.622Z] #41 77.36 DEP criu/pie-util-vdso.d [2020-11-30T03:17:57.676Z] #49 ... [2020-11-30T03:17:57.676Z] [2020-11-30T03:17:57.676Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:57.676Z] #45 13.28 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:57.676Z] #45 15.18 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:57.676Z] #45 21.43 go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:17:57.676Z] #45 21.51 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:17:57.676Z] #45 21.54 go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:17:57.676Z] #45 21.65 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:17:57.676Z] #45 21.92 go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:17:57.676Z] #45 21.92 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:17:57.676Z] #45 22.61 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:17:57.676Z] #45 22.96 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:17:57.676Z] #45 23.04 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:17:57.676Z] #45 23.23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:17:57.676Z] #45 23.26 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:17:57.676Z] #45 ... [2020-11-30T03:17:57.676Z] [2020-11-30T03:17:57.676Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:57.676Z] #47 22.48 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:17:57.676Z] #47 22.54 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:17:57.676Z] #47 22.59 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:17:57.676Z] #47 22.89 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:57.676Z] #47 22.96 go: downloading github.com/spf13/cast v1.3.0 [2020-11-30T03:17:57.676Z] #47 23.26 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:17:57.676Z] #47 23.30 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:57.676Z] #47 23.30 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:57.709Z] #42 2.122 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:17:57.709Z] #42 2.122 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:17:57.709Z] #42 2.131 Note: Building without GnuTLS support [2020-11-30T03:17:57.709Z] #42 2.154 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:17:57.709Z] #42 2.155 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:17:57.883Z] #41 77.46 DEP criu/pie-util-vdso-elf32.d [2020-11-30T03:17:57.883Z] #41 77.60 DEP criu/path.d [2020-11-30T03:17:57.936Z] #47 23.60 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-30T03:17:57.936Z] #47 23.64 go: extracting github.com/spf13/cast v1.3.0 [2020-11-30T03:17:57.936Z] #47 23.64 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-30T03:17:57.936Z] #47 23.69 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:58.066Z] #49 ... [2020-11-30T03:17:58.066Z] [2020-11-30T03:17:58.066Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:58.066Z] #32 11.67 internal/cpu [2020-11-30T03:17:58.066Z] #32 11.69 runtime/internal/atomic [2020-11-30T03:17:58.066Z] #32 12.36 runtime/internal/sys [2020-11-30T03:17:58.066Z] #32 12.76 runtime/internal/math [2020-11-30T03:17:58.066Z] #32 12.95 math/bits [2020-11-30T03:17:58.066Z] #32 13.00 internal/bytealg [2020-11-30T03:17:58.066Z] #32 13.44 math [2020-11-30T03:17:58.066Z] #32 14.89 runtime [2020-11-30T03:17:58.066Z] #32 18.68 unicode/utf8 [2020-11-30T03:17:58.066Z] #32 19.16 unicode [2020-11-30T03:17:58.066Z] #32 ... [2020-11-30T03:17:58.066Z] [2020-11-30T03:17:58.066Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:58.066Z] #43 21.56 container/list [2020-11-30T03:17:58.144Z] #41 77.81 DEP criu/parasite-syscall.d [2020-11-30T03:17:58.144Z] #41 77.97 DEP criu/pagemap.d [2020-11-30T03:17:58.193Z] #47 23.80 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:17:58.193Z] #47 23.89 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:17:58.193Z] #47 24.01 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:58.405Z] #41 78.13 DEP criu/pagemap-cache.d [2020-11-30T03:17:58.405Z] #41 78.23 DEP criu/page-xfer.d [2020-11-30T03:17:58.450Z] #47 24.04 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-30T03:17:58.450Z] #47 24.15 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:17:58.666Z] #41 78.36 DEP criu/page-pipe.d [2020-11-30T03:17:58.666Z] #41 78.45 DEP criu/netfilter.d [2020-11-30T03:17:58.926Z] #41 78.69 DEP criu/net.d [2020-11-30T03:17:58.996Z] #43 22.56 crypto/internal/subtle [2020-11-30T03:17:59.014Z] #47 24.60 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:17:59.014Z] #47 24.60 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:17:59.014Z] #47 24.67 go: downloading github.com/spf13/afero v1.1.2 [2020-11-30T03:17:59.014Z] #47 ... [2020-11-30T03:17:59.014Z] [2020-11-30T03:17:59.014Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:59.014Z] #34 14.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:59.014Z] #34 18.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:59.014Z] #34 ... [2020-11-30T03:17:59.014Z] [2020-11-30T03:17:59.014Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:17:59.014Z] #49 23.78 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:17:59.014Z] #49 23.82 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:59.014Z] #49 23.87 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:59.014Z] #49 24.28 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:17:59.014Z] #49 24.32 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:17:59.188Z] #41 78.98 DEP criu/namespaces.d [2020-11-30T03:17:59.255Z] #42 3.637 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:17:59.255Z] #42 3.690 GEN .gitid [2020-11-30T03:17:59.255Z] #42 3.724 GEN criu/include/version.h [2020-11-30T03:17:59.255Z] #42 3.789 GEN include/common/asm [2020-11-30T03:17:59.271Z] #43 22.90 crypto/subtle [2020-11-30T03:17:59.271Z] #43 23.10 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-30T03:17:59.449Z] #41 79.13 DEP criu/mount.d [2020-11-30T03:17:59.449Z] #41 79.22 DEP criu/memfd.d [2020-11-30T03:17:59.458Z] #47 ... [2020-11-30T03:17:59.458Z] [2020-11-30T03:17:59.458Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:17:59.458Z] #38 22.69 + 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-11-30T03:17:59.539Z] #43 23.34 internal/nettrace [2020-11-30T03:17:59.710Z] #41 79.34 DEP criu/mem.d [2020-11-30T03:17:59.710Z] #41 79.54 DEP criu/lsm.d [2020-11-30T03:17:59.726Z] #38 ... [2020-11-30T03:17:59.726Z] [2020-11-30T03:17:59.726Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:17:59.726Z] #27 24.71 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-11-30T03:17:59.726Z] #27 25.34 [2020-11-30T03:17:59.726Z] #27 25.63 ######################################################################## 100.0% [2020-11-30T03:17:59.726Z] #27 25.77 [2020-11-30T03:17:59.726Z] #27 26.73 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2020-11-30T03:17:59.726Z] #27 27.34 [2020-11-30T03:17:59.726Z] #27 27.68 #=#=# ######################################################################## 100.0% [2020-11-30T03:17:59.726Z] #27 27.85 [2020-11-30T03:17:59.726Z] #27 27.98 Download of images into '/build' complete. [2020-11-30T03:17:59.726Z] #27 27.98 Use something like the following to load the result into a Docker daemon: [2020-11-30T03:17:59.726Z] #27 27.98 tar -cC '/build' . | docker load [2020-11-30T03:17:59.726Z] #27 ... [2020-11-30T03:17:59.726Z] [2020-11-30T03:17:59.726Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:17:59.726Z] #47 33.41 go: extracting golang.org/x/text v0.3.2 [2020-11-30T03:17:59.796Z] #43 23.41 runtime/cgo [2020-11-30T03:17:59.796Z] #43 ... [2020-11-30T03:17:59.796Z] [2020-11-30T03:17:59.796Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:17:59.796Z] #34 13.63 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:17:59.796Z] #34 16.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:17:59.906Z] #42 ... [2020-11-30T03:17:59.906Z] [2020-11-30T03:17:59.906Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:17:59.906Z] #36 0.353 + RM_GOPATH=0 [2020-11-30T03:17:59.906Z] #36 0.355 + TMP_GOPATH= [2020-11-30T03:17:59.906Z] #36 0.356 + : /build [2020-11-30T03:17:59.906Z] #36 0.356 + '[' -z '' ']' [2020-11-30T03:17:59.906Z] #36 0.358 ++ mktemp -d [2020-11-30T03:17:59.906Z] #36 0.360 + export GOPATH=/tmp/tmp.n3dr65Kinj [2020-11-30T03:17:59.906Z] #36 0.361 + GOPATH=/tmp/tmp.n3dr65Kinj [2020-11-30T03:17:59.906Z] #36 0.362 + RM_GOPATH=1 [2020-11-30T03:17:59.906Z] #36 0.363 + case "$(go env GOARCH)" in [2020-11-30T03:17:59.906Z] #36 0.364 ++ go env GOARCH [2020-11-30T03:17:59.906Z] #36 0.386 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:59.906Z] #36 0.386 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:17:59.906Z] #36 0.387 ++ dirname /tmp/install/install.sh [2020-11-30T03:17:59.906Z] #36 0.393 + dir=/tmp/install [2020-11-30T03:17:59.906Z] #36 0.393 + bin=tini [2020-11-30T03:17:59.906Z] #36 0.393 + shift [2020-11-30T03:17:59.906Z] #36 0.394 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-30T03:17:59.906Z] #36 0.395 + . /tmp/install/tini.installer [2020-11-30T03:17:59.906Z] #36 0.395 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:17:59.906Z] #36 0.396 + install_tini [2020-11-30T03:17:59.906Z] #36 0.396 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-30T03:17:59.906Z] #36 0.396 + git clone https://github.com/krallin/tini.git /tmp/tmp.n3dr65Kinj/tini [2020-11-30T03:17:59.906Z] #36 0.397 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:17:59.906Z] #36 0.400 Cloning into '/tmp/tmp.n3dr65Kinj/tini'... [2020-11-30T03:17:59.906Z] #36 1.320 + cd /tmp/tmp.n3dr65Kinj/tini [2020-11-30T03:17:59.906Z] #36 1.321 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:17:59.906Z] #36 1.334 + cmake . [2020-11-30T03:17:59.906Z] #36 2.132 -- The C compiler identification is GNU 8.3.0 [2020-11-30T03:17:59.906Z] #36 2.207 -- Check for working C compiler: /usr/bin/cc [2020-11-30T03:17:59.906Z] #36 2.948 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-30T03:17:59.906Z] #36 2.951 -- Detecting C compiler ABI info [2020-11-30T03:17:59.906Z] #36 3.610 -- Detecting C compiler ABI info - done [2020-11-30T03:17:59.906Z] #36 3.671 -- Detecting C compile features [2020-11-30T03:17:59.906Z] #36 5.837 -- Detecting C compile features - done [2020-11-30T03:17:59.906Z] #36 5.894 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-30T03:17:59.906Z] #36 6.251 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-30T03:17:59.906Z] #36 6.384 -- Configuring done [2020-11-30T03:17:59.906Z] #36 6.402 -- Generating done [2020-11-30T03:17:59.906Z] #36 6.406 -- Build files have been written to: /tmp/tmp.n3dr65Kinj/tini [2020-11-30T03:17:59.906Z] #36 6.424 + make tini-static [2020-11-30T03:17:59.906Z] #36 6.880 Scanning dependencies of target tini-static [2020-11-30T03:17:59.906Z] #36 6.965 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-30T03:17:59.906Z] #36 8.966 [100%] Linking C executable tini-static [2020-11-30T03:17:59.906Z] #36 9.661 [100%] Built target tini-static [2020-11-30T03:17:59.906Z] #36 9.765 + mkdir -p /build [2020-11-30T03:17:59.906Z] #36 9.768 + cp tini-static /build/docker-init [2020-11-30T03:17:59.906Z] #36 DONE 9.9s [2020-11-30T03:17:59.906Z] [2020-11-30T03:17:59.906Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:17:59.906Z] #12 69.66 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-30T03:17:59.906Z] #12 69.67 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-30T03:17:59.906Z] #12 69.68 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:17:59.906Z] #12 69.81 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-30T03:17:59.906Z] #12 69.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-30T03:17:59.906Z] #12 69.84 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:17:59.972Z] #41 79.70 DEP criu/log.d [2020-11-30T03:17:59.992Z] #49 25.65 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:18:00.054Z] #34 ... [2020-11-30T03:18:00.054Z] [2020-11-30T03:18:00.054Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:00.054Z] #47 23.52 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:18:00.054Z] #47 23.53 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:18:00.054Z] #47 23.56 go: downloading github.com/spf13/cobra v0.0.5 [2020-11-30T03:18:00.054Z] #47 23.57 go: downloading github.com/spf13/pflag v1.0.5 [2020-11-30T03:18:00.054Z] #47 23.76 go: downloading github.com/fatih/color v1.7.0 [2020-11-30T03:18:00.054Z] #47 23.92 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:00.207Z] #12 ... [2020-11-30T03:18:00.207Z] [2020-11-30T03:18:00.207Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:00.207Z] #33 60.30 bufio [2020-11-30T03:18:00.207Z] #33 61.50 reflect [2020-11-30T03:18:00.207Z] #33 63.24 path [2020-11-30T03:18:00.207Z] #33 64.98 text/tabwriter [2020-11-30T03:18:00.234Z] #41 79.80 DEP criu/libnetlink.d [2020-11-30T03:18:00.234Z] #41 79.87 DEP criu/kerndat.d [2020-11-30T03:18:00.234Z] #41 80.01 DEP criu/kcmp-ids.d [2020-11-30T03:18:00.234Z] #41 80.06 DEP criu/irmap.d [2020-11-30T03:18:00.496Z] #41 80.21 DEP criu/ipc_ns.d [2020-11-30T03:18:00.509Z] #33 ... [2020-11-30T03:18:00.509Z] [2020-11-30T03:18:00.509Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:00.509Z] #50 61.74 bufio [2020-11-30T03:18:00.509Z] #50 64.92 text/tabwriter [2020-11-30T03:18:00.509Z] #50 66.97 regexp/syntax [2020-11-30T03:18:00.509Z] #50 67.06 reflect [2020-11-30T03:18:00.509Z] #50 ... [2020-11-30T03:18:00.509Z] [2020-11-30T03:18:00.509Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:00.509Z] #33 70.65 time [2020-11-30T03:18:00.509Z] #33 70.65 internal/syscall/execenv [2020-11-30T03:18:00.509Z] #33 70.65 internal/syscall/unix [2020-11-30T03:18:00.618Z] #47 ... [2020-11-30T03:18:00.618Z] [2020-11-30T03:18:00.618Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:00.618Z] #11 14.08 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:18:00.618Z] #11 16.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:18:00.618Z] #11 ... [2020-11-30T03:18:00.618Z] [2020-11-30T03:18:00.618Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:00.618Z] #47 24.35 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:00.618Z] #47 24.42 go: extracting github.com/fatih/color v1.7.0 [2020-11-30T03:18:00.618Z] #47 24.49 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:18:00.758Z] #41 ... [2020-11-30T03:18:00.758Z] [2020-11-30T03:18:00.758Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:18:00.758Z] #30 DONE 152.5s [2020-11-30T03:18:00.758Z] [2020-11-30T03:18:00.758Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:00.758Z] #41 80.38 DEP criu/image.d [2020-11-30T03:18:00.758Z] #41 80.66 DEP criu/image-desc.d [2020-11-30T03:18:00.877Z] #47 24.57 go: extracting github.com/spf13/pflag v1.0.5 [2020-11-30T03:18:00.877Z] #47 24.57 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:01.134Z] #47 24.65 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:01.134Z] #47 24.81 go: extracting github.com/spf13/cobra v0.0.5 [2020-11-30T03:18:01.330Z] #41 80.83 DEP criu/fsnotify.d [2020-11-30T03:18:01.330Z] #41 81.00 DEP criu/filesystems.d [2020-11-30T03:18:01.330Z] #41 81.21 DEP criu/files.d [2020-11-30T03:18:01.362Z] #49 26.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:18:01.391Z] #47 25.09 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:01.512Z] #47 ... [2020-11-30T03:18:01.512Z] [2020-11-30T03:18:01.512Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:01.512Z] #34 19.26 Reading package lists... [2020-11-30T03:18:01.512Z] #34 25.21 Reading package lists... [2020-11-30T03:18:01.512Z] #34 31.15 Building dependency tree... [2020-11-30T03:18:01.512Z] #34 33.49 The following additional packages will be installed: [2020-11-30T03:18:01.512Z] #34 33.50 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-30T03:18:01.512Z] #34 33.50 Suggested packages: [2020-11-30T03:18:01.512Z] #34 33.50 cmake-doc ninja-build lrzip [2020-11-30T03:18:01.512Z] #34 33.50 Recommended packages: [2020-11-30T03:18:01.512Z] #34 33.50 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-30T03:18:01.512Z] #34 34.08 The following NEW packages will be installed: [2020-11-30T03:18:01.512Z] #34 34.09 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-30T03:18:01.512Z] #34 34.09 vim-common xxd [2020-11-30T03:18:01.512Z] #34 34.44 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:01.512Z] #34 34.44 Need to get 14.2 MB of archives. [2020-11-30T03:18:01.512Z] #34 34.44 After this operation, 60.0 MB of additional disk space will be used. [2020-11-30T03:18:01.512Z] #34 34.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-30T03:18:01.512Z] #34 34.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:18:01.512Z] #34 34.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-30T03:18:01.512Z] #34 ... [2020-11-30T03:18:01.512Z] [2020-11-30T03:18:01.512Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:18:01.778Z] #30 34.69 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-30T03:18:01.778Z] #30 ... [2020-11-30T03:18:01.778Z] [2020-11-30T03:18:01.778Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:01.778Z] #62 25.34 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:18:01.778Z] #62 25.68 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-30T03:18:01.778Z] #62 ... [2020-11-30T03:18:01.778Z] [2020-11-30T03:18:01.778Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:18:01.778Z] #30 35.10 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-30T03:18:01.903Z] #41 81.50 DEP criu/files-reg.d [2020-11-30T03:18:01.955Z] #47 25.57 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:18:02.092Z] #30 ... [2020-11-30T03:18:02.092Z] [2020-11-30T03:18:02.092Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:02.092Z] #53 25.83 Fetched 119 kB in 0s (416 kB/s) [2020-11-30T03:18:02.092Z] #53 25.98 Selecting previously unselected package libbtrfs0. [2020-11-30T03:18:02.092Z] #53 25.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-11-30T03:18:02.092Z] #53 26.09 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-30T03:18:02.092Z] #53 26.20 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:02.092Z] #53 26.62 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:18:02.092Z] #53 26.62 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-30T03:18:02.092Z] #53 26.67 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:02.092Z] #53 27.12 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:02.092Z] #53 27.21 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:02.092Z] #53 27.23 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:02.164Z] #41 81.90 DEP criu/files-ext.d [2020-11-30T03:18:02.212Z] #47 25.77 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:18:02.425Z] #41 82.02 DEP criu/file-lock.d [2020-11-30T03:18:02.426Z] #41 82.16 DEP criu/file-ids.d [2020-11-30T03:18:02.438Z] #53 ... [2020-11-30T03:18:02.438Z] [2020-11-30T03:18:02.438Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:02.438Z] #40 24.35 Reading package lists... [2020-11-30T03:18:02.438Z] #40 30.38 Building dependency tree... [2020-11-30T03:18:02.438Z] #40 32.46 The following additional packages will be installed: [2020-11-30T03:18:02.438Z] #40 32.47 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-30T03:18:02.438Z] #40 32.47 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-30T03:18:02.438Z] #40 32.47 Suggested packages: [2020-11-30T03:18:02.438Z] #40 32.48 manpages-dev python-setuptools [2020-11-30T03:18:02.438Z] #40 33.42 The following NEW packages will be installed: [2020-11-30T03:18:02.438Z] #40 33.42 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-30T03:18:02.438Z] #40 33.42 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-30T03:18:02.438Z] #40 33.42 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-30T03:18:02.438Z] #40 33.42 python-six zlib1g-dev [2020-11-30T03:18:02.438Z] #40 34.03 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:02.438Z] #40 34.03 Need to get 3798 kB of archives. [2020-11-30T03:18:02.438Z] #40 34.03 After this operation, 21.6 MB of additional disk space will be used. [2020-11-30T03:18:02.438Z] #40 34.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-11-30T03:18:02.438Z] #40 34.05 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-11-30T03:18:02.438Z] #40 34.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-11-30T03:18:02.438Z] #40 34.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-11-30T03:18:02.438Z] #40 34.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-11-30T03:18:02.438Z] #40 34.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-11-30T03:18:02.438Z] #40 34.37 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-11-30T03:18:02.438Z] #40 34.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-11-30T03:18:02.438Z] #40 34.39 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-11-30T03:18:02.438Z] #40 34.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-11-30T03:18:02.438Z] #40 34.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-11-30T03:18:02.438Z] #40 35.72 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-11-30T03:18:02.438Z] #40 35.79 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-11-30T03:18:02.438Z] #40 35.82 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-11-30T03:18:02.438Z] #40 35.83 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-30T03:18:02.438Z] #40 35.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-11-30T03:18:02.438Z] #40 35.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-11-30T03:18:02.438Z] #40 ... [2020-11-30T03:18:02.438Z] [2020-11-30T03:18:02.438Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:02.438Z] #43 36.15 github.com/LK4D4/vndr/godl/singleflight [2020-11-30T03:18:02.469Z] #47 26.30 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:02.648Z] #33 ... [2020-11-30T03:18:02.648Z] [2020-11-30T03:18:02.648Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:02.648Z] #44 62.84 bufio [2020-11-30T03:18:02.648Z] #44 62.94 reflect [2020-11-30T03:18:02.648Z] #44 69.26 regexp/syntax [2020-11-30T03:18:02.687Z] #41 82.31 DEP criu/fifo.d [2020-11-30T03:18:02.687Z] #41 82.43 DEP criu/fdstore.d [2020-11-30T03:18:02.854Z] #43 36.16 internal/reflectlite [2020-11-30T03:18:02.854Z] #43 36.16 internal/singleflight [2020-11-30T03:18:02.854Z] #43 36.17 math/rand [2020-11-30T03:18:02.948Z] #41 82.55 DEP criu/fault-injection.d [2020-11-30T03:18:02.948Z] #41 82.60 DEP criu/external.d [2020-11-30T03:18:02.948Z] #41 82.67 DEP criu/eventpoll.d [2020-11-30T03:18:02.949Z] #44 ... [2020-11-30T03:18:02.949Z] [2020-11-30T03:18:02.949Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:02.949Z] #42 6.259 PBCC images/timens.pb-c.c [2020-11-30T03:18:02.949Z] #42 6.287 DEP images/timens.pb-c.d [2020-11-30T03:18:02.949Z] #42 6.409 PBCC images/fown.pb-c.c [2020-11-30T03:18:02.949Z] #42 6.424 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-30T03:18:02.949Z] #42 6.519 PBCC images/opts.pb-c.c [2020-11-30T03:18:02.949Z] #42 6.602 PBCC images/memfd.pb-c.c [2020-11-30T03:18:02.949Z] #42 6.690 DEP images/fown.pb-c.d [2020-11-30T03:18:02.949Z] #42 6.785 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-30T03:18:02.949Z] #42 6.892 DEP images/opts.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.006 DEP images/memfd.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.078 PBCC images/sit.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.129 DEP images/sit.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.164 PBCC images/macvlan.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.184 DEP images/macvlan.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.248 PBCC images/autofs.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.285 DEP images/autofs.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.336 PBCC images/sysctl.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.346 DEP images/sysctl.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.446 PBCC images/time.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.457 DEP images/time.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.499 PBCC images/binfmt-misc.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.526 DEP images/binfmt-misc.pb-c.d [2020-11-30T03:18:02.949Z] #42 7.568 PBCC images/seccomp.pb-c.c [2020-11-30T03:18:02.949Z] #42 7.583 DEP images/seccomp.pb-c.d [2020-11-30T03:18:03.209Z] #41 82.82 DEP criu/eventfd.d [2020-11-30T03:18:03.210Z] #41 82.94 DEP criu/crtools.d [2020-11-30T03:18:03.210Z] #41 83.07 DEP criu/cr-service.d [2020-11-30T03:18:03.248Z] #42 7.668 PBCC images/userns.pb-c.c [2020-11-30T03:18:03.248Z] #42 7.683 DEP images/userns.pb-c.d [2020-11-30T03:18:03.248Z] #42 7.738 PBCC images/cgroup.pb-c.c [2020-11-30T03:18:03.248Z] #42 7.769 DEP images/cgroup.pb-c.d [2020-11-30T03:18:03.248Z] #42 7.865 PBCC images/ext-file.pb-c.c [2020-11-30T03:18:03.248Z] #42 7.906 DEP images/ext-file.pb-c.d [2020-11-30T03:18:03.260Z] #49 ... [2020-11-30T03:18:03.260Z] [2020-11-30T03:18:03.260Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:18:03.471Z] #41 83.20 DEP criu/cr-restore.d [2020-11-30T03:18:03.548Z] #42 8.037 PBCC images/rpc.pb-c.c [2020-11-30T03:18:03.548Z] #42 8.151 DEP images/rpc.pb-c.d [2020-11-30T03:18:03.548Z] #42 8.212 PBCC images/siginfo.pb-c.c [2020-11-30T03:18:03.548Z] #42 8.244 DEP images/siginfo.pb-c.d [2020-11-30T03:18:03.732Z] #41 83.43 DEP criu/cr-errno.d [2020-11-30T03:18:03.732Z] #41 83.45 DEP criu/cr-dump.d [2020-11-30T03:18:03.732Z] #41 83.61 DEP criu/cr-dedup.d [2020-11-30T03:18:03.846Z] #42 8.383 PBCC images/pagemap.pb-c.c [2020-11-30T03:18:03.846Z] #42 8.451 DEP images/pagemap.pb-c.d [2020-11-30T03:18:03.846Z] #42 8.483 PBCC images/rlimit.pb-c.c [2020-11-30T03:18:03.846Z] #42 8.500 DEP images/rlimit.pb-c.d [2020-11-30T03:18:03.993Z] #41 83.71 DEP criu/cr-check.d [2020-11-30T03:18:04.058Z] #38 28.81 Checking out files: 80% (1343/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-30T03:18:04.058Z] #38 29.45 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-30T03:18:04.158Z] #42 8.676 PBCC images/file-lock.pb-c.c [2020-11-30T03:18:04.158Z] #42 8.725 DEP images/file-lock.pb-c.d [2020-11-30T03:18:04.158Z] #42 8.788 PBCC images/tty.pb-c.c [2020-11-30T03:18:04.158Z] #42 8.816 DEP images/tty.pb-c.d [2020-11-30T03:18:04.254Z] #41 83.89 DEP criu/config.d [2020-11-30T03:18:04.254Z] #41 84.00 DEP criu/clone-noasan.d [2020-11-30T03:18:04.254Z] #41 84.11 DEP criu/cgroup.d [2020-11-30T03:18:04.259Z] #43 37.86 vendor/golang.org/x/net/dns/dnsmessage [2020-11-30T03:18:04.259Z] #43 37.87 strconv [2020-11-30T03:18:04.259Z] #43 37.87 io [2020-11-30T03:18:04.259Z] #43 37.88 syscall [2020-11-30T03:18:04.458Z] #42 8.926 PBCC images/tun.pb-c.c [2020-11-30T03:18:04.458Z] #42 8.976 PBCC images/netdev.pb-c.c [2020-11-30T03:18:04.458Z] #42 9.039 DEP images/tun.pb-c.d [2020-11-30T03:18:04.458Z] #42 9.093 DEP images/netdev.pb-c.d [2020-11-30T03:18:04.515Z] #41 84.26 DEP criu/cgroup-props.d [2020-11-30T03:18:04.515Z] #41 84.34 DEP criu/bitmap.d [2020-11-30T03:18:04.515Z] #41 84.35 DEP criu/bfd.d [2020-11-30T03:18:04.756Z] #42 9.127 PBCC images/vma.pb-c.c [2020-11-30T03:18:04.757Z] #42 9.186 DEP images/vma.pb-c.d [2020-11-30T03:18:04.757Z] #42 9.252 PBCC images/creds.pb-c.c [2020-11-30T03:18:04.757Z] #42 9.266 DEP images/creds.pb-c.d [2020-11-30T03:18:04.757Z] #42 9.314 PBCC images/utsns.pb-c.c [2020-11-30T03:18:04.757Z] #42 9.352 DEP images/utsns.pb-c.d [2020-11-30T03:18:04.757Z] #42 9.418 PBCC images/ipc-desc.pb-c.c [2020-11-30T03:18:04.757Z] #42 9.449 PBCC images/ipc-sem.pb-c.c [2020-11-30T03:18:04.757Z] #42 9.487 DEP images/ipc-desc.pb-c.d [2020-11-30T03:18:04.776Z] #41 84.43 DEP criu/autofs.d [2020-11-30T03:18:04.995Z] #47 28.39 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:04.995Z] #47 28.45 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:05.038Z] #41 84.59 DEP criu/aio.d [2020-11-30T03:18:05.038Z] #41 84.71 DEP criu/action-scripts.d [2020-11-30T03:18:05.062Z] #42 9.550 DEP images/ipc-sem.pb-c.d [2020-11-30T03:18:05.062Z] #42 9.599 PBCC images/ipc-msg.pb-c.c [2020-11-30T03:18:05.062Z] #42 9.628 DEP images/ipc-msg.pb-c.d [2020-11-30T03:18:05.062Z] #42 9.680 PBCC images/ipc-shm.pb-c.c [2020-11-30T03:18:05.062Z] #42 9.699 DEP images/ipc-shm.pb-c.d [2020-11-30T03:18:05.299Z] #41 84.99 CC criu/action-scripts.o [2020-11-30T03:18:05.363Z] #42 9.802 PBCC images/ipc-var.pb-c.c [2020-11-30T03:18:05.363Z] #42 9.815 DEP images/ipc-var.pb-c.d [2020-11-30T03:18:05.363Z] #42 9.890 PBCC images/sk-opts.pb-c.c [2020-11-30T03:18:05.363Z] #42 9.905 PBCC images/packet-sock.pb-c.c [2020-11-30T03:18:05.363Z] #42 9.972 DEP images/sk-opts.pb-c.d [2020-11-30T03:18:05.363Z] #42 10.01 DEP images/packet-sock.pb-c.d [2020-11-30T03:18:05.363Z] #42 ... [2020-11-30T03:18:05.363Z] [2020-11-30T03:18:05.363Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:05.363Z] #46 DONE 75.7s [2020-11-30T03:18:05.363Z] [2020-11-30T03:18:05.363Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:05.363Z] #42 10.13 PBCC images/sk-netlink.pb-c.c [2020-11-30T03:18:05.561Z] #41 85.41 CC criu/aio.o [2020-11-30T03:18:05.664Z] #42 10.19 DEP images/sk-netlink.pb-c.d [2020-11-30T03:18:05.664Z] #42 10.26 PBCC images/sk-inet.pb-c.c [2020-11-30T03:18:05.664Z] #42 10.37 DEP images/sk-inet.pb-c.d [2020-11-30T03:18:05.890Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2020-11-30T03:18:05.925Z] #47 29.65 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:18:05.963Z] #42 10.44 PBCC images/sk-unix.pb-c.c [2020-11-30T03:18:05.963Z] #42 10.53 DEP images/sk-unix.pb-c.d [2020-11-30T03:18:05.963Z] #42 10.65 PBCC images/mm.pb-c.c [2020-11-30T03:18:06.133Z] #41 85.84 CC criu/autofs.o [2020-11-30T03:18:06.184Z] #47 ... [2020-11-30T03:18:06.184Z] [2020-11-30T03:18:06.184Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:06.184Z] #45 19.82 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:18:06.184Z] #45 25.07 go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:18:06.184Z] #45 25.09 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:18:06.184Z] #45 25.19 go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:18:06.184Z] #45 25.38 go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:18:06.184Z] #45 25.41 go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:18:06.184Z] #45 25.44 go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:18:06.184Z] #45 25.63 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:18:06.184Z] #45 26.05 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:18:06.184Z] #45 26.10 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:18:06.184Z] #45 26.23 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:18:06.184Z] #45 26.32 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:18:06.184Z] #45 ... [2020-11-30T03:18:06.184Z] [2020-11-30T03:18:06.184Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:18:06.184Z] #38 27.45 Checking out files: 71% (1184/1665) Checking out files: 72% (1199/1665) Checking out files: 73% (1216/1665) Checking out files: 74% (1233/1665) Checking out files: 75% (1249/1665) Checking out files: 76% (1266/1665) Checking out files: 77% (1283/1665) Checking out files: 78% (1299/1665) Checking out files: 79% (1316/1665) Checking out files: 80% (1332/1665) Checking out files: 81% (1349/1665) Checking out files: 82% (1366/1665) Checking out files: 83% (1382/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-11-30T03:18:06.184Z] #38 28.24 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-11-30T03:18:06.209Z] #43 39.66 bytes [2020-11-30T03:18:06.209Z] #43 ... [2020-11-30T03:18:06.209Z] [2020-11-30T03:18:06.209Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:06.209Z] #11 24.36 Reading package lists... [2020-11-30T03:18:06.209Z] #11 29.95 Building dependency tree... [2020-11-30T03:18:06.209Z] #11 32.02 The following additional packages will be installed: [2020-11-30T03:18:06.209Z] #11 32.02 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-30T03:18:06.209Z] #11 32.02 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-30T03:18:06.209Z] #11 32.02 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-30T03:18:06.209Z] #11 32.03 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:18:06.209Z] #11 32.03 Suggested packages: [2020-11-30T03:18:06.209Z] #11 32.04 gcc-8-locales seccomp wine64 [2020-11-30T03:18:06.209Z] #11 32.99 The following NEW packages will be installed: [2020-11-30T03:18:06.209Z] #11 33.00 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-30T03:18:06.209Z] #11 33.00 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-30T03:18:06.209Z] #11 33.00 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-30T03:18:06.209Z] #11 33.00 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-30T03:18:06.209Z] #11 33.00 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-30T03:18:06.209Z] #11 33.00 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:18:06.209Z] #11 33.51 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:06.209Z] #11 33.51 Need to get 73.3 MB of archives. [2020-11-30T03:18:06.209Z] #11 33.51 After this operation, 472 MB of additional disk space will be used. [2020-11-30T03:18:06.209Z] #11 33.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-11-30T03:18:06.209Z] #11 34.04 Get:2 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-11-30T03:18:06.209Z] #11 35.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-30T03:18:06.209Z] #11 35.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-11-30T03:18:06.209Z] #11 35.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-11-30T03:18:06.209Z] #11 35.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-30T03:18:06.209Z] #11 36.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-30T03:18:06.209Z] #11 37.06 Get:8 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-11-30T03:18:06.209Z] #11 37.10 Get:9 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-11-30T03:18:06.209Z] #11 ... [2020-11-30T03:18:06.209Z] [2020-11-30T03:18:06.209Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:06.209Z] #47 39.74 go: finding github.com/fatih/color v1.7.0 [2020-11-30T03:18:06.209Z] #47 39.84 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:18:06.261Z] #42 10.82 DEP images/mm.pb-c.d [2020-11-30T03:18:06.261Z] #42 10.87 PBCC images/timerfd.pb-c.c [2020-11-30T03:18:06.559Z] #42 10.96 DEP images/timerfd.pb-c.d [2020-11-30T03:18:06.559Z] #42 11.05 PBCC images/timer.pb-c.c [2020-11-30T03:18:06.559Z] #42 11.08 DEP images/timer.pb-c.d [2020-11-30T03:18:06.559Z] #42 11.17 PBCC images/sa.pb-c.c [2020-11-30T03:18:06.790Z] #47 39.92 go: finding github.com/pkg/errors v0.8.1 [2020-11-30T03:18:06.790Z] #47 39.92 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:18:06.859Z] #42 11.26 DEP images/sa.pb-c.d [2020-11-30T03:18:06.859Z] #42 11.33 PBCC images/pipe-data.pb-c.c [2020-11-30T03:18:06.859Z] #42 11.36 DEP images/pipe-data.pb-c.d [2020-11-30T03:18:06.859Z] #42 11.48 PBCC images/mnt.pb-c.c [2020-11-30T03:18:06.859Z] #42 11.57 DEP images/mnt.pb-c.d [2020-11-30T03:18:06.859Z] #42 11.59 PBCC images/sk-packet.pb-c.c [2020-11-30T03:18:07.157Z] #42 11.61 DEP images/sk-packet.pb-c.d [2020-11-30T03:18:07.157Z] #42 11.67 PBCC images/tcp-stream.pb-c.c [2020-11-30T03:18:07.157Z] #42 11.71 DEP images/tcp-stream.pb-c.d [2020-11-30T03:18:07.157Z] #42 11.77 PBCC images/pipe.pb-c.c [2020-11-30T03:18:07.157Z] #42 11.82 DEP images/pipe.pb-c.d [2020-11-30T03:18:07.337Z] #38 32.76 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-11-30T03:18:07.456Z] #42 11.89 PBCC images/pstree.pb-c.c [2020-11-30T03:18:07.456Z] #42 11.91 DEP images/pstree.pb-c.d [2020-11-30T03:18:07.456Z] #42 11.96 PBCC images/fs.pb-c.c [2020-11-30T03:18:07.456Z] #42 11.97 DEP images/fs.pb-c.d [2020-11-30T03:18:07.456Z] #42 12.06 PBCC images/signalfd.pb-c.c [2020-11-30T03:18:07.456Z] #42 12.11 DEP images/signalfd.pb-c.d [2020-11-30T03:18:07.519Z] #41 87.20 CC criu/bfd.o [2020-11-30T03:18:07.603Z] #38 31.03 + 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-11-30T03:18:07.749Z] #47 41.44 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:18:07.749Z] #47 41.44 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:18:07.749Z] #47 41.44 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:18:07.749Z] #47 41.47 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:18:07.756Z] #42 12.17 PBCC images/fh.pb-c.c [2020-11-30T03:18:07.756Z] #42 12.21 PBCC images/fsnotify.pb-c.c [2020-11-30T03:18:07.756Z] #42 12.29 DEP images/fh.pb-c.d [2020-11-30T03:18:07.756Z] #42 12.33 DEP images/fsnotify.pb-c.d [2020-11-30T03:18:07.756Z] #42 12.38 PBCC images/eventpoll.pb-c.c [2020-11-30T03:18:07.756Z] #42 12.40 DEP images/eventpoll.pb-c.d [2020-11-30T03:18:07.756Z] #42 12.46 PBCC images/eventfd.pb-c.c [2020-11-30T03:18:07.756Z] #42 12.47 DEP images/eventfd.pb-c.d [2020-11-30T03:18:07.756Z] #42 12.52 PBCC images/remap-file-path.pb-c.c [2020-11-30T03:18:07.780Z] #41 ... [2020-11-30T03:18:07.780Z] [2020-11-30T03:18:07.780Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:18:07.780Z] #18 22.35 The following NEW packages will be installed: [2020-11-30T03:18:07.780Z] #18 22.35 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-30T03:18:07.780Z] #18 22.36 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-30T03:18:07.780Z] #18 22.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-30T03:18:07.780Z] #18 22.36 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-30T03:18:07.780Z] #18 22.36 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-30T03:18:07.780Z] #18 22.37 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-30T03:18:07.780Z] #18 22.37 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-30T03:18:07.780Z] #18 22.37 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-30T03:18:07.780Z] #18 22.37 xz-utils zip [2020-11-30T03:18:07.780Z] #18 22.70 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:07.780Z] #18 22.70 Need to get 28.5 MB of archives. [2020-11-30T03:18:07.780Z] #18 22.70 After this operation, 116 MB of additional disk space will be used. [2020-11-30T03:18:07.780Z] #18 22.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-30T03:18:07.780Z] #18 22.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-30T03:18:07.780Z] #18 22.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-30T03:18:07.780Z] #18 22.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-30T03:18:07.780Z] #18 22.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-30T03:18:07.780Z] #18 22.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-30T03:18:07.780Z] #18 23.02 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-30T03:18:07.780Z] #18 23.05 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-30T03:18:07.780Z] #18 23.06 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-30T03:18:07.780Z] #18 23.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-30T03:18:07.780Z] #18 23.07 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-30T03:18:07.780Z] #18 23.08 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-30T03:18:07.780Z] #18 23.08 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-30T03:18:07.780Z] #18 23.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-30T03:18:07.780Z] #18 23.09 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-30T03:18:07.780Z] #18 23.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-30T03:18:07.780Z] #18 23.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-30T03:18:07.780Z] #18 23.14 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:18:07.780Z] #18 23.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-30T03:18:07.780Z] #18 23.17 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-30T03:18:07.780Z] #18 23.18 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-30T03:18:07.780Z] #18 23.20 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-30T03:18:07.780Z] #18 23.24 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-30T03:18:07.780Z] #18 23.25 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-30T03:18:07.780Z] #18 23.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-30T03:18:07.780Z] #18 23.26 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-30T03:18:07.780Z] #18 23.27 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-30T03:18:07.780Z] #18 23.29 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-30T03:18:07.780Z] #18 23.29 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-30T03:18:07.780Z] #18 23.79 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-30T03:18:07.780Z] #18 23.79 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-30T03:18:07.780Z] #18 23.80 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-30T03:18:07.780Z] #18 23.80 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-30T03:18:07.780Z] #18 23.80 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-30T03:18:07.780Z] #18 23.82 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-30T03:18:07.780Z] #18 24.16 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-30T03:18:07.780Z] #18 24.16 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-30T03:18:07.780Z] #18 24.16 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-30T03:18:07.780Z] #18 24.17 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-30T03:18:07.780Z] #18 24.18 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-30T03:18:07.780Z] #18 24.21 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-30T03:18:07.780Z] #18 24.21 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-30T03:18:07.780Z] #18 24.29 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-30T03:18:07.780Z] #18 24.30 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-30T03:18:07.780Z] #18 24.39 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-30T03:18:07.780Z] #18 25.72 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-30T03:18:07.780Z] #18 25.79 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-30T03:18:07.780Z] #18 25.88 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-30T03:18:07.780Z] #18 26.76 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:07.780Z] #18 26.85 Fetched 28.5 MB in 3s (8215 kB/s) [2020-11-30T03:18:07.780Z] #18 26.91 Selecting previously unselected package pigz. [2020-11-30T03:18:07.780Z] #18 26.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-30T03:18:07.780Z] #18 26.97 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 26.97 Unpacking pigz (2.4-1) ... [2020-11-30T03:18:07.780Z] #18 27.07 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-30T03:18:07.780Z] #18 27.09 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 27.10 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:18:07.780Z] #18 27.57 Selecting previously unselected package python3.7-minimal. [2020-11-30T03:18:07.780Z] #18 27.57 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 27.58 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:18:07.780Z] #18 28.40 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:18:07.780Z] #18 28.42 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:18:07.780Z] #18 30.52 Selecting previously unselected package python3-minimal. [2020-11-30T03:18:07.780Z] #18 30.52 (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 ... 23681 files and directories currently installed.) [2020-11-30T03:18:07.780Z] #18 30.59 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 30.60 Unpacking python3-minimal (3.7.3-1) ... [2020-11-30T03:18:07.780Z] #18 30.68 Selecting previously unselected package libmpdec2:amd64. [2020-11-30T03:18:07.780Z] #18 30.68 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 30.70 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-30T03:18:07.780Z] #18 30.82 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-30T03:18:07.780Z] #18 30.82 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 30.84 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:18:07.780Z] #18 31.76 Selecting previously unselected package python3.7. [2020-11-30T03:18:07.780Z] #18 31.76 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 31.77 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:18:07.780Z] #18 31.89 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-30T03:18:07.780Z] #18 31.89 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-30T03:18:07.780Z] #18 31.92 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-30T03:18:07.780Z] #18 32.04 Setting up python3-minimal (3.7.3-1) ... [2020-11-30T03:18:07.905Z] #38 ... [2020-11-30T03:18:07.905Z] [2020-11-30T03:18:07.905Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:07.905Z] #43 23.62 unicode/utf16 [2020-11-30T03:18:07.905Z] #43 24.20 container/list [2020-11-30T03:18:07.905Z] #43 25.32 crypto/internal/subtle [2020-11-30T03:18:07.905Z] #43 25.59 crypto/subtle [2020-11-30T03:18:07.905Z] #43 25.77 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-11-30T03:18:07.905Z] #43 26.03 internal/nettrace [2020-11-30T03:18:07.905Z] #43 26.31 runtime/cgo [2020-11-30T03:18:07.905Z] #43 ... [2020-11-30T03:18:07.905Z] [2020-11-30T03:18:07.905Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:07.905Z] #62 31.26 Checking out files: 43% (827/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-11-30T03:18:07.905Z] #62 32.79 + cd /tmp/tmp.epDQ3GrZzz/src/github.com/docker/libnetwork [2020-11-30T03:18:07.905Z] #62 32.79 + git checkout -q a543cbc4871f904b0efe205708eb45d72e65fd8b [2020-11-30T03:18:08.041Z] #18 ... [2020-11-30T03:18:08.041Z] [2020-11-30T03:18:08.041Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:08.041Z] #41 87.74 CC criu/bitmap.o [2020-11-30T03:18:08.054Z] #42 12.54 DEP images/remap-file-path.pb-c.d [2020-11-30T03:18:08.054Z] #42 12.60 PBCC images/fifo.pb-c.c [2020-11-30T03:18:08.054Z] #42 12.61 DEP images/fifo.pb-c.d [2020-11-30T03:18:08.054Z] #42 12.68 PBCC images/ghost-file.pb-c.c [2020-11-30T03:18:08.054Z] #42 12.72 DEP images/ghost-file.pb-c.d [2020-11-30T03:18:08.162Z] #62 33.79 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-11-30T03:18:08.302Z] #41 87.95 CC criu/cgroup-props.o [2020-11-30T03:18:08.352Z] #42 12.84 PBCC images/regfile.pb-c.c [2020-11-30T03:18:08.352Z] #42 12.93 DEP images/regfile.pb-c.d [2020-11-30T03:18:08.352Z] #42 13.04 PBCC images/ns.pb-c.c [2020-11-30T03:18:08.549Z] Running on azwin-2-6b01c0 in d:\jenkins\workspace\moby_PR-41728 [Pipeline] { [Pipeline] ws [2020-11-30T03:18:08.567Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-11-30T03:18:08.651Z] #42 13.07 DEP images/ns.pb-c.d [2020-11-30T03:18:08.652Z] #42 13.16 PBCC images/fdinfo.pb-c.c [2020-11-30T03:18:08.652Z] #42 13.24 DEP images/fdinfo.pb-c.d [2020-11-30T03:18:08.652Z] #42 13.30 PBCC images/core-aarch64.pb-c.c [2020-11-30T03:18:08.713Z] #47 42.67 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:18:08.875Z] #41 88.67 CC criu/cgroup.o [2020-11-30T03:18:08.950Z] #42 13.36 PBCC images/core-arm.pb-c.c [2020-11-30T03:18:08.950Z] #42 13.44 PBCC images/core-ppc64.pb-c.c [2020-11-30T03:18:08.950Z] #42 13.52 PBCC images/core-s390.pb-c.c [2020-11-30T03:18:08.950Z] #42 13.56 PBCC images/core-x86.pb-c.c [2020-11-30T03:18:08.950Z] #42 13.65 PBCC images/core.pb-c.c [2020-11-30T03:18:08.979Z] #47 42.69 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:08.979Z] #47 42.78 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:18:08.979Z] #47 42.78 go: finding github.com/stretchr/testify v1.4.0 [2020-11-30T03:18:09.248Z] #42 13.76 PBCC images/inventory.pb-c.c [2020-11-30T03:18:09.249Z] #42 13.85 DEP images/core-aarch64.pb-c.d [2020-11-30T03:18:09.249Z] #42 13.93 DEP images/core-arm.pb-c.d [2020-11-30T03:18:09.513Z] #38 ... [2020-11-30T03:18:09.513Z] [2020-11-30T03:18:09.513Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:09.513Z] #49 22.88 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:18:09.513Z] #49 22.93 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:18:09.513Z] #49 22.97 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:18:09.513Z] #49 23.93 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:18:09.513Z] #49 23.93 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:18:09.513Z] #49 25.24 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:18:09.513Z] #49 26.59 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:18:09.513Z] #49 28.55 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:18:09.513Z] #49 30.51 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:18:09.513Z] #49 30.86 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:18:09.513Z] #49 31.17 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:18:09.513Z] #49 31.18 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:18:09.513Z] #49 32.99 runtime/cgo [2020-11-30T03:18:09.513Z] #49 ... [2020-11-30T03:18:09.513Z] [2020-11-30T03:18:09.513Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:09.513Z] #47 33.10 go: downloading github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:18:09.513Z] #47 33.15 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:09.513Z] #47 33.30 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:09.513Z] #47 33.31 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:09.513Z] #47 33.31 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:09.513Z] #47 33.31 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:09.513Z] #47 33.36 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:09.536Z] #62 ... [2020-11-30T03:18:09.536Z] [2020-11-30T03:18:09.536Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:09.536Z] #47 25.00 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-30T03:18:09.536Z] #47 25.05 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:09.536Z] #47 25.24 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-30T03:18:09.536Z] #47 25.29 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:09.536Z] #47 25.85 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:18:09.536Z] #47 25.88 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:18:09.536Z] #47 25.96 go: extracting github.com/spf13/afero v1.1.2 [2020-11-30T03:18:09.536Z] #47 25.97 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:09.536Z] #47 26.20 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:18:09.536Z] #47 26.21 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:18:09.536Z] #47 26.53 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:09.536Z] #47 26.70 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:09.536Z] #47 26.76 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:09.536Z] #47 26.95 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:09.536Z] #47 26.95 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.10 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.19 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.35 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.38 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:09.536Z] #47 27.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.72 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.87 go: downloading golang.org/x/text v0.3.2 [2020-11-30T03:18:09.536Z] #47 27.89 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:09.536Z] #47 27.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:09.536Z] #47 28.65 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:09.536Z] #47 29.17 go: downloading github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:09.536Z] #47 29.28 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:09.536Z] #47 31.91 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:09.536Z] #47 32.24 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:18:09.547Z] #42 14.01 DEP images/core-ppc64.pb-c.d [2020-11-30T03:18:09.547Z] #42 14.09 DEP images/core-s390.pb-c.d [2020-11-30T03:18:09.547Z] #42 14.11 DEP images/core-x86.pb-c.d [2020-11-30T03:18:09.547Z] #42 14.17 DEP images/core.pb-c.d [2020-11-30T03:18:09.547Z] #42 14.23 DEP images/inventory.pb-c.d [2020-11-30T03:18:09.558Z] #47 43.27 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.27 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.29 go: finding github.com/spf13/viper v1.6.1 [2020-11-30T03:18:09.558Z] #47 43.30 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.31 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:09.558Z] #47 43.43 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.43 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.44 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.45 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:09.558Z] #47 43.45 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:09.558Z] #47 43.50 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:09.558Z] #47 43.51 go: finding github.com/spf13/cobra v0.0.5 [2020-11-30T03:18:09.770Z] #47 33.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:09.770Z] #47 33.44 go: downloading github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:18:09.770Z] #47 33.53 go: extracting github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:18:09.770Z] #47 33.59 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:09.770Z] #47 33.59 go: extracting github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:09.835Z] #47 43.58 go: finding github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:09.835Z] #47 43.67 go: finding github.com/spf13/pflag v1.0.5 [2020-11-30T03:18:09.835Z] #47 43.70 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:09.835Z] #47 43.71 go: finding github.com/stretchr/objx v0.2.0 [2020-11-30T03:18:09.846Z] #42 14.28 PBCC images/cpuinfo.pb-c.c [2020-11-30T03:18:09.846Z] #42 14.30 DEP images/cpuinfo.pb-c.d [2020-11-30T03:18:09.846Z] #42 14.37 PBCC images/stats.pb-c.c [2020-11-30T03:18:09.846Z] #42 14.38 DEP images/stats.pb-c.d [2020-11-30T03:18:10.027Z] #47 33.72 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:10.027Z] #47 33.73 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:10.027Z] #47 33.73 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:10.027Z] #47 33.77 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:10.100Z] #47 43.85 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:18:10.100Z] #47 43.85 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:10.100Z] #47 43.86 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:10.100Z] #47 43.87 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:18:10.283Z] #47 33.77 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:10.283Z] #47 33.82 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:10.365Z] #47 44.02 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:10.365Z] #47 44.22 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:10.365Z] #47 44.29 go: finding github.com/magiconair/properties v1.8.1 [2020-11-30T03:18:10.365Z] #47 44.29 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:10.365Z] #47 44.30 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:18:10.365Z] #47 44.31 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:18:10.541Z] #47 34.05 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:10.541Z] #47 34.09 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:10.541Z] #47 34.09 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:10.541Z] #47 34.09 go: extracting github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:18:10.541Z] #47 34.10 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:10.541Z] #47 34.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:10.541Z] #47 34.31 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:18:10.541Z] #47 34.31 go: downloading github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:18:10.541Z] #47 34.33 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:10.541Z] #47 34.36 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:10.541Z] #47 34.43 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:10.630Z] #47 44.31 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:10.630Z] #47 44.51 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:18:10.630Z] #47 44.54 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:18:10.797Z] #47 34.45 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:10.797Z] #47 34.49 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:10.797Z] #47 34.68 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:10.797Z] #47 ... [2020-11-30T03:18:10.797Z] [2020-11-30T03:18:10.797Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:10.797Z] #32 24.66 runtime/cgo [2020-11-30T03:18:10.895Z] #47 44.56 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:10.895Z] #47 44.67 go: finding github.com/spf13/afero v1.1.2 [2020-11-30T03:18:10.895Z] #47 44.86 go: finding github.com/spf13/cast v1.3.0 [2020-11-30T03:18:10.895Z] #47 44.88 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:18:10.912Z] #47 36.41 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:11.053Z] #32 ... [2020-11-30T03:18:11.053Z] [2020-11-30T03:18:11.053Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:11.053Z] #53 34.64 Fetched 8406 kB in 25s (331 kB/s) [2020-11-30T03:18:11.162Z] #47 44.91 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-30T03:18:11.162Z] #47 ... [2020-11-30T03:18:11.162Z] [2020-11-30T03:18:11.162Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2020-11-30T03:18:11.162Z] #27 DONE 45.1s [2020-11-30T03:18:11.162Z] [2020-11-30T03:18:11.162Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:11.162Z] #62 DONE 45.1s [2020-11-30T03:18:11.162Z] [2020-11-30T03:18:11.162Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:11.162Z] #47 45.04 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:18:11.162Z] #47 45.10 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:11.162Z] #47 45.12 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:11.162Z] #47 45.14 go: finding golang.org/x/text v0.3.2 [2020-11-30T03:18:11.162Z] #47 ... [2020-11-30T03:18:11.162Z] [2020-11-30T03:18:11.162Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:11.162Z] #32 35.05 internal/reflectlite [2020-11-30T03:18:11.162Z] #32 35.05 sync [2020-11-30T03:18:11.162Z] #32 36.51 errors [2020-11-30T03:18:11.162Z] #32 36.51 sort [2020-11-30T03:18:11.162Z] #32 36.92 internal/oserror [2020-11-30T03:18:11.162Z] #32 36.92 io [2020-11-30T03:18:11.162Z] #32 36.92 strconv [2020-11-30T03:18:11.162Z] #32 37.06 syscall [2020-11-30T03:18:11.162Z] #32 38.18 strings [2020-11-30T03:18:11.162Z] #32 38.20 bytes [2020-11-30T03:18:11.162Z] #32 40.17 reflect [2020-11-30T03:18:11.162Z] #32 40.20 bufio [2020-11-30T03:18:11.162Z] #32 40.86 path [2020-11-30T03:18:11.162Z] #32 41.41 text/tabwriter [2020-11-30T03:18:11.162Z] #32 43.11 internal/syscall/execenv [2020-11-30T03:18:11.162Z] #32 43.11 time [2020-11-30T03:18:11.162Z] #32 43.11 internal/syscall/unix [2020-11-30T03:18:11.169Z] #47 36.80 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:11.388Z] #42 15.79 make[1]: Nothing to be done for 'all'. [2020-11-30T03:18:11.427Z] #32 ... [2020-11-30T03:18:11.427Z] [2020-11-30T03:18:11.427Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:11.427Z] #53 DONE 45.1s [2020-11-30T03:18:11.427Z] [2020-11-30T03:18:11.427Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:11.427Z] #47 45.19 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:11.427Z] #47 45.31 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:11.427Z] #47 45.32 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:11.427Z] #47 45.32 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:11.428Z] #47 45.34 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:11.428Z] #47 45.34 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:11.428Z] #47 45.41 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:11.694Z] #47 45.42 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:11.694Z] #47 45.43 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:11.694Z] #47 45.46 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:11.694Z] #47 45.49 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:11.694Z] #47 45.53 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:11.694Z] #47 45.60 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:11.694Z] #47 45.63 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:11.694Z] #47 45.63 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:12.019Z] #47 ... [2020-11-30T03:18:12.019Z] [2020-11-30T03:18:12.019Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:12.019Z] #34 35.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-30T03:18:12.019Z] #34 37.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-11-30T03:18:12.019Z] #34 37.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-11-30T03:18:12.019Z] #34 37.29 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-11-30T03:18:12.019Z] #34 37.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-11-30T03:18:12.019Z] #34 37.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-11-30T03:18:12.019Z] #34 37.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-11-30T03:18:12.019Z] #34 40.25 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:12.019Z] #34 43.01 Fetched 14.2 MB in 4s (3598 kB/s) [2020-11-30T03:18:12.019Z] #34 43.59 Selecting previously unselected package xxd. [2020-11-30T03:18:12.019Z] #34 43.59 (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 ... 15383 files and directories currently installed.) [2020-11-30T03:18:12.019Z] #34 43.77 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-30T03:18:12.019Z] #34 43.87 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:18:12.019Z] #34 45.32 Selecting previously unselected package vim-common. [2020-11-30T03:18:12.019Z] #34 45.32 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:18:12.019Z] #34 45.49 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:18:12.019Z] #34 ... [2020-11-30T03:18:12.019Z] [2020-11-30T03:18:12.019Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:12.019Z] #47 45.75 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:12.019Z] #47 45.77 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:12.182Z] #41 91.27 CC criu/clone-noasan.o [2020-11-30T03:18:12.182Z] #41 91.45 CC criu/config.o [2020-11-30T03:18:12.359Z] #47 46.00 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:12.359Z] #47 46.03 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:12.624Z] #47 46.22 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:12.889Z] #47 ... [2020-11-30T03:18:12.889Z] [2020-11-30T03:18:12.889Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:12.889Z] #45 DONE 46.5s [2020-11-30T03:18:12.889Z] [2020-11-30T03:18:12.889Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:12.889Z] #47 46.57 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:12.889Z] #47 46.57 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:12.889Z] #47 46.66 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:12.889Z] #47 46.71 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:12.924Z] #42 17.36 CC images/stats.o [2020-11-30T03:18:13.126Z] #41 92.70 CC criu/cr-check.o [2020-11-30T03:18:13.223Z] #42 17.64 CC images/core.o [2020-11-30T03:18:13.223Z] #42 ... [2020-11-30T03:18:13.223Z] [2020-11-30T03:18:13.223Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:13.223Z] #44 73.35 hash/crc32 [2020-11-30T03:18:13.223Z] #44 75.99 time [2020-11-30T03:18:13.223Z] #44 83.31 regexp [2020-11-30T03:18:13.388Z] #41 ... [2020-11-30T03:18:13.388Z] [2020-11-30T03:18:13.388Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:18:13.388Z] #18 32.86 Selecting previously unselected package python3. [2020-11-30T03:18:13.388Z] #18 32.86 (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 ... 24093 files and directories currently installed.) [2020-11-30T03:18:13.388Z] #18 32.91 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 32.92 Unpacking python3 (3.7.3-1) ... [2020-11-30T03:18:13.388Z] #18 33.01 Selecting previously unselected package libip4tc0:amd64. [2020-11-30T03:18:13.388Z] #18 33.01 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.03 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-30T03:18:13.388Z] #18 33.11 Selecting previously unselected package libip6tc0:amd64. [2020-11-30T03:18:13.388Z] #18 33.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.13 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-30T03:18:13.388Z] #18 33.21 Selecting previously unselected package libiptc0:amd64. [2020-11-30T03:18:13.388Z] #18 33.23 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.23 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-30T03:18:13.388Z] #18 33.31 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-30T03:18:13.388Z] #18 33.32 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.33 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-30T03:18:13.388Z] #18 33.38 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-30T03:18:13.388Z] #18 33.39 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.40 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-30T03:18:13.388Z] #18 33.48 Selecting previously unselected package libnftnl11:amd64. [2020-11-30T03:18:13.388Z] #18 33.49 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.50 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-30T03:18:13.388Z] #18 33.61 Selecting previously unselected package iptables. [2020-11-30T03:18:13.388Z] #18 33.62 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.62 Unpacking iptables (1.8.2-4) ... [2020-11-30T03:18:13.388Z] #18 33.91 Selecting previously unselected package xxd. [2020-11-30T03:18:13.388Z] #18 33.91 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 33.92 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:18:13.388Z] #18 34.07 Selecting previously unselected package vim-common. [2020-11-30T03:18:13.388Z] #18 34.08 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:18:13.388Z] #18 34.10 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:18:13.388Z] #18 34.34 Selecting previously unselected package bash-completion. [2020-11-30T03:18:13.388Z] #18 34.34 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-30T03:18:13.388Z] #18 37.04 Unpacking bash-completion (1:2.8-6) ... [2020-11-30T03:18:13.388Z] #18 37.43 Selecting previously unselected package bzip2. [2020-11-30T03:18:13.388Z] #18 37.43 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 37.44 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:18:13.388Z] #18 37.54 Selecting previously unselected package xz-utils. [2020-11-30T03:18:13.388Z] #18 37.54 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-30T03:18:13.388Z] #18 37.56 Unpacking xz-utils (5.2.4-1) ... [2020-11-30T03:18:13.388Z] #18 37.71 Selecting previously unselected package apparmor. [2020-11-30T03:18:13.388Z] #18 37.71 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-30T03:18:13.522Z] #44 ... [2020-11-30T03:18:13.522Z] [2020-11-30T03:18:13.522Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:13.522Z] #33 78.95 internal/poll [2020-11-30T03:18:13.522Z] #33 81.56 os [2020-11-30T03:18:13.522Z] #33 83.02 internal/fmtsort [2020-11-30T03:18:13.650Z] #18 37.79 Unpacking apparmor (2.13.2-10) ... [2020-11-30T03:18:13.693Z] #47 ... [2020-11-30T03:18:13.693Z] [2020-11-30T03:18:13.693Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:13.693Z] #49 29.42 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:18:13.693Z] #49 31.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-11-30T03:18:13.693Z] #49 31.81 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-11-30T03:18:13.693Z] #49 32.06 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-11-30T03:18:13.693Z] #49 32.34 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-11-30T03:18:13.693Z] #49 33.55 runtime/cgo [2020-11-30T03:18:13.693Z] #49 33.71 runtime [2020-11-30T03:18:13.823Z] #33 ... [2020-11-30T03:18:13.823Z] [2020-11-30T03:18:13.823Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:13.824Z] #42 18.43 CC images/core-x86.o [2020-11-30T03:18:13.844Z] #47 ... [2020-11-30T03:18:13.844Z] [2020-11-30T03:18:13.844Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:13.844Z] #49 37.41 io [2020-11-30T03:18:13.844Z] #49 37.42 strconv [2020-11-30T03:18:13.844Z] #49 37.44 syscall [2020-11-30T03:18:13.844Z] #49 38.55 bytes [2020-11-30T03:18:13.844Z] #49 38.59 strings [2020-11-30T03:18:13.844Z] #49 40.82 text/tabwriter [2020-11-30T03:18:13.844Z] #49 40.84 bufio [2020-11-30T03:18:13.844Z] #49 41.39 reflect [2020-11-30T03:18:13.844Z] #49 41.52 regexp/syntax [2020-11-30T03:18:13.844Z] #49 44.40 time [2020-11-30T03:18:13.844Z] #49 47.42 regexp [2020-11-30T03:18:13.844Z] #49 ... [2020-11-30T03:18:13.844Z] [2020-11-30T03:18:13.844Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:13.844Z] #11 42.10 Get:10 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-11-30T03:18:13.844Z] #11 44.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-11-30T03:18:13.844Z] #11 44.23 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-11-30T03:18:13.844Z] #11 44.24 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-11-30T03:18:13.844Z] #11 44.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-11-30T03:18:13.844Z] #11 44.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-11-30T03:18:13.844Z] #11 44.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-11-30T03:18:13.844Z] #11 44.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-11-30T03:18:13.844Z] #11 44.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-11-30T03:18:13.844Z] #11 44.41 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-11-30T03:18:13.844Z] #11 44.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-11-30T03:18:13.844Z] #11 44.42 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-11-30T03:18:13.844Z] #11 44.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-11-30T03:18:13.844Z] #11 44.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-11-30T03:18:13.844Z] #11 44.66 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-11-30T03:18:13.844Z] #11 44.78 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-11-30T03:18:13.844Z] #11 46.75 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:13.844Z] #11 47.00 Fetched 73.3 MB in 12s (6240 kB/s) [2020-11-30T03:18:13.844Z] #11 47.14 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-30T03:18:13.844Z] #11 47.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 ... 15383 files and directories currently installed.) [2020-11-30T03:18:13.844Z] #11 47.18 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-11-30T03:18:13.844Z] #11 47.20 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:18:13.912Z] #18 38.18 Selecting previously unselected package aufs-tools. [2020-11-30T03:18:13.912Z] #18 38.20 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-30T03:18:13.912Z] #18 38.21 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:18:14.173Z] #18 38.35 Selecting previously unselected package libonig5:amd64. [2020-11-30T03:18:14.173Z] #18 38.37 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-30T03:18:14.173Z] #18 38.38 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:18:14.173Z] #18 38.53 Selecting previously unselected package libjq1:amd64. [2020-11-30T03:18:14.173Z] #18 38.55 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:18:14.173Z] #18 38.56 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:18:14.425Z] #11 ... [2020-11-30T03:18:14.425Z] [2020-11-30T03:18:14.425Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:14.425Z] #32 48.31 internal/poll [2020-11-30T03:18:14.434Z] #18 38.66 Selecting previously unselected package jq. [2020-11-30T03:18:14.434Z] #18 38.68 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:18:14.434Z] #18 38.68 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:18:14.434Z] #18 38.79 Selecting previously unselected package libaio1:amd64. [2020-11-30T03:18:14.624Z] #49 ... [2020-11-30T03:18:14.624Z] [2020-11-30T03:18:14.624Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:14.624Z] #40 30.21 Fetched 8406 kB in 24s (351 kB/s) [2020-11-30T03:18:14.624Z] #40 30.21 Reading package lists... [2020-11-30T03:18:14.624Z] #40 ... [2020-11-30T03:18:14.624Z] [2020-11-30T03:18:14.624Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:14.624Z] #34 33.41 Fetched 8406 kB in 26s (327 kB/s) [2020-11-30T03:18:14.696Z] #18 38.79 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-30T03:18:14.696Z] #18 38.80 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-30T03:18:14.696Z] #18 38.85 Selecting previously unselected package libgpm2:amd64. [2020-11-30T03:18:14.696Z] #18 38.86 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-30T03:18:14.696Z] #18 38.87 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-30T03:18:14.696Z] #18 38.95 Selecting previously unselected package libicu63:amd64. [2020-11-30T03:18:14.696Z] #18 38.96 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-30T03:18:14.696Z] #18 38.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:18:14.881Z] #34 33.41 Reading package lists... [2020-11-30T03:18:14.881Z] #34 ... [2020-11-30T03:18:14.881Z] [2020-11-30T03:18:14.881Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:14.881Z] #47 40.63 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:14.881Z] #47 40.69 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:14.881Z] #47 40.70 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:14.881Z] #47 40.72 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:14.881Z] #47 40.72 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:14.881Z] #47 40.72 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:14.881Z] #47 40.72 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:14.881Z] #47 40.72 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:14.908Z] #42 19.44 CC images/core-arm.o [2020-11-30T03:18:15.072Z] #32 ... [2020-11-30T03:18:15.072Z] [2020-11-30T03:18:15.072Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:15.072Z] #40 38.86 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:15.072Z] #40 40.69 Fetched 3798 kB in 3s (1502 kB/s) [2020-11-30T03:18:15.072Z] #40 43.43 Selecting previously unselected package libcap-dev:arm64. [2020-11-30T03:18:15.073Z] #40 43.43 (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 ... 15383 files and directories currently installed.) [2020-11-30T03:18:15.073Z] #40 43.52 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 43.60 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-11-30T03:18:15.073Z] #40 45.43 Selecting previously unselected package libnet1:arm64. [2020-11-30T03:18:15.073Z] #40 45.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 45.47 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:15.073Z] #40 45.65 Selecting previously unselected package libnet1-dev. [2020-11-30T03:18:15.073Z] #40 45.73 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 46.05 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:15.073Z] #40 46.79 Selecting previously unselected package libnl-3-200:arm64. [2020-11-30T03:18:15.073Z] #40 46.79 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 46.81 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-30T03:18:15.073Z] #40 47.04 Selecting previously unselected package libnl-3-dev:arm64. [2020-11-30T03:18:15.073Z] #40 47.04 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 47.10 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-30T03:18:15.073Z] #40 47.38 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-30T03:18:15.073Z] #40 47.39 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 47.40 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-30T03:18:15.073Z] #40 47.64 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-11-30T03:18:15.073Z] #40 47.69 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 47.81 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-30T03:18:15.073Z] #40 48.08 Selecting previously unselected package zlib1g-dev:arm64. [2020-11-30T03:18:15.073Z] #40 48.08 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 48.10 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:18:15.073Z] #40 48.84 Selecting previously unselected package libprotobuf17:arm64. [2020-11-30T03:18:15.073Z] #40 48.84 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-11-30T03:18:15.073Z] #40 48.84 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:15.137Z] #47 40.84 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:15.137Z] #47 40.93 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:15.207Z] #42 ... [2020-11-30T03:18:15.207Z] [2020-11-30T03:18:15.207Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:15.207Z] #50 75.35 time [2020-11-30T03:18:15.207Z] #50 78.58 regexp [2020-11-30T03:18:15.207Z] #50 ... [2020-11-30T03:18:15.207Z] [2020-11-30T03:18:15.207Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:15.207Z] #42 19.91 CC images/core-aarch64.o [2020-11-30T03:18:15.394Z] #47 41.12 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:15.651Z] #47 41.28 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:15.651Z] #47 41.33 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:15.651Z] #47 41.34 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:15.651Z] #47 41.40 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:15.651Z] #47 41.40 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:15.853Z] #42 20.33 CC images/core-ppc64.o [2020-11-30T03:18:15.908Z] #47 41.49 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:15.908Z] #47 41.52 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:15.908Z] #47 41.64 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:16.167Z] #47 41.78 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:16.167Z] #47 42.05 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:16.314Z] #53 34.64 Reading package lists... [2020-11-30T03:18:16.314Z] #53 ... [2020-11-30T03:18:16.314Z] [2020-11-30T03:18:16.314Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:16.314Z] #43 39.64 vendor/golang.org/x/crypto/internal/subtle [2020-11-30T03:18:16.430Z] #47 42.05 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:16.430Z] #47 42.06 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:16.430Z] #47 42.14 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:16.502Z] #42 21.10 CC images/core-s390.o [2020-11-30T03:18:16.571Z] #43 40.12 vendor/golang.org/x/crypto/curve25519 [2020-11-30T03:18:16.687Z] #47 42.26 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:16.946Z] #47 42.60 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:16.946Z] #47 ... [2020-11-30T03:18:16.946Z] [2020-11-30T03:18:16.946Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:16.946Z] #11 32.57 Fetched 8406 kB in 25s (336 kB/s) [2020-11-30T03:18:16.946Z] #11 32.57 Reading package lists... [2020-11-30T03:18:16.946Z] #11 ... [2020-11-30T03:18:16.946Z] [2020-11-30T03:18:16.946Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:16.946Z] #40 30.21 Reading package lists... [2020-11-30T03:18:17.102Z] #40 50.83 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-11-30T03:18:17.102Z] #40 50.84 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-11-30T03:18:17.102Z] #40 50.96 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:17.372Z] #40 ... [2020-11-30T03:18:17.372Z] [2020-11-30T03:18:17.372Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:17.372Z] #43 40.99 reflect [2020-11-30T03:18:17.372Z] #43 41.64 regexp/syntax [2020-11-30T03:18:17.372Z] #43 41.79 bufio [2020-11-30T03:18:17.372Z] #43 43.52 hash/crc32 [2020-11-30T03:18:17.372Z] #43 44.32 vendor/golang.org/x/text/transform [2020-11-30T03:18:17.372Z] #43 45.20 time [2020-11-30T03:18:17.372Z] #43 49.81 regexp [2020-11-30T03:18:17.372Z] #43 ... [2020-11-30T03:18:17.372Z] [2020-11-30T03:18:17.372Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:17.372Z] #32 51.01 os [2020-11-30T03:18:17.509Z] #40 41.26 Reading package lists... [2020-11-30T03:18:17.509Z] #40 ... [2020-11-30T03:18:17.509Z] [2020-11-30T03:18:17.509Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:17.509Z] #53 33.06 Fetched 8406 kB in 25s (332 kB/s) [2020-11-30T03:18:17.509Z] #53 33.06 Reading package lists... [2020-11-30T03:18:17.509Z] #53 43.05 Reading package lists... [2020-11-30T03:18:17.509Z] #53 ... [2020-11-30T03:18:17.509Z] [2020-11-30T03:18:17.510Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:17.510Z] #47 42.76 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:17.510Z] #47 42.83 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:17.510Z] #47 42.84 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:17.510Z] #47 42.84 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:17.510Z] #47 43.06 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:17.510Z] #47 43.14 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:17.510Z] #47 43.14 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:17.510Z] #47 43.16 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:17.559Z] #42 22.09 CC images/cpuinfo.o [2020-11-30T03:18:17.858Z] #42 22.62 CC images/inventory.o [2020-11-30T03:18:18.079Z] #47 43.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:18.079Z] #47 43.80 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:18.079Z] #47 43.80 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:18.079Z] #47 43.83 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:18.079Z] #47 43.86 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:18.079Z] #47 43.93 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:18.470Z] #47 43.98 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:18.470Z] #47 44.14 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:18.470Z] #47 44.18 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:18.507Z] #42 23.11 CC images/fdinfo.o [2020-11-30T03:18:18.776Z] #32 52.72 internal/fmtsort [2020-11-30T03:18:18.904Z] #18 42.58 Selecting previously unselected package libnet1:amd64. [2020-11-30T03:18:18.904Z] #18 42.58 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:18:18.904Z] #18 42.59 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:18.904Z] #18 42.68 Selecting previously unselected package libnl-3-200:amd64. [2020-11-30T03:18:18.904Z] #18 42.69 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-30T03:18:18.904Z] #18 42.69 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:18:18.904Z] #18 42.79 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-30T03:18:18.904Z] #18 42.80 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:18.904Z] #18 42.81 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:18.904Z] #18 42.87 Selecting previously unselected package libreadline5:amd64. [2020-11-30T03:18:18.904Z] #18 42.88 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-30T03:18:18.904Z] #18 42.89 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-30T03:18:18.904Z] #18 43.00 Selecting previously unselected package net-tools. [2020-11-30T03:18:18.904Z] #18 43.01 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-30T03:18:18.904Z] #18 43.02 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:18:18.904Z] #18 43.24 Selecting previously unselected package python-pip-whl. [2020-11-30T03:18:18.904Z] #18 43.25 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-30T03:18:18.904Z] #18 43.27 Unpacking python-pip-whl (18.1-5) ... [2020-11-30T03:18:19.040Z] #47 44.73 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:19.040Z] #47 44.75 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:19.040Z] #47 44.81 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:19.040Z] #47 44.82 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:19.155Z] #42 23.64 CC images/fown.o [2020-11-30T03:18:19.155Z] #42 23.90 CC images/ns.o [2020-11-30T03:18:19.454Z] #42 24.16 CC images/regfile.o [2020-11-30T03:18:19.681Z] #47 45.30 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:19.681Z] #47 45.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:18:19.681Z] #47 45.41 go: extracting golang.org/x/text v0.3.2 [2020-11-30T03:18:19.735Z] #18 43.81 Selecting previously unselected package python3-lib2to3. [2020-11-30T03:18:19.735Z] #18 43.82 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-30T03:18:19.735Z] #18 43.82 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:18:19.735Z] #18 43.97 Selecting previously unselected package python3-distutils. [2020-11-30T03:18:19.735Z] #18 43.97 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-30T03:18:19.735Z] #18 43.98 Unpacking python3-distutils (3.7.3-1) ... [2020-11-30T03:18:19.848Z] #43 ... [2020-11-30T03:18:19.848Z] [2020-11-30T03:18:19.848Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:19.848Z] #49 33.34 runtime [2020-11-30T03:18:19.848Z] #49 ... [2020-11-30T03:18:19.848Z] [2020-11-30T03:18:19.848Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:19.848Z] #47 34.84 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:19.848Z] #47 34.92 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:19.848Z] #47 34.93 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2020-11-30T03:18:19.848Z] #47 35.11 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:19.848Z] #47 35.21 go: downloading github.com/spf13/viper v1.6.1 [2020-11-30T03:18:19.848Z] #47 35.26 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:19.848Z] #47 35.30 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:19.848Z] #47 35.32 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:18:19.848Z] #47 35.34 go: downloading github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:19.848Z] #47 35.39 go: extracting github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:18:19.848Z] #47 35.40 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:19.848Z] #47 35.48 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:19.848Z] #47 35.66 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:19.848Z] #47 35.69 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:18:19.848Z] #47 35.77 go: extracting github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:19.848Z] #47 35.97 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:19.848Z] #47 36.09 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:19.848Z] #47 36.13 go: extracting github.com/spf13/viper v1.6.1 [2020-11-30T03:18:19.848Z] #47 36.21 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:19.848Z] #47 36.43 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:19.848Z] #47 36.46 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:19.848Z] #47 36.46 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:18:19.848Z] #47 36.49 go: downloading github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:18:19.848Z] #47 36.49 go: downloading github.com/magiconair/properties v1.8.1 [2020-11-30T03:18:19.848Z] #47 36.49 go: downloading gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:18:19.848Z] #47 36.63 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:19.848Z] #47 36.84 go: extracting github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:18:19.848Z] #47 36.95 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:19.848Z] #47 37.07 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:18:19.848Z] #47 37.17 go: extracting github.com/magiconair/properties v1.8.1 [2020-11-30T03:18:19.848Z] #47 37.23 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:19.848Z] #47 37.32 go: extracting gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:18:19.848Z] #47 37.46 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:19.848Z] #47 37.54 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:19.848Z] #47 37.60 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:19.848Z] #47 37.82 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:18:19.848Z] #47 37.88 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:19.848Z] #47 37.91 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:19.848Z] #47 38.08 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:19.848Z] #47 38.09 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:18:19.848Z] #47 38.18 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:19.848Z] #47 38.18 go: downloading github.com/subosito/gotenv v1.2.0 [2020-11-30T03:18:19.848Z] #47 38.26 go: downloading github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:18:19.848Z] #47 38.28 go: downloading github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:18:19.848Z] #47 38.53 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:19.848Z] #47 38.53 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:19.848Z] #47 38.53 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:19.848Z] #47 38.72 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:18:19.848Z] #47 38.73 go: extracting github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:18:19.848Z] #47 38.93 go: extracting github.com/subosito/gotenv v1.2.0 [2020-11-30T03:18:19.848Z] #47 39.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:19.848Z] #47 39.26 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:19.848Z] #47 39.27 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:19.848Z] #47 39.35 go: extracting github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:18:19.848Z] #47 39.37 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:18:19.848Z] #47 39.37 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:18:19.848Z] #47 39.58 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:19.848Z] #47 39.68 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:19.848Z] #47 39.78 go: downloading github.com/pkg/errors v0.8.1 [2020-11-30T03:18:19.848Z] #47 39.87 go: downloading github.com/spf13/cast v1.3.0 [2020-11-30T03:18:19.848Z] #47 39.97 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:18:19.848Z] #47 40.17 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:19.848Z] #47 40.21 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:19.848Z] #47 40.34 go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:18:19.848Z] #47 40.34 go: downloading github.com/stretchr/testify v1.4.0 [2020-11-30T03:18:19.848Z] #47 40.79 go: extracting github.com/pkg/errors v0.8.1 [2020-11-30T03:18:19.848Z] #47 40.84 go: extracting gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:18:19.848Z] #47 40.91 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:19.848Z] #47 40.96 go: downloading golang.org/x/text v0.3.2 [2020-11-30T03:18:19.848Z] #47 40.97 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:19.848Z] #47 41.00 go: extracting github.com/spf13/cast v1.3.0 [2020-11-30T03:18:19.848Z] #47 41.01 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:19.848Z] #47 41.10 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:19.848Z] #47 41.64 go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:19.848Z] #47 41.74 go: extracting github.com/stretchr/testify v1.4.0 [2020-11-30T03:18:19.848Z] #47 41.75 go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:19.848Z] #47 41.99 go: downloading github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:19.848Z] #47 42.03 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:19.848Z] #47 42.12 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:19.848Z] #47 42.59 go: downloading github.com/stretchr/objx v0.2.0 [2020-11-30T03:18:19.848Z] #47 42.66 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:19.848Z] #47 42.66 go: downloading github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:19.848Z] #47 42.72 go: extracting github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:19.848Z] #47 42.73 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:18:19.848Z] #47 42.80 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:19.848Z] #47 42.83 go: extracting github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:19.848Z] #47 42.94 go: downloading github.com/spf13/afero v1.1.2 [2020-11-30T03:18:19.848Z] #47 43.19 go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:19.848Z] #47 43.19 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:19.848Z] #47 43.20 go: extracting github.com/stretchr/objx v0.2.0 [2020-11-30T03:18:19.848Z] #47 43.55 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:18:19.848Z] #47 43.56 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:19.941Z] #47 45.60 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:19.941Z] #47 45.85 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:19.996Z] #18 44.14 Selecting previously unselected package python3-pip. [2020-11-30T03:18:19.996Z] #18 44.16 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-30T03:18:19.996Z] #18 44.17 Unpacking python3-pip (18.1-5) ... [2020-11-30T03:18:19.996Z] #18 44.35 Selecting previously unselected package python3-pkg-resources. [2020-11-30T03:18:19.996Z] #18 44.36 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:18:19.996Z] #18 44.36 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:20.104Z] #42 24.47 CC images/ghost-file.o [2020-11-30T03:18:20.104Z] #42 24.86 CC images/fifo.o [2020-11-30T03:18:20.105Z] #47 ... [2020-11-30T03:18:20.105Z] [2020-11-30T03:18:20.105Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:20.105Z] #34 33.77 Fetched 8406 kB in 26s (325 kB/s) [2020-11-30T03:18:20.105Z] #34 33.77 Reading package lists... [2020-11-30T03:18:20.262Z] #18 44.49 Selecting previously unselected package python3-setuptools. [2020-11-30T03:18:20.262Z] #18 44.51 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-30T03:18:20.262Z] #18 44.52 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-30T03:18:20.362Z] #34 ... [2020-11-30T03:18:20.362Z] [2020-11-30T03:18:20.362Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:20.362Z] #11 34.04 Fetched 8406 kB in 25s (340 kB/s) [2020-11-30T03:18:20.362Z] #11 34.04 Reading package lists... [2020-11-30T03:18:20.362Z] #11 44.19 Reading package lists... [2020-11-30T03:18:20.362Z] #11 ... [2020-11-30T03:18:20.362Z] [2020-11-30T03:18:20.362Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:20.362Z] #47 43.92 go: extracting github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:20.431Z] #42 25.09 CC images/remap-file-path.o [2020-11-30T03:18:20.523Z] #18 44.74 Selecting previously unselected package python3-wheel. [2020-11-30T03:18:20.523Z] #18 44.74 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-30T03:18:20.523Z] #18 44.75 Unpacking python3-wheel (0.32.3-2) ... [2020-11-30T03:18:20.523Z] #18 44.83 Selecting previously unselected package sudo. [2020-11-30T03:18:20.523Z] #18 44.83 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-30T03:18:20.523Z] #18 44.84 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:18:20.530Z] #47 46.04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-11-30T03:18:20.530Z] #47 46.04 go: downloading github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:20.619Z] #47 44.25 go: extracting github.com/spf13/afero v1.1.2 [2020-11-30T03:18:20.619Z] #47 44.44 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:20.727Z] #42 25.34 CC images/eventfd.o [2020-11-30T03:18:20.803Z] #32 54.10 path/filepath [2020-11-30T03:18:20.803Z] #32 54.10 fmt [2020-11-30T03:18:21.025Z] #42 25.68 CC images/eventpoll.o [2020-11-30T03:18:21.096Z] #18 45.35 Selecting previously unselected package thin-provisioning-tools. [2020-11-30T03:18:21.096Z] #18 45.37 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-30T03:18:21.096Z] #18 45.38 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:18:21.184Z] #47 44.77 go: extracting github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:21.324Z] #42 26.05 CC images/fh.o [2020-11-30T03:18:21.324Z] #42 ... [2020-11-30T03:18:21.324Z] [2020-11-30T03:18:21.324Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:21.324Z] #55 45.40 Checking out files: 59% (2032/3407) Checking out files: 60% (2045/3407) Checking out files: 61% (2079/3407) Checking out files: 62% (2113/3407) Checking out files: 63% (2147/3407) Checking out files: 64% (2181/3407) Checking out files: 65% (2215/3407) Checking out files: 66% (2249/3407) Checking out files: 67% (2283/3407) Checking out files: 68% (2317/3407) Checking out files: 69% (2351/3407) Checking out files: 70% (2385/3407) Checking out files: 71% (2419/3407) Checking out files: 72% (2454/3407) Checking out files: 73% (2488/3407) Checking out files: 74% (2522/3407) Checking out files: 75% (2556/3407) Checking out files: 76% (2590/3407) Checking out files: 77% (2624/3407) Checking out files: 78% (2658/3407) Checking out files: 79% (2692/3407) Checking out files: 80% (2726/3407) Checking out files: 81% (2760/3407) Checking out files: 82% (2794/3407) Checking out files: 83% (2828/3407) Checking out files: 84% (2862/3407) Checking out files: 85% (2896/3407) Checking out files: 86% (2931/3407) Checking out files: 87% (2965/3407) Checking out files: 88% (2999/3407) Checking out files: 89% (3033/3407) Checking out files: 90% (3067/3407) Checking out files: 91% (3101/3407) Checking out files: 92% (3135/3407) Checking out files: 93% (3169/3407) Checking out files: 94% (3203/3407) Checking out files: 95% (3237/3407) Checking out files: 96% (3271/3407) Checking out files: 97% (3305/3407) Checking out files: 98% (3339/3407) Checking out files: 99% (3373/3407) Checking out files: 100% (3407/3407) Checking out files: 100% (3407/3407), done. [2020-11-30T03:18:21.324Z] #55 46.17 + cd /tmp/tmp.UASsDwFZdr/src/github.com/containerd/containerd [2020-11-30T03:18:21.324Z] #55 46.18 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:21.324Z] #55 47.90 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-30T03:18:21.324Z] #55 47.90 + BUILDTAGS='netgo osusergo static_build' [2020-11-30T03:18:21.324Z] #55 47.91 + export EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:18:21.324Z] #55 47.91 + EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:18:21.324Z] #55 47.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-30T03:18:21.324Z] #55 47.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-30T03:18:21.324Z] #55 47.91 + '[' '' = dynamic ']' [2020-11-30T03:18:21.324Z] #55 47.91 + make [2020-11-30T03:18:21.324Z] #55 49.15 + bin/ctr [2020-11-30T03:18:21.357Z] #18 45.64 Selecting previously unselected package uidmap. [2020-11-30T03:18:21.357Z] #18 45.66 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-30T03:18:21.357Z] #18 45.67 Unpacking uidmap (1:4.5-1.1) ... [2020-11-30T03:18:21.460Z] #47 46.94 go: extracting github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:21.460Z] #47 47.10 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:21.460Z] #47 47.27 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:21.487Z] #32 ... [2020-11-30T03:18:21.487Z] [2020-11-30T03:18:21.487Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:21.487Z] #54 2.417 + RM_GOPATH=0 [2020-11-30T03:18:21.487Z] #54 2.417 + TMP_GOPATH= [2020-11-30T03:18:21.487Z] #54 2.417 + : /build [2020-11-30T03:18:21.487Z] #54 2.417 + '[' -z '' ']' [2020-11-30T03:18:21.487Z] #54 2.423 ++ mktemp -d [2020-11-30T03:18:21.487Z] #54 2.423 + export GOPATH=/tmp/tmp.psi5odd2s2 [2020-11-30T03:18:21.487Z] #54 2.423 + GOPATH=/tmp/tmp.psi5odd2s2 [2020-11-30T03:18:21.487Z] #54 2.423 + RM_GOPATH=1 [2020-11-30T03:18:21.487Z] #54 2.423 + case "$(go env GOARCH)" in [2020-11-30T03:18:21.487Z] #54 2.424 ++ go env GOARCH [2020-11-30T03:18:21.487Z] #54 2.477 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:21.487Z] #54 2.477 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:21.487Z] #54 2.477 ++ dirname /tmp/install/install.sh [2020-11-30T03:18:21.487Z] #54 2.481 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:21.487Z] #54 2.484 + dir=/tmp/install [2020-11-30T03:18:21.487Z] #54 2.484 + bin=containerd [2020-11-30T03:18:21.487Z] #54 2.484 + shift [2020-11-30T03:18:21.487Z] #54 2.484 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-30T03:18:21.487Z] #54 2.484 + . /tmp/install/containerd.installer [2020-11-30T03:18:21.487Z] #54 2.484 ++ set -e [2020-11-30T03:18:21.487Z] #54 2.484 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:21.487Z] #54 2.484 + install_containerd [2020-11-30T03:18:21.487Z] #54 2.484 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-30T03:18:21.487Z] #54 2.484 + git clone https://github.com/containerd/containerd.git /tmp/tmp.psi5odd2s2/src/github.com/containerd/containerd [2020-11-30T03:18:21.487Z] #54 2.489 Cloning into '/tmp/tmp.psi5odd2s2/src/github.com/containerd/containerd'... [2020-11-30T03:18:21.618Z] #18 45.77 Selecting previously unselected package vim-runtime. [2020-11-30T03:18:21.618Z] #18 45.77 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:18:21.618Z] #18 45.82 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-30T03:18:21.618Z] #18 45.86 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-30T03:18:21.618Z] #18 45.87 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:18:21.716Z] #47 47.43 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:21.716Z] #47 47.43 go: downloading github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:21.716Z] #47 47.45 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:21.751Z] #47 45.24 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:21.751Z] #47 ... [2020-11-30T03:18:21.751Z] [2020-11-30T03:18:21.751Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:21.751Z] #40 35.29 Fetched 8406 kB in 26s (323 kB/s) [2020-11-30T03:18:21.751Z] #40 35.29 Reading package lists... [2020-11-30T03:18:21.751Z] #40 ... [2020-11-30T03:18:21.751Z] [2020-11-30T03:18:21.751Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:21.751Z] #62 DONE 45.5s [2020-11-30T03:18:21.751Z] [2020-11-30T03:18:21.751Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:21.751Z] #53 34.64 Reading package lists... [2020-11-30T03:18:21.755Z] #54 ... [2020-11-30T03:18:21.755Z] [2020-11-30T03:18:21.755Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:21.755Z] #32 55.21 io/ioutil [2020-11-30T03:18:21.973Z] #55 ... [2020-11-30T03:18:21.973Z] [2020-11-30T03:18:21.973Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:21.973Z] #42 26.44 CC images/fsnotify.o [2020-11-30T03:18:22.018Z] #47 47.65 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:22.018Z] #47 47.78 go: extracting github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:22.275Z] #47 47.80 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:22.275Z] #47 48.07 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:22.792Z] #32 56.48 flag [2020-11-30T03:18:22.792Z] #32 56.49 log [2020-11-30T03:18:22.792Z] #32 56.50 github.com/BurntSushi/toml [2020-11-30T03:18:22.792Z] #32 ... [2020-11-30T03:18:22.792Z] [2020-11-30T03:18:22.792Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:22.792Z] #34 46.52 Selecting previously unselected package cmake-data. [2020-11-30T03:18:22.792Z] #34 46.53 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-30T03:18:22.792Z] #34 46.57 Unpacking cmake-data (3.13.4-1) ... [2020-11-30T03:18:22.792Z] #34 ... [2020-11-30T03:18:22.792Z] [2020-11-30T03:18:22.792Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:22.792Z] #43 53.27 context [2020-11-30T03:18:22.792Z] #43 53.29 os [2020-11-30T03:18:22.792Z] #43 55.20 github.com/LK4D4/vndr/versioned [2020-11-30T03:18:22.792Z] #43 56.74 internal/lazyregexp [2020-11-30T03:18:22.861Z] #47 48.57 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:23.035Z] #42 27.34 CC images/signalfd.o [2020-11-30T03:18:23.077Z] #43 56.75 os/exec [2020-11-30T03:18:23.077Z] #43 56.77 net [2020-11-30T03:18:23.077Z] #43 57.07 flag [2020-11-30T03:18:23.117Z] #47 48.69 go: downloading github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:23.117Z] #47 48.86 go: downloading github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:23.117Z] #47 48.87 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:23.479Z] #42 27.70 CC images/fs.o [2020-11-30T03:18:23.501Z] #47 49.40 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:23.765Z] #47 49.45 go: extracting github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:23.795Z] #42 28.06 CC images/pstree.o [2020-11-30T03:18:23.795Z] #42 28.39 CC images/pipe.o [2020-11-30T03:18:24.094Z] #42 28.66 CC images/tcp-stream.o [2020-11-30T03:18:24.198Z] #43 57.76 go/token [2020-11-30T03:18:24.329Z] #47 49.99 go: extracting github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:24.392Z] #42 28.90 CC images/sk-packet.o [2020-11-30T03:18:24.503Z] #43 ... [2020-11-30T03:18:24.504Z] [2020-11-30T03:18:24.504Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:24.504Z] #34 58.36 Selecting previously unselected package libicu63:arm64. [2020-11-30T03:18:24.690Z] #42 29.26 CC images/mnt.o [2020-11-30T03:18:24.850Z] #34 58.36 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-30T03:18:24.850Z] #34 58.39 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-30T03:18:24.896Z] #47 50.46 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:24.919Z] #18 ... [2020-11-30T03:18:24.919Z] [2020-11-30T03:18:24.919Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:24.919Z] #41 94.31 CC criu/cr-dedup.o [2020-11-30T03:18:24.919Z] #41 94.65 CC criu/cr-dump.o [2020-11-30T03:18:24.919Z] #41 96.74 CC criu/cr-errno.o [2020-11-30T03:18:24.919Z] #41 96.81 CC criu/cr-restore.o [2020-11-30T03:18:24.919Z] #41 101.3 CC criu/cr-service.o [2020-11-30T03:18:24.919Z] #41 102.9 CC criu/crtools.o [2020-11-30T03:18:24.919Z] #41 103.4 CC criu/eventfd.o [2020-11-30T03:18:24.919Z] #41 103.8 CC criu/eventpoll.o [2020-11-30T03:18:24.919Z] #41 ... [2020-11-30T03:18:24.919Z] [2020-11-30T03:18:24.919Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:18:24.919Z] #18 49.14 Selecting previously unselected package vim. [2020-11-30T03:18:24.919Z] #18 49.14 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:18:24.920Z] #18 49.18 Unpacking vim (2:8.1.0875-5) ... [2020-11-30T03:18:24.989Z] #42 29.48 CC images/pipe-data.o [2020-11-30T03:18:24.989Z] #42 ... [2020-11-30T03:18:24.989Z] [2020-11-30T03:18:24.989Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:24.989Z] #33 85.06 path/filepath [2020-11-30T03:18:24.989Z] #33 85.06 fmt [2020-11-30T03:18:24.989Z] #33 86.90 io/ioutil [2020-11-30T03:18:24.989Z] #33 89.12 github.com/BurntSushi/toml [2020-11-30T03:18:24.989Z] #33 89.12 log [2020-11-30T03:18:24.989Z] #33 89.14 flag [2020-11-30T03:18:24.989Z] #33 93.94 github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:18:24.989Z] #33 ... [2020-11-30T03:18:24.989Z] [2020-11-30T03:18:24.989Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:24.989Z] #12 93.12 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-30T03:18:24.989Z] #12 93.13 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-11-30T03:18:24.989Z] #12 93.13 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:18:25.491Z] #18 49.68 Selecting previously unselected package xfsprogs. [2020-11-30T03:18:25.491Z] #18 49.69 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-30T03:18:25.491Z] #18 49.70 Unpacking xfsprogs (4.20.0-1) ... [2020-11-30T03:18:25.753Z] #18 50.17 Selecting previously unselected package zip. [2020-11-30T03:18:26.014Z] #18 50.19 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-30T03:18:26.014Z] #18 50.19 Unpacking zip (3.0-11+b1) ... [2020-11-30T03:18:26.014Z] #18 50.33 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:18:26.014Z] #18 50.37 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:18:26.014Z] #18 50.39 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-30T03:18:26.014Z] #18 50.41 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-30T03:18:26.014Z] #18 50.43 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-30T03:18:26.275Z] #18 50.44 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-30T03:18:26.275Z] #18 50.45 Setting up uidmap (1:4.5-1.1) ... [2020-11-30T03:18:26.275Z] #18 50.48 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-30T03:18:26.275Z] #18 50.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:26.275Z] #18 50.50 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:18:26.275Z] #18 50.53 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:26.275Z] #18 50.55 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:18:26.275Z] #18 50.56 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:18:26.275Z] #18 50.57 Setting up zip (3.0-11+b1) ... [2020-11-30T03:18:26.275Z] #18 50.59 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:18:26.275Z] #18 50.62 Setting up bash-completion (1:2.8-6) ... [2020-11-30T03:18:27.463Z] #47 ... [2020-11-30T03:18:27.463Z] [2020-11-30T03:18:27.463Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:27.463Z] #11 42.80 Reading package lists... [2020-11-30T03:18:27.463Z] #11 ... [2020-11-30T03:18:27.463Z] [2020-11-30T03:18:27.463Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:27.463Z] #53 43.05 Reading package lists... [2020-11-30T03:18:27.463Z] #53 ... [2020-11-30T03:18:27.463Z] [2020-11-30T03:18:27.463Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:27.463Z] #34 33.41 Reading package lists... [2020-11-30T03:18:27.463Z] #34 43.54 Reading package lists... [2020-11-30T03:18:27.463Z] #34 53.19 Building dependency tree... [2020-11-30T03:18:27.463Z] #34 ... [2020-11-30T03:18:27.463Z] [2020-11-30T03:18:27.463Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:27.762Z] #12 ... [2020-11-30T03:18:27.762Z] [2020-11-30T03:18:27.762Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:27.762Z] #50 87.39 context [2020-11-30T03:18:27.762Z] #50 87.50 mvdan.cc/sh/v3/fileutil [2020-11-30T03:18:27.762Z] #50 87.57 io/ioutil [2020-11-30T03:18:27.762Z] #50 89.81 flag [2020-11-30T03:18:27.762Z] #50 89.81 go/token [2020-11-30T03:18:27.762Z] #50 89.82 github.com/pkg/diff [2020-11-30T03:18:27.762Z] #50 89.86 encoding/binary [2020-11-30T03:18:27.762Z] #50 92.17 go/scanner [2020-11-30T03:18:27.762Z] #50 94.27 mvdan.cc/editorconfig [2020-11-30T03:18:27.762Z] #50 95.30 mvdan.cc/sh/v3/syntax [2020-11-30T03:18:27.762Z] #50 96.12 encoding/base64 [2020-11-30T03:18:27.762Z] #50 96.57 go/ast [2020-11-30T03:18:27.762Z] #50 ... [2020-11-30T03:18:27.762Z] [2020-11-30T03:18:27.762Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:27.762Z] #33 DONE 97.7s [2020-11-30T03:18:27.762Z] [2020-11-30T03:18:27.762Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:27.762Z] #44 87.61 context [2020-11-30T03:18:27.762Z] #44 89.25 os/exec [2020-11-30T03:18:27.762Z] #44 89.37 net [2020-11-30T03:18:27.762Z] #44 91.80 internal/lazyregexp [2020-11-30T03:18:27.762Z] #44 92.33 github.com/LK4D4/vndr/versioned [2020-11-30T03:18:27.762Z] #44 94.59 encoding/binary [2020-11-30T03:18:27.762Z] #44 94.67 go/scanner [2020-11-30T03:18:27.762Z] #44 94.69 net/url [2020-11-30T03:18:27.762Z] #44 ... [2020-11-30T03:18:27.762Z] [2020-11-30T03:18:27.762Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:27.762Z] #42 29.71 CC images/sa.o [2020-11-30T03:18:27.762Z] #42 30.01 CC images/timer.o [2020-11-30T03:18:27.762Z] #42 30.38 CC images/timerfd.o [2020-11-30T03:18:27.762Z] #42 30.64 CC images/mm.o [2020-11-30T03:18:27.762Z] #42 30.97 CC images/sk-opts.o [2020-11-30T03:18:27.762Z] #42 31.15 CC images/sk-unix.o [2020-11-30T03:18:27.762Z] #42 31.42 CC images/sk-inet.o [2020-11-30T03:18:27.762Z] #42 32.00 CC images/tun.o [2020-11-30T03:18:27.762Z] #42 32.40 CC images/sk-netlink.o [2020-11-30T03:18:28.254Z] #34 ... [2020-11-30T03:18:28.254Z] [2020-11-30T03:18:28.254Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:28.254Z] #11 51.43 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-30T03:18:28.254Z] #11 51.44 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-11-30T03:18:28.254Z] #11 51.45 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:18:28.254Z] #11 57.59 Selecting previously unselected package binutils-mingw-w64. [2020-11-30T03:18:28.254Z] #11 57.60 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-30T03:18:28.254Z] #11 57.69 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:18:28.254Z] #11 58.37 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-11-30T03:18:28.254Z] #11 58.37 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-30T03:18:28.254Z] #11 58.39 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-30T03:18:28.254Z] #11 58.72 Selecting previously unselected package dmsetup. [2020-11-30T03:18:28.254Z] #11 58.73 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-11-30T03:18:28.254Z] #11 58.75 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-30T03:18:28.254Z] #11 59.14 Selecting previously unselected package mingw-w64-common. [2020-11-30T03:18:28.254Z] #11 59.19 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-30T03:18:28.254Z] #11 59.21 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-30T03:18:28.254Z] #11 ... [2020-11-30T03:18:28.254Z] [2020-11-30T03:18:28.254Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:28.254Z] #40 51.43 Selecting previously unselected package libprotobuf-dev:arm64. [2020-11-30T03:18:28.254Z] #40 51.44 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-11-30T03:18:28.254Z] #40 51.46 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:28.254Z] #40 57.38 Selecting previously unselected package libprotoc17:arm64. [2020-11-30T03:18:28.254Z] #40 57.38 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-11-30T03:18:28.254Z] #40 57.42 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:28.254Z] #40 58.37 Selecting previously unselected package protobuf-c-compiler. [2020-11-30T03:18:28.254Z] #40 58.38 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-11-30T03:18:28.254Z] #40 58.39 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:18:28.254Z] #40 58.66 Selecting previously unselected package protobuf-compiler. [2020-11-30T03:18:28.254Z] #40 58.66 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-11-30T03:18:28.254Z] #40 58.68 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:18:28.254Z] #40 59.16 Selecting previously unselected package python-pkg-resources. [2020-11-30T03:18:28.254Z] #40 59.16 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:18:28.254Z] #40 59.20 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:28.254Z] #40 59.39 Selecting previously unselected package python-six. [2020-11-30T03:18:28.254Z] #40 59.40 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-30T03:18:28.254Z] #40 59.47 Unpacking python-six (1.12.0-1) ... [2020-11-30T03:18:28.254Z] #40 60.08 Selecting previously unselected package python-protobuf. [2020-11-30T03:18:28.254Z] #40 60.09 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-11-30T03:18:28.254Z] #40 60.09 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-30T03:18:28.254Z] #40 61.25 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:28.254Z] #40 ... [2020-11-30T03:18:28.254Z] [2020-11-30T03:18:28.254Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:28.254Z] #49 51.96 context [2020-11-30T03:18:28.254Z] #49 52.09 os [2020-11-30T03:18:28.254Z] #49 55.58 mvdan.cc/sh/v3/fileutil [2020-11-30T03:18:28.254Z] #49 56.23 encoding/binary [2020-11-30T03:18:28.254Z] #49 56.23 fmt [2020-11-30T03:18:28.254Z] #49 57.65 encoding/base64 [2020-11-30T03:18:28.254Z] #49 57.66 golang.org/x/sys/unix [2020-11-30T03:18:28.254Z] #49 60.17 github.com/pkg/diff [2020-11-30T03:18:28.254Z] #49 60.19 go/scanner [2020-11-30T03:18:28.254Z] #49 60.23 encoding/json [2020-11-30T03:18:28.254Z] #49 ... [2020-11-30T03:18:28.254Z] [2020-11-30T03:18:28.254Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:28.254Z] #43 58.94 go/scanner [2020-11-30T03:18:28.254Z] #43 61.25 go/ast [2020-11-30T03:18:28.254Z] #43 61.29 net/url [2020-11-30T03:18:28.254Z] #43 61.42 text/template/parse [2020-11-30T03:18:28.412Z] #42 32.90 CC images/packet-sock.o [2020-11-30T03:18:28.679Z] #53 45.68 Reading package lists... [2020-11-30T03:18:28.679Z] #53 ... [2020-11-30T03:18:28.679Z] [2020-11-30T03:18:28.679Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:28.679Z] #47 46.63 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:28.679Z] #47 51.54 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:28.711Z] #42 33.40 CC images/ipc-var.o [2020-11-30T03:18:29.010Z] #42 33.53 CC images/ipc-desc.o [2020-11-30T03:18:29.309Z] #42 33.69 CC images/ipc-shm.o [2020-11-30T03:18:29.309Z] #42 33.90 CC images/ipc-msg.o [2020-11-30T03:18:29.580Z] #18 53.41 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-30T03:18:29.580Z] #18 53.43 Setting up xz-utils (5.2.4-1) ... [2020-11-30T03:18:29.580Z] #18 53.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-30T03:18:29.580Z] #18 53.45 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:18:29.580Z] #18 53.53 invoke-rc.d: could not determine current runlevel [2020-11-30T03:18:29.580Z] #18 53.54 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-30T03:18:29.580Z] #18 53.54 Setting up pigz (2.4-1) ... [2020-11-30T03:18:29.580Z] #18 53.56 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-30T03:18:29.580Z] #18 53.57 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:18:29.580Z] #18 53.69 Setting up python-pip-whl (18.1-5) ... [2020-11-30T03:18:29.580Z] #18 53.76 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-30T03:18:29.580Z] #18 53.78 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:18:29.607Z] #42 34.19 CC images/ipc-sem.o [2020-11-30T03:18:29.608Z] #42 34.36 CC images/utsns.o [2020-11-30T03:18:29.841Z] #18 54.17 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-30T03:18:29.841Z] #18 54.19 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:18:29.841Z] #18 54.20 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:18:29.841Z] #18 54.21 Setting up vim (2:8.1.0875-5) ... [2020-11-30T03:18:29.841Z] #18 54.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-30T03:18:29.841Z] #18 54.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-30T03:18:29.841Z] #18 54.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-30T03:18:29.918Z] #42 34.56 CC images/creds.o [2020-11-30T03:18:29.984Z] #53 53.20 Building dependency tree... [2020-11-30T03:18:30.102Z] #18 54.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-30T03:18:30.102Z] #18 54.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-30T03:18:30.102Z] #18 54.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-30T03:18:30.102Z] #18 54.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-30T03:18:30.102Z] #18 54.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-30T03:18:30.102Z] #18 54.29 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:18:30.102Z] #18 54.31 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:18:30.102Z] #18 54.33 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-30T03:18:30.102Z] #18 54.34 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:18:30.102Z] #18 54.36 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-30T03:18:30.102Z] #18 54.37 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:18:30.215Z] #42 34.76 CC images/vma.o [2020-11-30T03:18:30.513Z] #42 35.05 CC images/netdev.o [2020-11-30T03:18:30.588Z] #47 ... [2020-11-30T03:18:30.588Z] [2020-11-30T03:18:30.588Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:30.588Z] #11 44.19 Reading package lists... [2020-11-30T03:18:30.588Z] #11 ... [2020-11-30T03:18:30.588Z] [2020-11-30T03:18:30.588Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:30.588Z] #34 44.35 Reading package lists... [2020-11-30T03:18:30.813Z] #42 35.46 CC images/tty.o [2020-11-30T03:18:30.827Z] #43 64.24 encoding/json [2020-11-30T03:18:30.846Z] #34 ... [2020-11-30T03:18:30.846Z] [2020-11-30T03:18:30.846Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:31.091Z] #43 ... [2020-11-30T03:18:31.091Z] [2020-11-30T03:18:31.091Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:31.091Z] #40 63.98 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:31.091Z] #40 64.48 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:31.091Z] #40 64.70 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-30T03:18:31.357Z] #40 65.03 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-11-30T03:18:31.357Z] #40 65.05 Setting up python-six (1.12.0-1) ... [2020-11-30T03:18:31.461Z] #42 36.14 CC images/file-lock.o [2020-11-30T03:18:32.104Z] using credential docker-jenkins-github-credentials [2020-11-30T03:18:32.109Z] #42 36.45 CC images/rlimit.o [2020-11-30T03:18:32.180Z] Cloning the remote Git repository [2020-11-30T03:18:32.180Z] Cloning with configured refspecs honoured and without tags [2020-11-30T03:18:32.214Z] #11 54.42 Building dependency tree... [2020-11-30T03:18:32.214Z] #11 ... [2020-11-30T03:18:32.214Z] [2020-11-30T03:18:32.214Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:32.214Z] #40 45.79 Reading package lists... [2020-11-30T03:18:32.214Z] #40 55.38 Building dependency tree... [2020-11-30T03:18:32.214Z] #40 ... [2020-11-30T03:18:32.214Z] [2020-11-30T03:18:32.214Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:32.214Z] #53 45.68 Reading package lists... [2020-11-30T03:18:32.409Z] #42 36.76 CC images/pagemap.o [2020-11-30T03:18:32.708Z] #42 37.05 CC images/siginfo.o [2020-11-30T03:18:32.708Z] #42 37.33 CC images/rpc.o [2020-11-30T03:18:33.267Z] #53 ... [2020-11-30T03:18:33.267Z] [2020-11-30T03:18:33.267Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:33.267Z] #43 57.64 github.com/LK4D4/vndr/godl/singleflight [2020-11-30T03:18:33.267Z] #43 57.67 internal/reflectlite [2020-11-30T03:18:33.267Z] #43 58.15 math/rand [2020-11-30T03:18:33.402Z] #18 57.46 Setting up iptables (1.8.2-4) ... [2020-11-30T03:18:33.402Z] #18 57.51 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:18:33.402Z] #18 57.52 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:18:33.402Z] #18 57.52 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:18:33.402Z] #18 57.53 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:18:33.402Z] #18 57.54 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-30T03:18:33.402Z] #18 57.55 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-30T03:18:33.402Z] #18 57.56 Setting up python3 (3.7.3-1) ... [2020-11-30T03:18:33.662Z] #18 57.95 Setting up python3-wheel (0.32.3-2) ... [2020-11-30T03:18:32.375Z] Cloning repository https://github.com/moby/moby.git [2020-11-30T03:18:32.796Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-11-30T03:18:33.805Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:18:33.806Z] > git --version # timeout=10 [2020-11-30T03:18:33.863Z] > git --version # 'git version 2.24.1.windows.2' [2020-11-30T03:18:33.864Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:18:33.867Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:18:34.198Z] #43 59.72 internal/singleflight [2020-11-30T03:18:34.234Z] #18 ... [2020-11-30T03:18:34.234Z] [2020-11-30T03:18:34.234Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:18:34.234Z] #38 186.0 + dpkg --print-architecture [2020-11-30T03:18:34.234Z] #38 186.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-30T03:18:34.259Z] #42 38.88 CC images/ext-file.o [2020-11-30T03:18:34.496Z] #38 186.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-30T03:18:34.496Z] #38 186.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-30T03:18:34.559Z] #42 39.04 CC images/cgroup.o [2020-11-30T03:18:34.699Z] #40 68.14 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:18:34.742Z] #53 55.63 Building dependency tree... [2020-11-30T03:18:34.762Z] #43 ... [2020-11-30T03:18:34.762Z] [2020-11-30T03:18:34.762Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:34.762Z] #40 41.26 Reading package lists... [2020-11-30T03:18:34.762Z] #40 50.97 Building dependency tree... [2020-11-30T03:18:34.762Z] #40 56.68 The following additional packages will be installed: [2020-11-30T03:18:34.762Z] #40 56.71 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-30T03:18:34.762Z] #40 56.75 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-30T03:18:34.762Z] #40 56.75 Suggested packages: [2020-11-30T03:18:34.762Z] #40 56.75 manpages-dev python-setuptools [2020-11-30T03:18:34.762Z] #40 58.76 The following NEW packages will be installed: [2020-11-30T03:18:34.762Z] #40 58.76 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-30T03:18:34.762Z] #40 58.77 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-30T03:18:34.762Z] #40 58.77 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-30T03:18:34.762Z] #40 58.77 python-six zlib1g-dev [2020-11-30T03:18:34.762Z] #40 59.18 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:34.762Z] #40 59.18 Need to get 4095 kB of archives. [2020-11-30T03:18:34.762Z] #40 59.18 After this operation, 22.5 MB of additional disk space will be used. [2020-11-30T03:18:34.762Z] #40 59.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-30T03:18:34.762Z] #40 59.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-30T03:18:34.762Z] #40 59.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-11-30T03:18:34.762Z] #40 59.21 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-30T03:18:34.762Z] #40 59.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-30T03:18:34.762Z] #40 59.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-30T03:18:34.762Z] #40 59.28 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-11-30T03:18:34.762Z] #40 59.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-30T03:18:34.762Z] #40 59.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-30T03:18:34.762Z] #40 59.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-30T03:18:34.762Z] #40 59.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-30T03:18:34.762Z] #40 60.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-30T03:18:34.762Z] #40 60.12 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-11-30T03:18:34.762Z] #40 60.20 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-30T03:18:34.762Z] #40 60.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-30T03:18:34.762Z] #40 60.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-30T03:18:34.762Z] #40 60.20 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-30T03:18:34.762Z] #40 ... [2020-11-30T03:18:34.762Z] [2020-11-30T03:18:34.762Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:34.762Z] #53 58.84 The following additional packages will be installed: [2020-11-30T03:18:34.762Z] #53 58.85 libbtrfs0 [2020-11-30T03:18:34.762Z] #53 59.02 The following NEW packages will be installed: [2020-11-30T03:18:34.762Z] #53 59.03 libbtrfs-dev libbtrfs0 [2020-11-30T03:18:34.762Z] #53 59.49 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:34.762Z] #53 59.49 Need to get 119 kB of archives. [2020-11-30T03:18:34.762Z] #53 59.49 After this operation, 387 kB of additional disk space will be used. [2020-11-30T03:18:34.762Z] #53 59.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-30T03:18:34.762Z] #53 59.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-30T03:18:35.067Z] #38 ... [2020-11-30T03:18:35.067Z] [2020-11-30T03:18:35.067Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:35.067Z] #41 104.7 CC criu/external.o [2020-11-30T03:18:35.067Z] #41 105.1 CC criu/fault-injection.o [2020-11-30T03:18:35.067Z] #41 105.2 CC criu/fdstore.o [2020-11-30T03:18:35.067Z] #41 105.5 CC criu/fifo.o [2020-11-30T03:18:35.067Z] #41 105.9 CC criu/file-ids.o [2020-11-30T03:18:35.067Z] #41 106.2 CC criu/file-lock.o [2020-11-30T03:18:35.067Z] #41 107.2 CC criu/files-ext.o [2020-11-30T03:18:35.067Z] #41 107.6 CC criu/files-reg.o [2020-11-30T03:18:35.067Z] #41 109.6 CC criu/files.o [2020-11-30T03:18:35.067Z] #41 111.9 CC criu/filesystems.o [2020-11-30T03:18:35.067Z] #41 112.7 CC criu/fsnotify.o [2020-11-30T03:18:35.067Z] #41 113.9 CC criu/image-desc.o [2020-11-30T03:18:35.067Z] #41 114.1 CC criu/image.o [2020-11-30T03:18:35.067Z] #41 114.8 CC criu/ipc_ns.o [2020-11-30T03:18:35.067Z] #41 ... [2020-11-30T03:18:35.067Z] [2020-11-30T03:18:35.067Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:18:35.067Z] #18 58.59 Setting up apparmor (2.13.2-10) ... [2020-11-30T03:18:35.210Z] #42 39.79 CC images/userns.o [2020-11-30T03:18:35.705Z] #53 61.44 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:35.862Z] #42 40.18 CC images/google/protobuf/descriptor.o [2020-11-30T03:18:36.270Z] #53 ... [2020-11-30T03:18:36.270Z] [2020-11-30T03:18:36.270Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:36.270Z] #62 DONE 61.8s [2020-11-30T03:18:36.270Z] [2020-11-30T03:18:36.270Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:36.270Z] #53 61.92 Fetched 119 kB in 0s (430 kB/s) [2020-11-30T03:18:36.452Z] #18 60.70 Setting up xfsprogs (4.20.0-1) ... [2020-11-30T03:18:36.452Z] #18 60.72 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:18:36.529Z] #53 62.16 Selecting previously unselected package libbtrfs0. [2020-11-30T03:18:36.631Z] #40 ... [2020-11-30T03:18:36.631Z] [2020-11-30T03:18:36.631Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:36.631Z] #34 65.03 Selecting previously unselected package libxml2:arm64. [2020-11-30T03:18:36.631Z] #34 65.04 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-11-30T03:18:36.631Z] #34 65.05 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:18:36.631Z] #34 65.72 Selecting previously unselected package libarchive13:arm64. [2020-11-30T03:18:36.631Z] #34 65.72 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-11-30T03:18:36.631Z] #34 65.73 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-30T03:18:36.631Z] #34 69.00 Selecting previously unselected package libjsoncpp1:arm64. [2020-11-30T03:18:36.631Z] #34 69.01 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-11-30T03:18:36.631Z] #34 69.98 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-30T03:18:36.796Z] #53 62.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-11-30T03:18:36.796Z] #53 62.37 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-30T03:18:36.796Z] #53 62.38 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:37.025Z] #18 61.20 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:37.053Z] #53 62.68 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:18:37.053Z] #53 62.68 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-30T03:18:37.053Z] #53 62.76 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:37.210Z] #34 ... [2020-11-30T03:18:37.210Z] [2020-11-30T03:18:37.210Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:37.210Z] #32 61.10 github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:18:37.271Z] #53 ... [2020-11-30T03:18:37.271Z] [2020-11-30T03:18:37.271Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:37.271Z] #40 55.38 Building dependency tree... [2020-11-30T03:18:37.271Z] #40 60.63 The following additional packages will be installed: [2020-11-30T03:18:37.271Z] #40 60.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-11-30T03:18:37.271Z] #40 60.66 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-11-30T03:18:37.271Z] #40 60.67 Suggested packages: [2020-11-30T03:18:37.271Z] #40 60.69 manpages-dev python-setuptools [2020-11-30T03:18:37.325Z] #53 ... [2020-11-30T03:18:37.325Z] [2020-11-30T03:18:37.325Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:37.325Z] #47 53.19 go: extracting github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:37.325Z] #47 61.92 go: finding github.com/fatih/color v1.7.0 [2020-11-30T03:18:37.325Z] #47 62.26 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:18:37.325Z] #47 62.30 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:18:37.325Z] #47 62.31 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:18:37.325Z] #47 62.53 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:37.325Z] #47 62.56 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:18:37.325Z] #47 62.64 go: finding github.com/pkg/errors v0.8.1 [2020-11-30T03:18:37.325Z] #47 62.66 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:18:37.325Z] #47 62.69 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:18:37.325Z] #47 62.72 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:37.325Z] #47 62.72 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:18:37.325Z] #47 62.76 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:18:37.325Z] #47 62.80 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:37.325Z] #47 62.80 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:37.325Z] #47 62.82 go: finding github.com/stretchr/testify v1.4.0 [2020-11-30T03:18:37.325Z] #47 62.88 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:37.325Z] #47 62.92 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:37.325Z] #47 62.92 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:37.325Z] #47 62.92 go: finding github.com/spf13/viper v1.6.1 [2020-11-30T03:18:37.325Z] #47 62.95 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:37.325Z] #47 63.04 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:37.325Z] #47 63.10 go: finding github.com/stretchr/objx v0.2.0 [2020-11-30T03:18:37.474Z] #32 ... [2020-11-30T03:18:37.474Z] [2020-11-30T03:18:37.474Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:37.474Z] #43 67.88 text/template [2020-11-30T03:18:37.474Z] #43 67.90 go/parser [2020-11-30T03:18:37.474Z] #43 70.12 encoding/xml [2020-11-30T03:18:37.474Z] #43 71.00 compress/flate [2020-11-30T03:18:37.583Z] #47 63.32 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:18:37.583Z] #47 ... [2020-11-30T03:18:37.583Z] [2020-11-30T03:18:37.583Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:37.583Z] #53 63.26 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:37.583Z] #53 63.28 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:37.583Z] #53 63.29 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:37.583Z] #53 ... [2020-11-30T03:18:37.583Z] [2020-11-30T03:18:37.583Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:37.583Z] #11 53.35 Building dependency tree... [2020-11-30T03:18:37.583Z] #11 59.07 The following additional packages will be installed: [2020-11-30T03:18:37.583Z] #11 59.09 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-30T03:18:37.583Z] #11 59.09 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-30T03:18:37.583Z] #11 59.09 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-30T03:18:37.583Z] #11 59.10 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:18:37.583Z] #11 59.10 Suggested packages: [2020-11-30T03:18:37.584Z] #11 59.12 gcc-8-locales seccomp wine64 [2020-11-30T03:18:37.584Z] #11 61.07 The following NEW packages will be installed: [2020-11-30T03:18:37.584Z] #11 61.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-30T03:18:37.584Z] #11 61.08 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-30T03:18:37.584Z] #11 61.08 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-30T03:18:37.584Z] #11 61.08 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-30T03:18:37.584Z] #11 61.08 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-30T03:18:37.584Z] #11 61.08 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:18:37.584Z] #11 61.60 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:37.584Z] #11 61.60 Need to get 77.7 MB of archives. [2020-11-30T03:18:37.584Z] #11 61.60 After this operation, 487 MB of additional disk space will be used. [2020-11-30T03:18:37.584Z] #11 61.60 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-30T03:18:37.584Z] #11 62.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-30T03:18:37.584Z] #11 62.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-30T03:18:37.584Z] #11 62.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-30T03:18:37.584Z] #11 62.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-30T03:18:37.584Z] #11 62.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-30T03:18:37.845Z] #11 ... [2020-11-30T03:18:37.845Z] [2020-11-30T03:18:37.845Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:37.845Z] #47 63.45 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:37.845Z] #47 63.50 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:37.845Z] #47 63.60 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:18:37.845Z] #47 63.61 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:37.845Z] #47 63.64 go: finding github.com/spf13/cobra v0.0.5 [2020-11-30T03:18:37.845Z] #47 63.64 go: finding github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:37.845Z] #47 63.67 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:18:37.969Z] #42 ... [2020-11-30T03:18:37.969Z] [2020-11-30T03:18:37.969Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:37.969Z] #44 98.10 go/ast [2020-11-30T03:18:37.969Z] #44 99.69 text/template/parse [2020-11-30T03:18:37.969Z] #44 100.0 encoding/json [2020-11-30T03:18:37.969Z] #44 107.9 go/parser [2020-11-30T03:18:37.969Z] #44 ... [2020-11-30T03:18:37.969Z] [2020-11-30T03:18:37.969Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:37.969Z] #42 42.72 CC images/opts.o [2020-11-30T03:18:38.102Z] #47 63.74 go: finding github.com/spf13/pflag v1.0.5 [2020-11-30T03:18:38.102Z] #47 ... [2020-11-30T03:18:38.102Z] [2020-11-30T03:18:38.102Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:38.102Z] #53 DONE 63.8s [2020-11-30T03:18:38.102Z] [2020-11-30T03:18:38.102Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:38.102Z] #47 63.79 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:38.102Z] #47 63.84 go: finding github.com/magiconair/properties v1.8.1 [2020-11-30T03:18:38.120Z] #18 62.09 Setting up python3-distutils (3.7.3-1) ... [2020-11-30T03:18:38.269Z] #42 43.01 CC images/seccomp.o [2020-11-30T03:18:38.360Z] #47 63.95 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:18:38.360Z] #47 64.12 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:38.360Z] #47 ... [2020-11-30T03:18:38.360Z] [2020-11-30T03:18:38.360Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:38.360Z] #32 54.15 sync [2020-11-30T03:18:38.360Z] #32 54.15 internal/reflectlite [2020-11-30T03:18:38.360Z] #32 58.48 sort [2020-11-30T03:18:38.360Z] #32 58.49 errors [2020-11-30T03:18:38.360Z] #32 58.94 strconv [2020-11-30T03:18:38.360Z] #32 60.20 io [2020-11-30T03:18:38.360Z] #32 62.51 internal/oserror [2020-11-30T03:18:38.360Z] #32 62.77 syscall [2020-11-30T03:18:38.570Z] #42 43.30 CC images/binfmt-misc.o [2020-11-30T03:18:38.570Z] #42 ... [2020-11-30T03:18:38.570Z] [2020-11-30T03:18:38.570Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:38.570Z] #50 98.83 golang.org/x/sys/unix [2020-11-30T03:18:38.570Z] #50 99.16 encoding/json [2020-11-30T03:18:38.617Z] #32 ... [2020-11-30T03:18:38.617Z] [2020-11-30T03:18:38.617Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:38.617Z] #47 64.28 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:18:38.617Z] #47 64.30 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:38.617Z] #47 64.35 go: finding github.com/spf13/afero v1.1.2 [2020-11-30T03:18:38.617Z] #47 64.38 go: finding github.com/spf13/cast v1.3.0 [2020-11-30T03:18:38.617Z] #47 64.42 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:38.617Z] #47 64.45 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:38.617Z] #47 64.45 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:18:38.617Z] #47 64.48 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:38.617Z] #47 64.50 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:38.699Z] #18 62.84 Setting up python3-setuptools (40.8.0-1) ... [2020-11-30T03:18:38.870Z] #50 ... [2020-11-30T03:18:38.870Z] [2020-11-30T03:18:38.870Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:38.870Z] #44 109.0 text/template [2020-11-30T03:18:38.874Z] #43 ... [2020-11-30T03:18:38.874Z] [2020-11-30T03:18:38.874Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:38.874Z] #32 DONE 72.4s [2020-11-30T03:18:38.874Z] [2020-11-30T03:18:38.874Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:38.874Z] #34 72.47 Selecting previously unselected package librhash0:arm64. [2020-11-30T03:18:38.874Z] #34 72.47 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-11-30T03:18:38.874Z] #34 72.48 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-11-30T03:18:38.875Z] #47 64.54 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:18:38.875Z] #47 64.56 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-30T03:18:39.132Z] #47 64.69 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:18:39.132Z] #47 64.70 go: finding golang.org/x/text v0.3.2 [2020-11-30T03:18:39.132Z] #47 64.82 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:39.132Z] #47 64.85 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:39.132Z] #47 64.88 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:39.174Z] #40 62.63 The following NEW packages will be installed: [2020-11-30T03:18:39.174Z] #40 62.63 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-11-30T03:18:39.174Z] #40 62.63 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-11-30T03:18:39.174Z] #40 62.64 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-11-30T03:18:39.174Z] #40 62.64 python-six zlib1g-dev [2020-11-30T03:18:39.390Z] #47 65.17 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:39.390Z] #47 65.21 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:39.390Z] #47 65.21 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:39.452Z] #34 ... [2020-11-30T03:18:39.452Z] [2020-11-30T03:18:39.452Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:39.452Z] #49 63.05 go/ast [2020-11-30T03:18:39.452Z] #49 63.20 mvdan.cc/editorconfig [2020-11-30T03:18:39.452Z] #49 64.53 mvdan.cc/sh/v3/syntax [2020-11-30T03:18:39.452Z] #49 69.54 golang.org/x/crypto/ssh/terminal [2020-11-30T03:18:39.452Z] #49 72.89 mvdan.cc/sh/v3/cmd/shfmt [2020-11-30T03:18:39.452Z] #49 ... [2020-11-30T03:18:39.452Z] [2020-11-30T03:18:39.452Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:39.452Z] #40 71.46 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-30T03:18:39.452Z] #40 72.47 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:39.452Z] #40 72.51 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-11-30T03:18:39.452Z] #40 72.54 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:39.452Z] #40 72.86 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:18:39.647Z] #47 65.24 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:39.647Z] #47 65.24 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:39.647Z] #47 65.28 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:39.647Z] #47 ... [2020-11-30T03:18:39.647Z] [2020-11-30T03:18:39.647Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:39.647Z] #34 53.19 Building dependency tree... [2020-11-30T03:18:39.647Z] #34 58.76 The following additional packages will be installed: [2020-11-30T03:18:39.647Z] #34 58.77 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-30T03:18:39.647Z] #34 58.80 Suggested packages: [2020-11-30T03:18:39.647Z] #34 58.80 cmake-doc ninja-build lrzip [2020-11-30T03:18:39.647Z] #34 58.80 Recommended packages: [2020-11-30T03:18:39.647Z] #34 58.80 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-30T03:18:39.647Z] #34 60.33 The following NEW packages will be installed: [2020-11-30T03:18:39.647Z] #34 60.33 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-30T03:18:39.647Z] #34 60.33 vim-common xxd [2020-11-30T03:18:39.647Z] #34 60.82 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:39.647Z] #34 60.82 Need to get 14.9 MB of archives. [2020-11-30T03:18:39.647Z] #34 60.82 After this operation, 61.8 MB of additional disk space will be used. [2020-11-30T03:18:39.647Z] #34 60.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-30T03:18:39.647Z] #34 60.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:18:39.647Z] #34 60.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-30T03:18:39.647Z] #34 61.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-30T03:18:39.647Z] #34 62.51 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-30T03:18:39.647Z] #34 62.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-30T03:18:39.647Z] #34 62.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-30T03:18:39.647Z] #34 62.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-30T03:18:39.647Z] #34 62.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-30T03:18:39.647Z] #34 62.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-30T03:18:39.647Z] #34 65.43 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:39.647Z] #34 ... [2020-11-30T03:18:39.647Z] [2020-11-30T03:18:39.647Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:39.647Z] #47 65.38 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:39.647Z] #47 65.38 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:39.647Z] #47 65.39 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:39.647Z] #47 65.43 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:39.647Z] #47 65.48 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:39.738Z] #40 63.33 0 upgraded, 17 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:39.739Z] #40 63.33 Need to get 4095 kB of archives. [2020-11-30T03:18:39.739Z] #40 63.33 After this operation, 22.5 MB of additional disk space will be used. [2020-11-30T03:18:39.739Z] #40 63.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-11-30T03:18:39.739Z] #40 63.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-30T03:18:39.739Z] #40 63.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-11-30T03:18:39.739Z] #40 63.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-30T03:18:39.739Z] #40 63.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-11-30T03:18:39.739Z] #40 63.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-30T03:18:39.739Z] #40 63.40 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-11-30T03:18:39.739Z] #40 63.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-11-30T03:18:39.739Z] #40 63.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-11-30T03:18:39.904Z] #47 65.52 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:39.904Z] #47 65.54 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:39.904Z] #47 65.64 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:39.904Z] #47 65.65 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:39.904Z] #47 65.71 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:39.996Z] #40 63.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-11-30T03:18:39.996Z] #40 63.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-11-30T03:18:39.996Z] #40 63.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-11-30T03:18:40.031Z] #40 73.75 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:40.031Z] #40 73.80 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-11-30T03:18:40.084Z] #18 64.16 Setting up python3-pip (18.1-5) ... [2020-11-30T03:18:40.161Z] #47 65.78 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:40.161Z] #47 65.94 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:40.252Z] #40 63.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-11-30T03:18:40.253Z] #40 63.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-11-30T03:18:40.253Z] #40 63.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-11-30T03:18:40.253Z] #40 63.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-11-30T03:18:40.253Z] #40 63.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-11-30T03:18:40.418Z] #47 66.21 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:40.418Z] #47 66.25 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:40.510Z] #40 ... [2020-11-30T03:18:40.510Z] [2020-11-30T03:18:40.510Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:40.510Z] #53 60.79 The following additional packages will be installed: [2020-11-30T03:18:40.510Z] #53 60.82 libbtrfs0 [2020-11-30T03:18:40.510Z] #53 61.08 The following NEW packages will be installed: [2020-11-30T03:18:40.510Z] #53 61.08 libbtrfs-dev libbtrfs0 [2020-11-30T03:18:40.510Z] #53 61.96 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:40.510Z] #53 61.96 Need to get 119 kB of archives. [2020-11-30T03:18:40.510Z] #53 61.96 After this operation, 387 kB of additional disk space will be used. [2020-11-30T03:18:40.510Z] #53 61.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-30T03:18:40.510Z] #53 61.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-30T03:18:40.510Z] #53 63.79 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:40.510Z] #53 64.08 Fetched 119 kB in 1s (184 kB/s) [2020-11-30T03:18:40.510Z] #53 64.22 Selecting previously unselected package libbtrfs0. [2020-11-30T03:18:40.510Z] #53 64.22 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:40.510Z] #53 64.34 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-30T03:18:40.510Z] #53 64.36 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:40.559Z] #40 74.28 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:18:40.559Z] #40 74.30 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-30T03:18:40.681Z] #47 66.29 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:40.681Z] #47 66.32 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:40.681Z] #47 66.34 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:40.767Z] #53 ... [2020-11-30T03:18:40.767Z] [2020-11-30T03:18:40.767Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:40.767Z] #34 54.52 Building dependency tree... [2020-11-30T03:18:40.767Z] #34 59.28 The following additional packages will be installed: [2020-11-30T03:18:40.767Z] #34 59.29 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-11-30T03:18:40.767Z] #34 59.30 Suggested packages: [2020-11-30T03:18:40.767Z] #34 59.33 cmake-doc ninja-build lrzip [2020-11-30T03:18:40.767Z] #34 59.33 Recommended packages: [2020-11-30T03:18:40.767Z] #34 59.33 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-11-30T03:18:40.767Z] #34 61.05 The following NEW packages will be installed: [2020-11-30T03:18:40.767Z] #34 61.09 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-11-30T03:18:40.767Z] #34 61.09 vim-common xxd [2020-11-30T03:18:40.767Z] #34 61.92 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:40.767Z] #34 61.92 Need to get 14.9 MB of archives. [2020-11-30T03:18:40.767Z] #34 61.92 After this operation, 61.8 MB of additional disk space will be used. [2020-11-30T03:18:40.767Z] #34 61.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-30T03:18:40.767Z] #34 61.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:18:40.767Z] #34 61.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-11-30T03:18:40.767Z] #34 62.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-30T03:18:40.767Z] #34 63.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-11-30T03:18:40.767Z] #34 63.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-11-30T03:18:40.767Z] #34 63.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-11-30T03:18:40.767Z] #34 63.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-11-30T03:18:40.767Z] #34 63.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-11-30T03:18:40.767Z] #34 63.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-11-30T03:18:41.027Z] #34 ... [2020-11-30T03:18:41.027Z] [2020-11-30T03:18:41.027Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-11-30T03:18:41.027Z] #53 64.64 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:18:41.027Z] #53 64.64 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-30T03:18:41.027Z] #53 64.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:41.029Z] #18 65.21 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:41.029Z] #18 65.24 Processing triggers for mime-support (3.62) ... [2020-11-30T03:18:41.284Z] #53 65.08 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:41.541Z] #53 65.11 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:41.541Z] #53 65.15 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:41.973Z] #18 DONE 66.1s [2020-11-30T03:18:41.973Z] [2020-11-30T03:18:41.973Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:41.973Z] #41 116.0 CC criu/irmap.o [2020-11-30T03:18:41.973Z] #41 116.8 CC criu/kcmp-ids.o [2020-11-30T03:18:41.973Z] #41 117.2 CC criu/kerndat.o [2020-11-30T03:18:41.973Z] #41 118.6 CC criu/libnetlink.o [2020-11-30T03:18:41.974Z] #41 119.1 CC criu/log.o [2020-11-30T03:18:41.974Z] #41 119.8 CC criu/lsm.o [2020-11-30T03:18:41.974Z] #41 120.3 CC criu/mem.o [2020-11-30T03:18:42.473Z] #53 DONE 66.1s [2020-11-30T03:18:42.473Z] [2020-11-30T03:18:42.473Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:42.545Z] #41 122.2 CC criu/memfd.o [2020-11-30T03:18:42.809Z] #41 ... [2020-11-30T03:18:42.809Z] [2020-11-30T03:18:42.809Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-30T03:18:42.809Z] #19 0.987 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-30T03:18:42.809Z] #19 0.992 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-30T03:18:42.809Z] #19 0.996 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-30T03:18:43.042Z] #54 ... [2020-11-30T03:18:43.042Z] [2020-11-30T03:18:43.042Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:43.042Z] #11 54.42 Building dependency tree... [2020-11-30T03:18:43.042Z] #11 59.42 The following additional packages will be installed: [2020-11-30T03:18:43.042Z] #11 59.43 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-11-30T03:18:43.042Z] #11 59.43 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-11-30T03:18:43.042Z] #11 59.45 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-11-30T03:18:43.042Z] #11 59.45 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:18:43.042Z] #11 59.45 Suggested packages: [2020-11-30T03:18:43.042Z] #11 59.48 gcc-8-locales seccomp wine64 [2020-11-30T03:18:43.042Z] #11 61.53 The following NEW packages will be installed: [2020-11-30T03:18:43.042Z] #11 61.53 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-11-30T03:18:43.042Z] #11 61.53 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-11-30T03:18:43.042Z] #11 61.53 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-11-30T03:18:43.042Z] #11 61.53 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-11-30T03:18:43.042Z] #11 61.53 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-11-30T03:18:43.042Z] #11 61.55 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-11-30T03:18:43.042Z] #11 62.04 0 upgraded, 25 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:18:43.042Z] #11 62.04 Need to get 77.7 MB of archives. [2020-11-30T03:18:43.042Z] #11 62.04 After this operation, 487 MB of additional disk space will be used. [2020-11-30T03:18:43.042Z] #11 62.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-11-30T03:18:43.042Z] #11 62.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-11-30T03:18:43.042Z] #11 62.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-11-30T03:18:43.042Z] #11 62.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-11-30T03:18:43.042Z] #11 62.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-11-30T03:18:43.042Z] #11 62.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-11-30T03:18:43.042Z] #11 63.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-30T03:18:43.042Z] #11 64.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-30T03:18:43.042Z] #11 64.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-30T03:18:43.042Z] #11 ... [2020-11-30T03:18:43.042Z] [2020-11-30T03:18:43.042Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:43.042Z] #40 65.77 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:43.042Z] #40 66.06 Fetched 4095 kB in 1s (3845 kB/s) [2020-11-30T03:18:43.042Z] #40 66.32 Selecting previously unselected package libcap-dev:amd64. [2020-11-30T03:18:43.042Z] #40 66.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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:43.042Z] #40 66.44 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-30T03:18:43.042Z] #40 66.53 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-30T03:18:43.042Z] #40 66.81 Selecting previously unselected package libnet1:amd64. [2020-11-30T03:18:43.042Z] #40 66.82 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:18:43.070Z] #19 DONE 1.1s [2020-11-30T03:18:43.070Z] [2020-11-30T03:18:43.070Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:18:43.131Z] #40 ... [2020-11-30T03:18:43.131Z] [2020-11-30T03:18:43.131Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:43.131Z] #54 30.34 Checking out files: 53% (1836/3407) Checking out files: 54% (1840/3407) Checking out files: 55% (1874/3407) Checking out files: 56% (1908/3407) Checking out files: 57% (1942/3407) Checking out files: 58% (1977/3407) Checking out files: 59% (2011/3407) Checking out files: 60% (2045/3407) Checking out files: 61% (2079/3407) Checking out files: 62% (2113/3407) Checking out files: 63% (2147/3407) Checking out files: 64% (2181/3407) Checking out files: 65% (2215/3407) Checking out files: 66% (2249/3407) Checking out files: 67% (2283/3407) Checking out files: 68% (2317/3407) Checking out files: 69% (2351/3407) Checking out files: 70% (2385/3407) Checking out files: 71% (2419/3407) Checking out files: 72% (2454/3407) Checking out files: 73% (2488/3407) Checking out files: 74% (2522/3407) Checking out files: 75% (2556/3407) Checking out files: 76% (2590/3407) Checking out files: 77% (2624/3407) Checking out files: 78% (2658/3407) Checking out files: 79% (2692/3407) Checking out files: 80% (2726/3407) Checking out files: 81% (2760/3407) Checking out files: 82% (2794/3407) Checking out files: 83% (2828/3407) Checking out files: 84% (2862/3407) Checking out files: 85% (2896/3407) Checking out files: 86% (2931/3407) Checking out files: 87% (2965/3407) Checking out files: 88% (2999/3407) Checking out files: 89% (3033/3407) Checking out files: 90% (3067/3407) Checking out files: 91% (3101/3407) Checking out files: 92% (3135/3407) Checking out files: 92% (3151/3407) Checking out files: 93% (3169/3407) Checking out files: 94% (3203/3407) Checking out files: 95% (3237/3407) Checking out files: 96% (3271/3407) Checking out files: 97% (3305/3407) Checking out files: 98% (3339/3407) Checking out files: 99% (3373/3407) Checking out files: 100% (3407/3407) Checking out files: 100% (3407/3407), done. [2020-11-30T03:18:43.131Z] #54 31.78 + cd /tmp/tmp.psi5odd2s2/src/github.com/containerd/containerd [2020-11-30T03:18:43.131Z] #54 31.79 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:43.300Z] #40 66.83 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:43.300Z] #40 67.17 Selecting previously unselected package libnet1-dev. [2020-11-30T03:18:43.300Z] #40 ... [2020-11-30T03:18:43.300Z] [2020-11-30T03:18:43.300Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:43.300Z] #47 57.14 go: extracting golang.org/x/text v0.3.2 [2020-11-30T03:18:43.300Z] #47 64.08 go: finding github.com/fatih/color v1.7.0 [2020-11-30T03:18:43.300Z] #47 64.31 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-11-30T03:18:43.300Z] #47 64.45 go: finding github.com/mattn/go-colorable v0.1.4 [2020-11-30T03:18:43.300Z] #47 64.51 go: finding github.com/mattn/go-isatty v0.0.8 [2020-11-30T03:18:43.300Z] #47 64.60 go: finding github.com/go-critic/go-critic v0.4.1 [2020-11-30T03:18:43.300Z] #47 64.62 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2020-11-30T03:18:43.300Z] #47 64.68 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2020-11-30T03:18:43.300Z] #47 64.71 go: finding github.com/go-lintpack/lintpack v0.5.2 [2020-11-30T03:18:43.300Z] #47 64.74 go: finding github.com/pkg/errors v0.8.1 [2020-11-30T03:18:43.300Z] #47 64.91 go: finding github.com/go-toolsmith/astequal v1.0.0 [2020-11-30T03:18:43.300Z] #47 64.93 go: finding github.com/sirupsen/logrus v1.4.2 [2020-11-30T03:18:43.300Z] #47 64.94 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2020-11-30T03:18:43.300Z] #47 64.95 go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-11-30T03:18:43.300Z] #47 64.97 go: finding github.com/stretchr/testify v1.4.0 [2020-11-30T03:18:43.300Z] #47 64.99 go: finding github.com/go-toolsmith/astp v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.00 go: finding github.com/go-toolsmith/astcast v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.01 go: finding github.com/davecgh/go-spew v1.1.1 [2020-11-30T03:18:43.300Z] #47 65.02 go: finding github.com/go-toolsmith/typep v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.04 go: finding github.com/spf13/viper v1.6.1 [2020-11-30T03:18:43.300Z] #47 65.08 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.19 go: finding github.com/pmezard/go-difflib v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.34 go: finding github.com/go-toolsmith/strparse v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.35 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2020-11-30T03:18:43.300Z] #47 65.41 go: finding github.com/stretchr/objx v0.2.0 [2020-11-30T03:18:43.300Z] #47 65.51 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2020-11-30T03:18:43.300Z] #47 65.52 go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-11-30T03:18:43.300Z] #47 65.56 go: finding gopkg.in/yaml.v2 v2.2.7 [2020-11-30T03:18:43.300Z] #47 65.58 go: finding github.com/spf13/cobra v0.0.5 [2020-11-30T03:18:43.300Z] #47 65.59 go: finding github.com/hashicorp/hcl v1.0.0 [2020-11-30T03:18:43.300Z] #47 65.61 go: finding github.com/gobwas/glob v0.2.3 [2020-11-30T03:18:43.300Z] #47 65.66 go: finding github.com/spf13/pflag v1.0.5 [2020-11-30T03:18:43.300Z] #47 65.68 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-11-30T03:18:43.300Z] #47 65.78 go: finding github.com/magiconair/properties v1.8.1 [2020-11-30T03:18:43.300Z] #47 65.92 go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-11-30T03:18:43.300Z] #47 66.01 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-11-30T03:18:43.300Z] #47 66.11 go: finding github.com/pelletier/go-toml v1.2.0 [2020-11-30T03:18:43.300Z] #47 66.14 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-11-30T03:18:43.300Z] #47 66.24 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-11-30T03:18:43.300Z] #47 66.24 go: finding github.com/spf13/afero v1.1.2 [2020-11-30T03:18:43.300Z] #47 66.33 go: finding github.com/spf13/cast v1.3.0 [2020-11-30T03:18:43.300Z] #47 66.41 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-11-30T03:18:43.300Z] #47 66.41 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-11-30T03:18:43.300Z] #47 66.41 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2020-11-30T03:18:43.300Z] #47 66.43 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-11-30T03:18:43.300Z] #47 66.48 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-11-30T03:18:43.300Z] #47 66.65 go: finding github.com/subosito/gotenv v1.2.0 [2020-11-30T03:18:43.300Z] #47 66.72 go: finding gopkg.in/ini.v1 v1.51.0 [2020-11-30T03:18:43.300Z] #47 66.85 go: finding golang.org/x/text v0.3.2 [2020-11-30T03:18:43.300Z] #47 66.93 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-11-30T03:18:43.300Z] #47 66.95 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-11-30T03:18:43.300Z] #47 67.01 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-11-30T03:18:43.300Z] #47 67.04 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-11-30T03:18:43.300Z] #47 67.04 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-11-30T03:18:43.300Z] #47 67.09 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-11-30T03:18:43.300Z] #47 67.13 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-11-30T03:18:43.300Z] #47 67.13 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-11-30T03:18:43.300Z] #47 67.13 go: finding github.com/kisielk/gotool v1.0.0 [2020-11-30T03:18:43.557Z] #47 67.18 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-11-30T03:18:43.557Z] #47 67.19 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-11-30T03:18:43.557Z] #47 67.19 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-11-30T03:18:43.557Z] #47 67.24 go: finding github.com/sourcegraph/go-diff v0.5.1 [2020-11-30T03:18:43.557Z] #47 67.27 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-11-30T03:18:43.557Z] #47 67.27 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-11-30T03:18:43.557Z] #47 ... [2020-11-30T03:18:43.557Z] [2020-11-30T03:18:43.557Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:43.557Z] #40 67.17 Selecting previously unselected package libnet1-dev. [2020-11-30T03:18:43.557Z] #40 67.18 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:18:43.557Z] #40 67.19 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:43.712Z] #54 ... [2020-11-30T03:18:43.712Z] [2020-11-30T03:18:43.712Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:43.712Z] #49 DONE 77.5s [2020-11-30T03:18:43.712Z] [2020-11-30T03:18:43.712Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:43.712Z] #34 73.78 Selecting previously unselected package libuv1:arm64. [2020-11-30T03:18:43.712Z] #34 73.80 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-11-30T03:18:43.712Z] #34 74.16 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-11-30T03:18:43.712Z] #34 74.32 Selecting previously unselected package cmake. [2020-11-30T03:18:43.712Z] #34 74.36 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-11-30T03:18:43.712Z] #34 74.45 Unpacking cmake (3.13.4-1) ... [2020-11-30T03:18:43.712Z] #34 76.30 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-30T03:18:43.712Z] #34 76.32 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:18:43.712Z] #34 76.35 Setting up libuv1:arm64 (1.24.1-1) ... [2020-11-30T03:18:43.712Z] #34 76.38 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:18:43.712Z] #34 76.42 Setting up librhash0:arm64 (1.3.8-1) ... [2020-11-30T03:18:43.712Z] #34 76.45 Setting up cmake-data (3.13.4-1) ... [2020-11-30T03:18:43.712Z] #34 76.51 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:18:43.712Z] #34 76.60 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-11-30T03:18:43.712Z] #34 76.62 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-11-30T03:18:43.712Z] #34 76.66 Setting up cmake (3.13.4-1) ... [2020-11-30T03:18:43.712Z] #34 76.68 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:43.712Z] #34 76.78 Processing triggers for mime-support (3.62) ... [2020-11-30T03:18:43.712Z] #34 DONE 77.5s [2020-11-30T03:18:43.712Z] [2020-11-30T03:18:43.712Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:43.815Z] #40 67.54 Selecting previously unselected package libnl-3-200:amd64. [2020-11-30T03:18:43.815Z] #40 67.54 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-30T03:18:43.815Z] #40 67.57 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:18:44.379Z] #40 67.97 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-30T03:18:44.379Z] #40 68.00 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-30T03:18:44.379Z] #40 68.02 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-30T03:18:44.524Z] #44 ... [2020-11-30T03:18:44.524Z] [2020-11-30T03:18:44.524Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:44.524Z] #12 109.4 Selecting previously unselected package libapparmor1:ppc64el. [2020-11-30T03:18:44.524Z] #12 109.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 109.4 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-11-30T03:18:44.524Z] #12 109.5 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 109.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 109.5 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-30T03:18:44.524Z] #12 109.6 Selecting previously unselected package libbtrfs0. [2020-11-30T03:18:44.524Z] #12 109.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 109.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:44.524Z] #12 109.7 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:18:44.524Z] #12 109.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 109.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:44.524Z] #12 109.9 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-11-30T03:18:44.524Z] #12 109.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 109.9 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-30T03:18:44.524Z] #12 110.0 Selecting previously unselected package libudev-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 110.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 110.1 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-30T03:18:44.524Z] #12 110.2 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 110.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 110.3 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-11-30T03:18:44.524Z] #12 110.6 Selecting previously unselected package libpcre16-3:ppc64el. [2020-11-30T03:18:44.524Z] #12 110.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 110.6 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 110.8 Selecting previously unselected package libpcre32-3:ppc64el. [2020-11-30T03:18:44.524Z] #12 110.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 110.8 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 111.0 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-11-30T03:18:44.524Z] #12 111.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 111.0 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 111.1 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 111.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 111.1 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 111.5 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 111.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 111.5 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-30T03:18:44.524Z] #12 111.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 111.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 111.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-30T03:18:44.524Z] #12 111.8 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 111.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 111.8 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-30T03:18:44.524Z] #12 112.0 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-11-30T03:18:44.524Z] #12 112.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-11-30T03:18:44.524Z] #12 112.0 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-30T03:18:44.524Z] #12 112.8 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 112.8 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-11-30T03:18:44.524Z] #12 112.8 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-11-30T03:18:44.524Z] #12 112.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:18:44.524Z] #12 112.8 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 112.8 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-11-30T03:18:44.524Z] #12 112.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:18:44.524Z] #12 112.9 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:18:44.524Z] #12 112.9 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.524Z] #12 112.9 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:18:44.524Z] #12 113.0 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-11-30T03:18:44.525Z] #12 113.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:18:44.525Z] #12 113.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-30T03:18:44.525Z] #12 113.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-11-30T03:18:44.525Z] #12 113.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:18:44.525Z] #12 113.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-30T03:18:44.525Z] #12 113.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-30T03:18:44.525Z] #12 113.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:18:44.525Z] #12 113.1 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-11-30T03:18:44.525Z] #12 113.1 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-30T03:18:44.525Z] #12 113.1 Setting up dmsetup (2:1.02.155-3) ... [2020-11-30T03:18:44.525Z] #12 113.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-11-30T03:18:44.525Z] #12 113.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-11-30T03:18:44.525Z] #12 113.2 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:44.525Z] #12 DONE 113.8s [2020-11-30T03:18:44.525Z] [2020-11-30T03:18:44.525Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:44.525Z] #42 43.54 CC images/time.o [2020-11-30T03:18:44.525Z] #42 43.75 CC images/sysctl.o [2020-11-30T03:18:44.525Z] #42 44.00 CC images/autofs.o [2020-11-30T03:18:44.525Z] #42 44.15 CC images/macvlan.o [2020-11-30T03:18:44.525Z] #42 44.28 CC images/sit.o [2020-11-30T03:18:44.525Z] #42 44.55 CC images/memfd.o [2020-11-30T03:18:44.525Z] #42 44.79 CC images/timens.o [2020-11-30T03:18:44.525Z] #42 45.00 LINK images/built-in.o [2020-11-30T03:18:44.525Z] #42 45.25 GEN compel/include/asm [2020-11-30T03:18:44.525Z] #42 45.28 GEN compel/include/version.h [2020-11-30T03:18:44.525Z] #42 45.30 touch .config [2020-11-30T03:18:44.525Z] #42 45.33 GEN include/common/config.h [2020-11-30T03:18:44.525Z] #42 45.44 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-30T03:18:44.525Z] #42 45.46 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-30T03:18:44.525Z] #42 45.50 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-11-30T03:18:44.525Z] #42 45.50 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-11-30T03:18:44.525Z] #42 45.54 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-11-30T03:18:44.525Z] #42 45.57 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-11-30T03:18:44.525Z] #42 45.61 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-11-30T03:18:44.525Z] #42 45.65 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-30T03:18:44.525Z] #42 45.66 DEP compel/plugins/std/infect.d [2020-11-30T03:18:44.525Z] #42 45.82 DEP compel/plugins/std/string.d [2020-11-30T03:18:44.525Z] #42 45.94 DEP compel/plugins/std/log.d [2020-11-30T03:18:44.525Z] #42 46.04 DEP compel/plugins/std/fds.d [2020-11-30T03:18:44.525Z] #42 46.24 DEP compel/plugins/std/std.d [2020-11-30T03:18:44.525Z] #42 46.36 DEP compel/plugins/shmem/shmem.d [2020-11-30T03:18:44.525Z] #42 46.46 DEP compel/plugins/fds/fds.d [2020-11-30T03:18:44.525Z] #42 46.71 CC compel/plugins/std/std.o [2020-11-30T03:18:44.525Z] #42 46.99 CC compel/plugins/std/fds.o [2020-11-30T03:18:44.525Z] #42 47.37 CC compel/plugins/std/log.o [2020-11-30T03:18:44.525Z] #42 48.17 CC compel/plugins/std/string.o [2020-11-30T03:18:44.525Z] #42 ... [2020-11-30T03:18:44.525Z] [2020-11-30T03:18:44.525Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:44.525Z] #44 114.2 encoding/xml [2020-11-30T03:18:44.525Z] #44 ... [2020-11-30T03:18:44.525Z] [2020-11-30T03:18:44.525Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-30T03:18:44.525Z] #13 DONE 0.6s [2020-11-30T03:18:44.525Z] [2020-11-30T03:18:44.525Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:44.525Z] #52 0.483 + RM_GOPATH=0 [2020-11-30T03:18:44.525Z] #52 0.483 + TMP_GOPATH= [2020-11-30T03:18:44.525Z] #52 0.484 + : /build [2020-11-30T03:18:44.525Z] #52 0.484 + '[' -z '' ']' [2020-11-30T03:18:44.525Z] #52 0.484 ++ mktemp -d [2020-11-30T03:18:44.525Z] #52 0.486 + export GOPATH=/tmp/tmp.gW4u2AOywD [2020-11-30T03:18:44.525Z] #52 0.487 + GOPATH=/tmp/tmp.gW4u2AOywD [2020-11-30T03:18:44.525Z] #52 0.487 + RM_GOPATH=1 [2020-11-30T03:18:44.525Z] #52 0.487 + case "$(go env GOARCH)" in [2020-11-30T03:18:44.525Z] #52 0.487 ++ go env GOARCH [2020-11-30T03:18:44.525Z] #52 0.501 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:44.525Z] #52 0.502 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:44.525Z] #52 0.504 ++ dirname /tmp/install/install.sh [2020-11-30T03:18:44.525Z] #52 0.507 + dir=/tmp/install [2020-11-30T03:18:44.525Z] #52 0.508 + bin=runc [2020-11-30T03:18:44.525Z] #52 0.511 + shift [2020-11-30T03:18:44.525Z] #52 0.512 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-30T03:18:44.525Z] #52 0.513 + . /tmp/install/runc.installer [2020-11-30T03:18:44.525Z] #52 0.515 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:18:44.525Z] #52 0.516 + install_runc [2020-11-30T03:18:44.525Z] #52 0.518 + uname -r [2020-11-30T03:18:44.525Z] #52 0.519 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-30T03:18:44.525Z] #52 0.522 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-30T03:18:44.525Z] #52 0.523 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-30T03:18:44.525Z] #52 0.523 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gW4u2AOywD/src/github.com/opencontainers/runc [2020-11-30T03:18:44.525Z] #52 0.523 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-30T03:18:44.525Z] #52 0.528 Cloning into '/tmp/tmp.gW4u2AOywD/src/github.com/opencontainers/runc'... [2020-11-30T03:18:44.525Z] #52 ... [2020-11-30T03:18:44.525Z] [2020-11-30T03:18:44.525Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:18:44.525Z] #14 DONE 0.4s [2020-11-30T03:18:44.823Z] [2020-11-30T03:18:44.823Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:44.823Z] #42 49.18 CC compel/plugins/std/infect.o [2020-11-30T03:18:44.823Z] #42 ... [2020-11-30T03:18:44.823Z] [2020-11-30T03:18:44.823Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-30T03:18:44.823Z] #15 0.333 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-30T03:18:44.823Z] #15 DONE 0.4s [2020-11-30T03:18:44.949Z] #40 68.59 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-30T03:18:44.949Z] #40 68.59 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:44.949Z] #40 68.65 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:45.122Z] [2020-11-30T03:18:45.122Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-30T03:18:45.211Z] #40 68.96 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-30T03:18:45.211Z] #40 68.97 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:45.211Z] #40 68.98 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:45.211Z] #40 ... [2020-11-30T03:18:45.211Z] [2020-11-30T03:18:45.211Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:45.211Z] #32 58.99 sync [2020-11-30T03:18:45.211Z] #32 59.00 internal/reflectlite [2020-11-30T03:18:45.211Z] #32 63.10 errors [2020-11-30T03:18:45.211Z] #32 63.10 sort [2020-11-30T03:18:45.211Z] #32 63.87 strconv [2020-11-30T03:18:45.211Z] #32 65.31 io [2020-11-30T03:18:45.211Z] #32 66.92 internal/oserror [2020-11-30T03:18:45.211Z] #32 67.23 syscall [2020-11-30T03:18:45.424Z] #16 DONE 0.4s [2020-11-30T03:18:45.424Z] [2020-11-30T03:18:45.424Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:45.424Z] #42 49.71 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-11-30T03:18:45.424Z] #42 49.76 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-11-30T03:18:45.424Z] #42 49.81 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-11-30T03:18:45.424Z] #42 49.88 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-11-30T03:18:45.424Z] #42 49.98 AR compel/plugins/std.lib.a [2020-11-30T03:18:45.472Z] #32 ... [2020-11-30T03:18:45.472Z] [2020-11-30T03:18:45.472Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:45.472Z] #40 69.23 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-30T03:18:45.472Z] #40 69.24 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-30T03:18:45.472Z] #40 69.24 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:18:45.644Z] #35 1.705 + RM_GOPATH=0 [2020-11-30T03:18:45.645Z] #35 1.705 + TMP_GOPATH= [2020-11-30T03:18:45.645Z] #35 1.705 + : /build [2020-11-30T03:18:45.645Z] #35 1.705 + '[' -z '' ']' [2020-11-30T03:18:45.645Z] #35 1.705 ++ mktemp -d [2020-11-30T03:18:45.645Z] #35 1.706 + export GOPATH=/tmp/tmp.X9quvGVWcH [2020-11-30T03:18:45.645Z] #35 1.706 + GOPATH=/tmp/tmp.X9quvGVWcH [2020-11-30T03:18:45.645Z] #35 1.706 + RM_GOPATH=1 [2020-11-30T03:18:45.645Z] #35 1.706 + case "$(go env GOARCH)" in [2020-11-30T03:18:45.645Z] #35 1.713 ++ go env GOARCH [2020-11-30T03:18:45.645Z] #35 1.745 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:45.645Z] #35 1.745 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:45.645Z] #35 1.745 ++ dirname /tmp/install/install.sh [2020-11-30T03:18:45.645Z] #35 1.745 + dir=/tmp/install [2020-11-30T03:18:45.645Z] #35 1.745 + bin=tini [2020-11-30T03:18:45.645Z] #35 1.745 + shift [2020-11-30T03:18:45.645Z] #35 1.745 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-30T03:18:45.645Z] #35 1.745 + . /tmp/install/tini.installer [2020-11-30T03:18:45.645Z] #35 1.745 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:18:45.645Z] #35 1.745 + install_tini [2020-11-30T03:18:45.645Z] #35 1.745 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-30T03:18:45.645Z] #35 1.745 + git clone https://github.com/krallin/tini.git /tmp/tmp.X9quvGVWcH/tini [2020-11-30T03:18:45.645Z] #35 1.747 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:18:45.645Z] #35 1.748 Cloning into '/tmp/tmp.X9quvGVWcH/tini'... [2020-11-30T03:18:45.645Z] #35 ... [2020-11-30T03:18:45.645Z] [2020-11-30T03:18:45.645Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:45.645Z] #40 78.88 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-11-30T03:18:45.645Z] #40 78.91 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:18:45.645Z] #40 DONE 79.6s [2020-11-30T03:18:45.730Z] #42 50.15 CC compel/plugins/fds/fds.o [2020-11-30T03:18:45.730Z] #42 ... [2020-11-30T03:18:45.730Z] [2020-11-30T03:18:45.730Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:18:45.730Z] #17 DONE 0.3s [2020-11-30T03:18:45.909Z] [2020-11-30T03:18:45.909Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:45.933Z] #47 ... [2020-11-30T03:18:45.933Z] [2020-11-30T03:18:45.933Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:18:45.933Z] #30 68.46 Checking out files: 79% (1203/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 92% (1402/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-30T03:18:45.933Z] #30 69.97 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-30T03:18:45.933Z] #30 70.37 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-30T03:18:45.933Z] #30 ... [2020-11-30T03:18:45.933Z] [2020-11-30T03:18:45.933Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:45.934Z] #43 61.73 strconv [2020-11-30T03:18:45.934Z] #43 61.78 io [2020-11-30T03:18:45.934Z] #43 63.95 bytes [2020-11-30T03:18:45.934Z] #43 67.46 bufio [2020-11-30T03:18:45.934Z] #43 67.50 reflect [2020-11-30T03:18:45.934Z] #43 70.61 syscall [2020-11-30T03:18:46.043Z] [2020-11-30T03:18:46.043Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:18:46.043Z] #18 DONE 0.4s [2020-11-30T03:18:46.043Z] [2020-11-30T03:18:46.043Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:46.043Z] #42 50.54 AR compel/plugins/fds.lib.a [2020-11-30T03:18:46.043Z] #42 50.59 HOSTDEP compel/src/lib/log-host.d [2020-11-30T03:18:46.043Z] #42 50.73 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-30T03:18:46.191Z] #43 ... [2020-11-30T03:18:46.191Z] [2020-11-30T03:18:46.191Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:46.191Z] #40 61.78 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:46.191Z] #40 62.30 Fetched 4095 kB in 1s (3019 kB/s) [2020-11-30T03:18:46.191Z] #40 62.65 Selecting previously unselected package libcap-dev:amd64. [2020-11-30T03:18:46.191Z] #40 62.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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:46.191Z] #40 62.84 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 62.88 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-11-30T03:18:46.191Z] #40 63.18 Selecting previously unselected package libnet1:amd64. [2020-11-30T03:18:46.191Z] #40 63.22 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 63.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:46.191Z] #40 63.50 Selecting previously unselected package libnet1-dev. [2020-11-30T03:18:46.191Z] #40 63.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 63.55 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:46.191Z] #40 63.91 Selecting previously unselected package libnl-3-200:amd64. [2020-11-30T03:18:46.191Z] #40 63.95 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 63.96 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:18:46.191Z] #40 64.30 Selecting previously unselected package libnl-3-dev:amd64. [2020-11-30T03:18:46.191Z] #40 64.30 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 64.38 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-30T03:18:46.191Z] #40 64.79 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-30T03:18:46.191Z] #40 64.81 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 64.82 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:46.191Z] #40 64.99 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-11-30T03:18:46.191Z] #40 64.99 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 65.00 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:46.191Z] #40 65.17 Selecting previously unselected package zlib1g-dev:amd64. [2020-11-30T03:18:46.191Z] #40 65.23 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 65.23 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:18:46.191Z] #40 65.61 Selecting previously unselected package libprotobuf17:amd64. [2020-11-30T03:18:46.191Z] #40 65.62 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 65.63 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:46.191Z] #40 66.93 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-30T03:18:46.191Z] #40 66.94 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 66.96 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:46.191Z] #40 67.48 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-30T03:18:46.191Z] #40 67.50 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 67.51 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:46.191Z] #40 70.09 Selecting previously unselected package libprotoc17:amd64. [2020-11-30T03:18:46.191Z] #40 70.09 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 70.09 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:46.191Z] #40 71.03 Selecting previously unselected package protobuf-c-compiler. [2020-11-30T03:18:46.191Z] #40 71.04 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 71.07 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:18:46.191Z] #40 71.38 Selecting previously unselected package protobuf-compiler. [2020-11-30T03:18:46.191Z] #40 71.39 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:46.191Z] #40 71.42 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:18:46.191Z] #40 71.62 Selecting previously unselected package python-pkg-resources. [2020-11-30T03:18:46.191Z] #40 71.63 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:18:46.191Z] #40 71.65 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:46.191Z] #40 72.01 Selecting previously unselected package python-six. [2020-11-30T03:18:46.343Z] #42 50.85 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-11-30T03:18:46.343Z] #42 50.96 HOSTDEP compel/src/main-host.d [2020-11-30T03:18:46.416Z] #40 69.93 Selecting previously unselected package libprotobuf17:amd64. [2020-11-30T03:18:46.416Z] #40 69.93 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:46.416Z] #40 69.93 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:46.512Z] #40 72.02 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-30T03:18:46.512Z] #40 72.11 Unpacking python-six (1.12.0-1) ... [2020-11-30T03:18:46.643Z] #42 51.12 DEP compel/src/lib/ptrace.d [2020-11-30T03:18:46.643Z] #42 51.27 DEP compel/src/lib/infect.d [2020-11-30T03:18:46.942Z] #42 51.46 DEP compel/src/lib/infect-util.d [2020-11-30T03:18:46.942Z] #42 51.57 DEP compel/src/lib/infect-rpc.d [2020-11-30T03:18:46.942Z] #42 51.68 DEP compel/arch/ppc64/src/lib/infect.d [2020-11-30T03:18:47.077Z] #40 72.83 Selecting previously unselected package python-protobuf. [2020-11-30T03:18:47.077Z] #40 72.83 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:47.077Z] #40 72.86 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-30T03:18:47.245Z] #42 51.78 DEP compel/arch/ppc64/src/lib/cpu.d [2020-11-30T03:18:47.245Z] #42 51.84 DEP compel/src/lib/log.d [2020-11-30T03:18:47.245Z] #42 51.92 DEP compel/src/main.d [2020-11-30T03:18:47.547Z] #42 52.13 DEP compel/src/lib/handle-elf.d [2020-11-30T03:18:47.788Z] #40 71.10 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-11-30T03:18:47.788Z] #40 71.11 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:47.788Z] #40 71.13 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:47.788Z] #40 71.39 Selecting previously unselected package libprotobuf-dev:amd64. [2020-11-30T03:18:47.788Z] #40 71.40 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:47.788Z] #40 71.41 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:47.846Z] #41 ... [2020-11-30T03:18:47.846Z] [2020-11-30T03:18:47.846Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:47.846Z] #11 71.69 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-30T03:18:47.846Z] #11 71.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-30T03:18:47.846Z] #11 71.74 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:18:47.846Z] #11 78.60 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-30T03:18:47.846Z] #11 78.60 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-30T03:18:47.846Z] #11 78.63 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:18:47.846Z] #11 78.77 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-30T03:18:47.846Z] #11 78.77 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-30T03:18:47.846Z] #11 78.78 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:18:47.846Z] #42 52.25 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-11-30T03:18:47.846Z] #42 52.38 CC compel/src/lib/log.o [2020-11-30T03:18:48.009Z] #40 73.67 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:48.009Z] #40 ... [2020-11-30T03:18:48.009Z] [2020-11-30T03:18:48.009Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:48.009Z] #11 63.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-11-30T03:18:48.009Z] #11 64.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-11-30T03:18:48.009Z] #11 64.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-11-30T03:18:48.009Z] #11 69.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-30T03:18:48.009Z] #11 72.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-30T03:18:48.009Z] #11 72.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-30T03:18:48.009Z] #11 72.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-30T03:18:48.009Z] #11 72.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-30T03:18:48.009Z] #11 72.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-30T03:18:48.009Z] #11 72.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-30T03:18:48.009Z] #11 72.81 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-30T03:18:48.009Z] #11 72.89 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-30T03:18:48.009Z] #11 72.94 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-30T03:18:48.009Z] #11 72.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-30T03:18:48.009Z] #11 73.03 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-30T03:18:48.009Z] #11 73.10 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-30T03:18:48.009Z] #11 73.10 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-30T03:18:48.009Z] #11 73.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-30T03:18:48.009Z] #11 73.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-30T03:18:48.009Z] #11 ... [2020-11-30T03:18:48.009Z] [2020-11-30T03:18:48.009Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:48.009Z] #40 73.67 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:48.045Z] #40 ... [2020-11-30T03:18:48.045Z] [2020-11-30T03:18:48.045Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:48.045Z] #43 61.58 sync [2020-11-30T03:18:48.045Z] #43 61.59 internal/reflectlite [2020-11-30T03:18:48.045Z] #43 63.60 github.com/LK4D4/vndr/godl/singleflight [2020-11-30T03:18:48.045Z] #43 64.23 math/rand [2020-11-30T03:18:48.045Z] #43 65.92 internal/singleflight [2020-11-30T03:18:48.045Z] #43 66.90 io [2020-11-30T03:18:48.045Z] #43 66.90 strconv [2020-11-30T03:18:48.045Z] #43 68.78 bytes [2020-11-30T03:18:48.045Z] #43 ... [2020-11-30T03:18:48.045Z] [2020-11-30T03:18:48.045Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:18:48.045Z] #30 67.58 Checking out files: 84% (1281/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 93% (1422/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-11-30T03:18:48.045Z] #30 68.81 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-11-30T03:18:48.045Z] #30 68.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-11-30T03:18:48.111Z] #11 ... [2020-11-30T03:18:48.111Z] [2020-11-30T03:18:48.111Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:48.111Z] #35 2.636 + cd /tmp/tmp.X9quvGVWcH/tini [2020-11-30T03:18:48.111Z] #35 2.636 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:18:48.111Z] #35 2.645 + cmake . [2020-11-30T03:18:48.111Z] #35 3.316 -- The C compiler identification is GNU 8.3.0 [2020-11-30T03:18:48.111Z] #35 3.370 -- Check for working C compiler: /usr/bin/cc [2020-11-30T03:18:48.111Z] #35 4.013 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-30T03:18:48.111Z] #35 4.015 -- Detecting C compiler ABI info [2020-11-30T03:18:48.146Z] #42 52.75 CC compel/arch/ppc64/src/lib/cpu.o [2020-11-30T03:18:48.267Z] #40 ... [2020-11-30T03:18:48.267Z] [2020-11-30T03:18:48.267Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:48.267Z] #54 1.783 + RM_GOPATH=0 [2020-11-30T03:18:48.267Z] #54 1.783 + TMP_GOPATH= [2020-11-30T03:18:48.267Z] #54 1.783 + : /build [2020-11-30T03:18:48.267Z] #54 1.783 + '[' -z '' ']' [2020-11-30T03:18:48.267Z] #54 1.783 ++ mktemp -d [2020-11-30T03:18:48.267Z] #54 1.783 + export GOPATH=/tmp/tmp.RZeIfnzUdE [2020-11-30T03:18:48.267Z] #54 1.783 + GOPATH=/tmp/tmp.RZeIfnzUdE [2020-11-30T03:18:48.267Z] #54 1.783 + RM_GOPATH=1 [2020-11-30T03:18:48.267Z] #54 1.783 + case "$(go env GOARCH)" in [2020-11-30T03:18:48.267Z] #54 1.816 ++ go env GOARCH [2020-11-30T03:18:48.267Z] #54 1.832 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:48.267Z] #54 1.832 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:48.267Z] #54 1.833 ++ dirname /tmp/install/install.sh [2020-11-30T03:18:48.267Z] #54 1.834 + dir=/tmp/install [2020-11-30T03:18:48.267Z] #54 1.836 + bin=containerd [2020-11-30T03:18:48.267Z] #54 1.836 + shift [2020-11-30T03:18:48.267Z] #54 1.837 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-30T03:18:48.267Z] #54 1.837 + . /tmp/install/containerd.installer [2020-11-30T03:18:48.267Z] #54 1.843 ++ set -e [2020-11-30T03:18:48.267Z] #54 1.843 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:48.267Z] #54 1.843 + install_containerd [2020-11-30T03:18:48.267Z] #54 1.846 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-30T03:18:48.267Z] #54 1.847 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:48.267Z] #54 1.847 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RZeIfnzUdE/src/github.com/containerd/containerd [2020-11-30T03:18:48.267Z] #54 1.861 Cloning into '/tmp/tmp.RZeIfnzUdE/src/github.com/containerd/containerd'... [2020-11-30T03:18:48.267Z] #54 ... [2020-11-30T03:18:48.267Z] [2020-11-30T03:18:48.267Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:48.267Z] #34 65.71 Fetched 14.9 MB in 3s (4928 kB/s) [2020-11-30T03:18:48.267Z] #34 65.92 Selecting previously unselected package xxd. [2020-11-30T03:18:48.267Z] #34 65.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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:48.267Z] #34 66.01 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:18:48.267Z] #34 66.02 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:18:48.267Z] #34 66.26 Selecting previously unselected package vim-common. [2020-11-30T03:18:48.267Z] #34 66.29 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:18:48.267Z] #34 66.36 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:18:48.267Z] #34 66.75 Selecting previously unselected package cmake-data. [2020-11-30T03:18:48.267Z] #34 66.76 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-30T03:18:48.267Z] #34 66.77 Unpacking cmake-data (3.13.4-1) ... [2020-11-30T03:18:48.267Z] #34 71.94 Selecting previously unselected package libicu63:amd64. [2020-11-30T03:18:48.267Z] #34 71.99 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-30T03:18:48.267Z] #34 72.10 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:18:48.366Z] #20 5.127 Collecting yamllint==1.16.0 [2020-11-30T03:18:48.375Z] #35 4.747 -- Detecting C compiler ABI info - done [2020-11-30T03:18:48.375Z] #35 4.811 -- Detecting C compile features [2020-11-30T03:18:48.447Z] #42 53.13 CC compel/arch/ppc64/src/lib/infect.o [2020-11-30T03:18:49.201Z] #34 ... [2020-11-30T03:18:49.201Z] [2020-11-30T03:18:49.201Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:49.201Z] #11 74.85 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:49.458Z] #11 75.22 Fetched 77.7 MB in 12s (6508 kB/s) [2020-11-30T03:18:49.458Z] #11 ... [2020-11-30T03:18:49.458Z] [2020-11-30T03:18:49.458Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:49.458Z] #32 65.17 reflect [2020-11-30T03:18:49.458Z] #32 73.69 time [2020-11-30T03:18:49.506Z] #42 54.05 CC compel/src/lib/infect-rpc.o [2020-11-30T03:18:49.715Z] #32 ... [2020-11-30T03:18:49.715Z] [2020-11-30T03:18:49.715Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:49.715Z] #11 75.43 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-30T03:18:49.777Z] #35 ... [2020-11-30T03:18:49.777Z] [2020-11-30T03:18:49.777Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:49.777Z] #43 73.35 go/doc [2020-11-30T03:18:49.777Z] #43 75.63 compress/gzip [2020-11-30T03:18:49.777Z] #43 77.56 encoding/asn1 [2020-11-30T03:18:49.777Z] #43 78.74 crypto/rsa [2020-11-30T03:18:49.777Z] #43 79.86 github.com/LK4D4/vndr/build [2020-11-30T03:18:49.777Z] #43 80.95 vendor/golang.org/x/text/unicode/norm [2020-11-30T03:18:49.777Z] #43 82.16 crypto/ecdsa [2020-11-30T03:18:49.777Z] #43 83.41 vendor/golang.org/x/crypto/cryptobyte [2020-11-30T03:18:49.777Z] #43 ... [2020-11-30T03:18:49.777Z] [2020-11-30T03:18:49.777Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:49.777Z] #41 2.747 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:18:49.777Z] #41 2.750 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:18:49.777Z] #41 2.761 Note: Building without GnuTLS support [2020-11-30T03:18:49.777Z] #41 2.764 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:18:49.777Z] #41 2.765 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:18:49.808Z] #42 54.48 CC compel/src/lib/infect-util.o [2020-11-30T03:18:49.975Z] #11 75.43 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:49.975Z] #11 75.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-30T03:18:49.975Z] #11 75.61 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:18:50.042Z] #41 4.316 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:18:50.046Z] #30 ... [2020-11-30T03:18:50.046Z] [2020-11-30T03:18:50.046Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:50.046Z] #40 73.49 Selecting previously unselected package libprotoc17:amd64. [2020-11-30T03:18:50.046Z] #40 73.50 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:50.046Z] #40 73.62 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:50.108Z] #42 54.77 CC compel/src/lib/infect.o [2020-11-30T03:18:50.307Z] #41 4.412 GEN .gitid [2020-11-30T03:18:50.307Z] #41 4.458 GEN criu/include/version.h [2020-11-30T03:18:50.307Z] #41 4.538 GEN include/common/asm [2020-11-30T03:18:50.976Z] #40 74.62 Selecting previously unselected package protobuf-c-compiler. [2020-11-30T03:18:50.976Z] #40 74.63 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:18:50.976Z] #40 74.63 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:18:51.540Z] #40 75.16 Selecting previously unselected package protobuf-compiler. [2020-11-30T03:18:51.540Z] #40 75.17 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:51.540Z] #40 75.19 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:18:51.540Z] #40 75.40 Selecting previously unselected package python-pkg-resources. [2020-11-30T03:18:51.540Z] #40 75.42 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:18:51.673Z] #20 ... [2020-11-30T03:18:51.673Z] [2020-11-30T03:18:51.673Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:51.673Z] #41 123.1 CC criu/mount.o [2020-11-30T03:18:51.673Z] #41 127.5 CC criu/namespaces.o [2020-11-30T03:18:51.673Z] #41 129.3 CC criu/net.o [2020-11-30T03:18:51.797Z] #40 75.43 Unpacking python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:52.239Z] #41 6.139 PBCC images/timens.pb-c.c [2020-11-30T03:18:52.239Z] #41 6.182 DEP images/timens.pb-c.d [2020-11-30T03:18:52.239Z] #41 6.215 PBCC images/fown.pb-c.c [2020-11-30T03:18:52.239Z] #41 6.265 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-30T03:18:52.239Z] #41 6.362 PBCC images/opts.pb-c.c [2020-11-30T03:18:52.239Z] #41 6.404 PBCC images/memfd.pb-c.c [2020-11-30T03:18:52.239Z] #41 6.453 DEP images/fown.pb-c.d [2020-11-30T03:18:52.239Z] #41 6.494 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-30T03:18:52.239Z] #41 6.587 DEP images/opts.pb-c.d [2020-11-30T03:18:52.362Z] #40 76.03 Selecting previously unselected package python-six. [2020-11-30T03:18:52.362Z] #40 76.03 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-11-30T03:18:52.362Z] #40 76.04 Unpacking python-six (1.12.0-1) ... [2020-11-30T03:18:52.503Z] #41 6.674 DEP images/memfd.pb-c.d [2020-11-30T03:18:52.503Z] #41 6.763 PBCC images/sit.pb-c.c [2020-11-30T03:18:52.573Z] Fetching without tags [2020-11-30T03:18:52.617Z] #41 132.1 CC criu/netfilter.o [2020-11-30T03:18:52.617Z] #41 132.4 CC criu/page-pipe.o [2020-11-30T03:18:52.619Z] #40 ... [2020-11-30T03:18:52.619Z] [2020-11-30T03:18:52.619Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:18:52.619Z] #34 66.23 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:52.619Z] #34 66.64 Fetched 14.9 MB in 3s (5297 kB/s) [2020-11-30T03:18:52.619Z] #34 66.83 Selecting previously unselected package xxd. [2020-11-30T03:18:52.619Z] #34 66.83 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:52.619Z] #34 66.95 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:18:52.619Z] #34 66.97 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:18:52.619Z] #34 67.33 Selecting previously unselected package vim-common. [2020-11-30T03:18:52.619Z] #34 67.35 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:18:52.619Z] #34 67.39 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:18:52.619Z] #34 67.84 Selecting previously unselected package cmake-data. [2020-11-30T03:18:52.619Z] #34 67.84 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-11-30T03:18:52.619Z] #34 67.85 Unpacking cmake-data (3.13.4-1) ... [2020-11-30T03:18:52.619Z] #34 72.65 Selecting previously unselected package libicu63:amd64. [2020-11-30T03:18:52.619Z] #34 72.66 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-30T03:18:52.619Z] #34 72.76 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:18:52.619Z] #34 ... [2020-11-30T03:18:52.619Z] [2020-11-30T03:18:52.619Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:52.619Z] #40 76.32 Selecting previously unselected package python-protobuf. [2020-11-30T03:18:52.619Z] #40 76.35 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-11-30T03:18:52.619Z] #40 76.36 Unpacking python-protobuf (3.6.1.3-2) ... [2020-11-30T03:18:52.771Z] #41 6.974 DEP images/sit.pb-c.d [2020-11-30T03:18:52.771Z] #41 7.021 PBCC images/macvlan.pb-c.c [2020-11-30T03:18:52.771Z] #41 7.048 DEP images/macvlan.pb-c.d [2020-11-30T03:18:52.771Z] #41 7.135 PBCC images/autofs.pb-c.c [2020-11-30T03:18:53.035Z] #41 7.162 DEP images/autofs.pb-c.d [2020-11-30T03:18:53.035Z] #41 7.215 PBCC images/sysctl.pb-c.c [2020-11-30T03:18:53.035Z] #41 7.245 DEP images/sysctl.pb-c.d [2020-11-30T03:18:53.035Z] #41 7.296 PBCC images/time.pb-c.c [2020-11-30T03:18:53.035Z] #41 7.309 DEP images/time.pb-c.d [2020-11-30T03:18:53.035Z] #41 7.337 PBCC images/binfmt-misc.pb-c.c [2020-11-30T03:18:53.035Z] #41 7.348 DEP images/binfmt-misc.pb-c.d [2020-11-30T03:18:53.189Z] #41 133.0 CC criu/page-xfer.o [2020-11-30T03:18:53.300Z] #41 7.374 PBCC images/seccomp.pb-c.c [2020-11-30T03:18:53.300Z] #41 7.406 DEP images/seccomp.pb-c.d [2020-11-30T03:18:53.300Z] #41 7.436 PBCC images/userns.pb-c.c [2020-11-30T03:18:53.300Z] #41 7.446 DEP images/userns.pb-c.d [2020-11-30T03:18:53.300Z] #41 7.502 PBCC images/cgroup.pb-c.c [2020-11-30T03:18:53.300Z] #41 7.534 DEP images/cgroup.pb-c.d [2020-11-30T03:18:53.300Z] #41 7.555 PBCC images/ext-file.pb-c.c [2020-11-30T03:18:53.300Z] #41 7.585 DEP images/ext-file.pb-c.d [2020-11-30T03:18:53.300Z] #41 7.623 PBCC images/rpc.pb-c.c [2020-11-30T03:18:53.450Z] #41 ... [2020-11-30T03:18:53.450Z] [2020-11-30T03:18:53.450Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:18:53.450Z] #20 10.58 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-30T03:18:53.555Z] #40 ... [2020-11-30T03:18:53.555Z] [2020-11-30T03:18:53.555Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:53.555Z] #47 67.30 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2020-11-30T03:18:53.555Z] #47 67.32 go: finding github.com/ultraware/funlen v0.0.2 [2020-11-30T03:18:53.555Z] #47 67.39 go: finding github.com/ultraware/whitespace v0.0.4 [2020-11-30T03:18:53.555Z] #47 67.42 go: finding github.com/uudashr/gocognit v1.0.1 [2020-11-30T03:18:53.555Z] #47 67.70 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-11-30T03:18:53.555Z] #47 67.76 go: finding github.com/gogo/protobuf v1.2.1 [2020-11-30T03:18:53.555Z] #47 67.87 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2020-11-30T03:18:53.555Z] #47 68.01 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-11-30T03:18:53.555Z] #47 68.01 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-11-30T03:18:53.555Z] #47 68.09 go: finding github.com/BurntSushi/toml v0.3.1 [2020-11-30T03:18:53.555Z] #47 68.14 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-11-30T03:18:53.564Z] #41 7.678 DEP images/rpc.pb-c.d [2020-11-30T03:18:53.564Z] #41 7.741 PBCC images/siginfo.pb-c.c [2020-11-30T03:18:53.564Z] #41 7.768 DEP images/siginfo.pb-c.d [2020-11-30T03:18:53.564Z] #41 7.806 PBCC images/pagemap.pb-c.c [2020-11-30T03:18:53.564Z] #41 7.835 DEP images/pagemap.pb-c.d [2020-11-30T03:18:53.688Z] #42 57.97 CC compel/src/lib/ptrace.o [2020-11-30T03:18:53.710Z] #20 10.65 Collecting pyyaml (from yamllint==1.16.0) [2020-11-30T03:18:53.710Z] #20 10.81 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-30T03:18:52.225Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:18:52.298Z] > git config --add remote.origin.fetch +refs/pull/41728/head:refs/remotes/origin/PR-41728 # timeout=10 [2020-11-30T03:18:52.349Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:18:52.476Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-11-30T03:18:52.608Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-11-30T03:18:52.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:18:52.609Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41728/head:refs/remotes/origin/PR-41728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-30T03:18:53.812Z] #47 ... [2020-11-30T03:18:53.812Z] [2020-11-30T03:18:53.812Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:53.812Z] #40 77.34 Setting up python-pkg-resources (40.8.0-1) ... [2020-11-30T03:18:53.812Z] #40 ... [2020-11-30T03:18:53.812Z] [2020-11-30T03:18:53.812Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:53.812Z] #54 1.472 + RM_GOPATH=0 [2020-11-30T03:18:53.812Z] #54 1.473 + TMP_GOPATH= [2020-11-30T03:18:53.812Z] #54 1.473 + : /build [2020-11-30T03:18:53.812Z] #54 1.473 + '[' -z '' ']' [2020-11-30T03:18:53.812Z] #54 1.473 ++ mktemp -d [2020-11-30T03:18:53.812Z] #54 1.511 + export GOPATH=/tmp/tmp.WE4XQD3frr [2020-11-30T03:18:53.812Z] #54 1.511 + GOPATH=/tmp/tmp.WE4XQD3frr [2020-11-30T03:18:53.812Z] #54 1.511 + RM_GOPATH=1 [2020-11-30T03:18:53.812Z] #54 1.511 + case "$(go env GOARCH)" in [2020-11-30T03:18:53.812Z] #54 1.516 ++ go env GOARCH [2020-11-30T03:18:53.812Z] #54 1.520 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:53.812Z] #54 1.520 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:18:53.812Z] #54 1.526 ++ dirname /tmp/install/install.sh [2020-11-30T03:18:53.812Z] #54 1.528 + dir=/tmp/install [2020-11-30T03:18:53.812Z] #54 1.532 + bin=containerd [2020-11-30T03:18:53.812Z] #54 1.532 + shift [2020-11-30T03:18:53.812Z] #54 1.532 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-11-30T03:18:53.812Z] #54 1.532 + . /tmp/install/containerd.installer [2020-11-30T03:18:53.812Z] #54 1.533 ++ set -e [2020-11-30T03:18:53.812Z] #54 1.533 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:53.812Z] #54 1.533 + install_containerd [2020-11-30T03:18:53.812Z] #54 1.534 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-11-30T03:18:53.812Z] #54 1.536 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:18:53.812Z] #54 1.537 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WE4XQD3frr/src/github.com/containerd/containerd [2020-11-30T03:18:53.812Z] #54 1.542 Cloning into '/tmp/tmp.WE4XQD3frr/src/github.com/containerd/containerd'... [2020-11-30T03:18:53.838Z] #41 ... [2020-11-30T03:18:53.838Z] [2020-11-30T03:18:53.838Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:53.838Z] #56 81.20 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:18:53.838Z] #56 81.20 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-30T03:18:53.838Z] #56 DONE 87.5s [2020-11-30T03:18:53.838Z] [2020-11-30T03:18:53.838Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:53.838Z] #41 7.892 PBCC images/rlimit.pb-c.c [2020-11-30T03:18:53.838Z] #41 7.922 DEP images/rlimit.pb-c.d [2020-11-30T03:18:53.838Z] #41 8.014 PBCC images/file-lock.pb-c.c [2020-11-30T03:18:53.838Z] #41 ... [2020-11-30T03:18:53.838Z] [2020-11-30T03:18:53.838Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-30T03:18:53.838Z] #57 DONE 0.2s [2020-11-30T03:18:53.838Z] [2020-11-30T03:18:53.838Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:53.838Z] #41 8.056 DEP images/file-lock.pb-c.d [2020-11-30T03:18:53.868Z] Merging remotes/origin/master commit b9a3a51ac562b40f658645db1a34bedb894edddf into PR head commit 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:18:53.987Z] #42 ... [2020-11-30T03:18:53.987Z] [2020-11-30T03:18:53.987Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:53.987Z] #52 10.22 + cd /tmp/tmp.gW4u2AOywD/src/github.com/opencontainers/runc [2020-11-30T03:18:53.987Z] #52 10.22 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:18:54.070Z] #54 ... [2020-11-30T03:18:54.070Z] [2020-11-30T03:18:54.070Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:54.070Z] #11 69.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-11-30T03:18:54.070Z] #11 72.42 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-11-30T03:18:54.070Z] #11 72.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-11-30T03:18:54.070Z] #11 72.45 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-11-30T03:18:54.070Z] #11 72.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-11-30T03:18:54.070Z] #11 72.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-11-30T03:18:54.070Z] #11 72.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-11-30T03:18:54.070Z] #11 72.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-11-30T03:18:54.070Z] #11 72.60 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-11-30T03:18:54.070Z] #11 72.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-11-30T03:18:54.070Z] #11 72.62 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-11-30T03:18:54.070Z] #11 72.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-11-30T03:18:54.070Z] #11 72.77 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-11-30T03:18:54.070Z] #11 72.82 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-11-30T03:18:54.070Z] #11 72.82 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-11-30T03:18:54.070Z] #11 72.82 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-11-30T03:18:54.070Z] #11 74.69 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:18:54.070Z] #11 75.00 Fetched 77.7 MB in 11s (6989 kB/s) [2020-11-30T03:18:54.070Z] #11 75.23 Selecting previously unselected package binutils-mingw-w64-i686. [2020-11-30T03:18:54.070Z] #11 75.23 (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 ... 15410 files and directories currently installed.) [2020-11-30T03:18:54.070Z] #11 75.32 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-11-30T03:18:54.070Z] #11 75.35 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:18:54.108Z] #41 ... [2020-11-30T03:18:54.108Z] [2020-11-30T03:18:54.108Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-30T03:18:54.108Z] #58 DONE 0.1s [2020-11-30T03:18:54.108Z] [2020-11-30T03:18:54.108Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:54.108Z] #41 8.157 PBCC images/tty.pb-c.c [2020-11-30T03:18:54.108Z] #41 8.200 DEP images/tty.pb-c.d [2020-11-30T03:18:54.108Z] #41 ... [2020-11-30T03:18:54.108Z] [2020-11-30T03:18:54.108Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:54.108Z] #35 7.047 -- Detecting C compile features - done [2020-11-30T03:18:54.108Z] #35 7.078 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-30T03:18:54.108Z] #35 7.502 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-30T03:18:54.108Z] #35 7.611 -- Configuring done [2020-11-30T03:18:54.108Z] #35 7.646 -- Generating done [2020-11-30T03:18:54.108Z] #35 7.652 -- Build files have been written to: /tmp/tmp.X9quvGVWcH/tini [2020-11-30T03:18:54.108Z] #35 7.655 + make tini-static [2020-11-30T03:18:54.108Z] #35 7.963 Scanning dependencies of target tini-static [2020-11-30T03:18:54.108Z] #35 8.101 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-30T03:18:54.108Z] #35 9.479 [100%] Linking C executable tini-static [2020-11-30T03:18:54.108Z] #35 10.07 [100%] Built target tini-static [2020-11-30T03:18:54.108Z] #35 10.26 + mkdir -p /build [2020-11-30T03:18:54.108Z] #35 10.26 + cp tini-static /build/docker-init [2020-11-30T03:18:54.108Z] #35 DONE 10.5s [2020-11-30T03:18:54.108Z] [2020-11-30T03:18:54.108Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:54.108Z] #41 8.299 PBCC images/tun.pb-c.c [2020-11-30T03:18:54.108Z] #41 8.338 PBCC images/netdev.pb-c.c [2020-11-30T03:18:54.108Z] #41 8.409 DEP images/tun.pb-c.d [2020-11-30T03:18:54.156Z] #11 79.30 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-30T03:18:54.156Z] #11 79.31 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-30T03:18:54.156Z] #11 79.37 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:18:54.372Z] #41 8.478 DEP images/netdev.pb-c.d [2020-11-30T03:18:54.372Z] #41 8.551 PBCC images/vma.pb-c.c [2020-11-30T03:18:54.372Z] #41 8.669 DEP images/vma.pb-c.d [2020-11-30T03:18:54.372Z] #41 ... [2020-11-30T03:18:54.372Z] [2020-11-30T03:18:54.372Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:54.372Z] #54 33.03 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-30T03:18:54.372Z] #54 33.03 + BUILDTAGS='netgo osusergo static_build' [2020-11-30T03:18:54.372Z] #54 33.03 + export EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:18:54.372Z] #54 33.03 + EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:18:54.372Z] #54 33.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-30T03:18:54.372Z] #54 33.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-30T03:18:54.372Z] #54 33.03 + '[' '' = dynamic ']' [2020-11-30T03:18:54.372Z] #54 33.03 + make [2020-11-30T03:18:54.372Z] #54 34.39 + bin/ctr [2020-11-30T03:18:54.637Z] #54 ... [2020-11-30T03:18:54.637Z] [2020-11-30T03:18:54.637Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:54.637Z] #41 8.745 PBCC images/creds.pb-c.c [2020-11-30T03:18:54.637Z] #41 8.756 DEP images/creds.pb-c.d [2020-11-30T03:18:54.637Z] #41 8.849 PBCC images/utsns.pb-c.c [2020-11-30T03:18:54.637Z] #41 8.917 DEP images/utsns.pb-c.d [2020-11-30T03:18:54.637Z] #52 10.97 + '[' -z '' ']' [2020-11-30T03:18:54.637Z] #52 10.97 + target=static [2020-11-30T03:18:54.637Z] #52 10.97 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-30T03:18:54.905Z] #41 8.978 PBCC images/ipc-desc.pb-c.c [2020-11-30T03:18:54.905Z] #41 9.038 PBCC images/ipc-sem.pb-c.c [2020-11-30T03:18:54.905Z] #41 9.084 DEP images/ipc-desc.pb-c.d [2020-11-30T03:18:54.905Z] #41 9.161 DEP images/ipc-sem.pb-c.d [2020-11-30T03:18:54.905Z] #41 9.213 PBCC images/ipc-msg.pb-c.c [2020-11-30T03:18:55.090Z] #11 ... [2020-11-30T03:18:55.091Z] [2020-11-30T03:18:55.091Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:55.091Z] #40 80.81 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-30T03:18:55.091Z] #40 80.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:18:55.091Z] #40 80.86 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:55.092Z] #20 12.30 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-30T03:18:55.093Z] #20 12.35 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-30T03:18:55.169Z] #41 9.249 DEP images/ipc-msg.pb-c.d [2020-11-30T03:18:55.169Z] #41 9.303 PBCC images/ipc-shm.pb-c.c [2020-11-30T03:18:55.169Z] #41 9.338 DEP images/ipc-shm.pb-c.d [2020-11-30T03:18:55.169Z] #41 9.353 PBCC images/ipc-var.pb-c.c [2020-11-30T03:18:55.169Z] #41 9.402 DEP images/ipc-var.pb-c.d [2020-11-30T03:18:55.286Z] #52 11.58 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-30T03:18:55.348Z] #40 80.90 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...#40 ... [2020-11-30T03:18:55.348Z] [2020-11-30T03:18:55.348Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:18:55.348Z] #45 DONE 80.9s [2020-11-30T03:18:55.348Z] [2020-11-30T03:18:55.348Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:18:55.348Z] #40 80.90 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-30T03:18:55.348Z] #40 80.93 Setting up python-six (1.12.0-1) ... [2020-11-30T03:18:55.353Z] #20 12.39 Building wheels for collected packages: pyyaml [2020-11-30T03:18:55.353Z] #20 12.40 Running setup.py bdist_wheel for pyyaml: started [2020-11-30T03:18:55.434Z] #41 9.499 PBCC images/sk-opts.pb-c.c [2020-11-30T03:18:55.434Z] #41 9.545 PBCC images/packet-sock.pb-c.c [2020-11-30T03:18:55.434Z] #41 9.639 DEP images/sk-opts.pb-c.d [2020-11-30T03:18:55.434Z] #41 9.721 DEP images/packet-sock.pb-c.d [2020-11-30T03:18:55.610Z] #40 ... [2020-11-30T03:18:55.610Z] [2020-11-30T03:18:55.610Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:55.610Z] #49 71.44 syscall [2020-11-30T03:18:55.610Z] #49 71.48 reflect [2020-11-30T03:18:55.699Z] #41 9.809 PBCC images/sk-netlink.pb-c.c [2020-11-30T03:18:55.699Z] #41 9.901 DEP images/sk-netlink.pb-c.d [2020-11-30T03:18:55.699Z] #41 9.997 PBCC images/sk-inet.pb-c.c [2020-11-30T03:18:55.876Z] #49 ... [2020-11-30T03:18:55.876Z] [2020-11-30T03:18:55.876Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:55.876Z] #43 80.88 time [2020-11-30T03:18:55.935Z] #52 ... [2020-11-30T03:18:55.935Z] [2020-11-30T03:18:55.935Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:18:55.935Z] #19 0.531 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:18:55.935Z] #19 0.641 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:18:55.935Z] #19 0.755 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:18:55.935Z] #19 1.784 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-11-30T03:18:55.935Z] #19 3.284 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [242 kB] [2020-11-30T03:18:55.935Z] #19 4.945 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B] [2020-11-30T03:18:55.963Z] #11 ... [2020-11-30T03:18:55.963Z] [2020-11-30T03:18:55.963Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:55.963Z] #32 69.34 reflect [2020-11-30T03:18:55.963Z] #32 ... [2020-11-30T03:18:55.963Z] [2020-11-30T03:18:55.963Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:18:55.963Z] #11 79.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-11-30T03:18:55.963Z] #11 79.59 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-11-30T03:18:55.963Z] #11 79.61 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:18:55.963Z] #41 10.10 DEP images/sk-inet.pb-c.d [2020-11-30T03:18:55.963Z] #41 10.20 PBCC images/sk-unix.pb-c.c [2020-11-30T03:18:55.963Z] #41 10.30 DEP images/sk-unix.pb-c.d [2020-11-30T03:18:55.963Z] #41 10.32 PBCC images/mm.pb-c.c [2020-11-30T03:18:56.228Z] #41 10.36 DEP images/mm.pb-c.d [2020-11-30T03:18:56.228Z] #41 10.42 PBCC images/timerfd.pb-c.c [2020-11-30T03:18:56.228Z] #41 10.44 DEP images/timerfd.pb-c.d [2020-11-30T03:18:56.228Z] #41 10.47 PBCC images/timer.pb-c.c [2020-11-30T03:18:56.228Z] #41 10.48 DEP images/timer.pb-c.d [2020-11-30T03:18:56.228Z] #41 10.52 PBCC images/sa.pb-c.c [2020-11-30T03:18:56.228Z] #41 10.54 DEP images/sa.pb-c.d [2020-11-30T03:18:56.237Z] #19 ... [2020-11-30T03:18:56.237Z] [2020-11-30T03:18:56.237Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:56.237Z] #42 58.54 AR compel/libcompel.a [2020-11-30T03:18:56.237Z] #42 58.62 HOSTCC compel/src/main-host.o [2020-11-30T03:18:56.237Z] #42 59.01 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-11-30T03:18:56.237Z] #42 59.19 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-30T03:18:56.237Z] #42 59.63 HOSTCC compel/src/lib/log-host.o [2020-11-30T03:18:56.237Z] #42 59.84 HOSTLINK compel/compel-host-bin [2020-11-30T03:18:56.237Z] #42 59.97 DEP soccr/soccr.d [2020-11-30T03:18:56.237Z] #42 60.22 CC soccr/soccr.o [2020-11-30T03:18:56.295Z] #20 13.40 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-30T03:18:56.295Z] #20 13.41 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-30T03:18:56.295Z] #20 13.50 Successfully built pyyaml [2020-11-30T03:18:56.493Z] #41 10.57 PBCC images/pipe-data.pb-c.c [2020-11-30T03:18:56.493Z] #41 10.60 DEP images/pipe-data.pb-c.d [2020-11-30T03:18:56.493Z] #41 10.66 PBCC images/mnt.pb-c.c [2020-11-30T03:18:56.493Z] #41 10.70 DEP images/mnt.pb-c.d [2020-11-30T03:18:56.493Z] #41 10.78 PBCC images/sk-packet.pb-c.c [2020-11-30T03:18:56.555Z] #20 13.51 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-30T03:18:56.762Z] #41 10.84 DEP images/sk-packet.pb-c.d [2020-11-30T03:18:56.762Z] #41 10.97 PBCC images/tcp-stream.pb-c.c [2020-11-30T03:18:56.762Z] #41 11.03 DEP images/tcp-stream.pb-c.d [2020-11-30T03:18:56.762Z] #41 11.09 PBCC images/pipe.pb-c.c [2020-11-30T03:18:56.762Z] #41 11.16 DEP images/pipe.pb-c.d [2020-11-30T03:18:53.976Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:18:54.034Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:18:56.816Z] #20 13.86 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-30T03:18:57.027Z] #41 11.29 PBCC images/pstree.pb-c.c [2020-11-30T03:18:57.027Z] #41 11.32 DEP images/pstree.pb-c.d [2020-11-30T03:18:57.027Z] #41 11.35 PBCC images/fs.pb-c.c [2020-11-30T03:18:57.027Z] #41 11.39 DEP images/fs.pb-c.d [2020-11-30T03:18:57.291Z] #41 11.46 PBCC images/signalfd.pb-c.c [2020-11-30T03:18:57.291Z] #41 11.53 DEP images/signalfd.pb-c.d [2020-11-30T03:18:57.291Z] #41 11.61 PBCC images/fh.pb-c.c [2020-11-30T03:18:57.291Z] #41 11.67 PBCC images/fsnotify.pb-c.c [2020-11-30T03:18:57.293Z] #42 ... [2020-11-30T03:18:57.293Z] [2020-11-30T03:18:57.293Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:57.293Z] #50 118.2 golang.org/x/crypto/ssh/terminal [2020-11-30T03:18:57.293Z] #50 121.7 mvdan.cc/sh/v3/cmd/shfmt [2020-11-30T03:18:57.293Z] #50 DONE 127.4s [2020-11-30T03:18:57.332Z] #11 ... [2020-11-30T03:18:57.332Z] [2020-11-30T03:18:57.332Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:57.332Z] #49 70.79 bytes [2020-11-30T03:18:57.332Z] #49 70.80 syscall [2020-11-30T03:18:57.332Z] #49 74.27 reflect [2020-11-30T03:18:57.332Z] #49 ... [2020-11-30T03:18:57.332Z] [2020-11-30T03:18:57.332Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:57.332Z] #32 79.82 time [2020-11-30T03:18:57.388Z] #20 DONE 14.4s [2020-11-30T03:18:57.388Z] [2020-11-30T03:18:57.388Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-30T03:18:57.388Z] #23 DONE 0.2s [2020-11-30T03:18:57.388Z] [2020-11-30T03:18:57.388Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:57.388Z] #41 134.6 CC criu/pagemap-cache.o [2020-11-30T03:18:57.388Z] #41 135.1 CC criu/pagemap.o [2020-11-30T03:18:57.388Z] #41 136.2 CC criu/parasite-syscall.o [2020-11-30T03:18:57.556Z] #41 11.70 DEP images/fh.pb-c.d [2020-11-30T03:18:57.556Z] #41 11.77 DEP images/fsnotify.pb-c.d [2020-11-30T03:18:57.556Z] #41 11.83 PBCC images/eventpoll.pb-c.c [2020-11-30T03:18:57.556Z] #41 11.86 DEP images/eventpoll.pb-c.d [2020-11-30T03:18:57.593Z] [2020-11-30T03:18:57.593Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:18:57.593Z] #42 61.96 AR soccr/libsoccr.a [2020-11-30T03:18:57.593Z] #42 62.01 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:18:57.649Z] #41 137.3 CC criu/path.o [2020-11-30T03:18:57.820Z] #41 11.95 PBCC images/eventfd.pb-c.c [2020-11-30T03:18:57.820Z] #41 11.98 DEP images/eventfd.pb-c.d [2020-11-30T03:18:57.820Z] #41 12.02 PBCC images/remap-file-path.pb-c.c [2020-11-30T03:18:57.820Z] #41 12.03 DEP images/remap-file-path.pb-c.d [2020-11-30T03:18:57.820Z] #41 12.07 PBCC images/fifo.pb-c.c [2020-11-30T03:18:57.820Z] #41 12.10 DEP images/fifo.pb-c.d [2020-11-30T03:18:57.820Z] #41 12.17 PBCC images/ghost-file.pb-c.c [2020-11-30T03:18:57.909Z] #41 137.6 CC criu/pie-util-vdso-elf32.o [2020-11-30T03:18:57.916Z] Merge succeeded, producing 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:18:57.916Z] Checking out Revision 35639d804dfaf80e94a6a4fbcb87d11926087111 (PR-41728) [2020-11-30T03:18:58.175Z] #41 12.27 DEP images/ghost-file.pb-c.d [2020-11-30T03:18:58.175Z] #41 12.33 PBCC images/regfile.pb-c.c [2020-11-30T03:18:58.175Z] #41 12.36 DEP images/regfile.pb-c.d [2020-11-30T03:18:58.175Z] #41 12.39 PBCC images/ns.pb-c.c [2020-11-30T03:18:58.244Z] #42 62.74 DEP criu/arch/ppc64/sigframe.d [2020-11-30T03:18:58.446Z] #41 12.40 DEP images/ns.pb-c.d [2020-11-30T03:18:58.446Z] #41 12.42 PBCC images/fdinfo.pb-c.c [2020-11-30T03:18:58.446Z] #41 12.46 DEP images/fdinfo.pb-c.d [2020-11-30T03:18:58.446Z] #41 12.59 PBCC images/core-aarch64.pb-c.c [2020-11-30T03:18:58.446Z] #41 12.65 PBCC images/core-arm.pb-c.c [2020-11-30T03:18:58.446Z] #41 12.69 PBCC images/core-ppc64.pb-c.c [2020-11-30T03:18:58.446Z] #41 12.73 PBCC images/core-s390.pb-c.c [2020-11-30T03:18:58.446Z] #41 12.77 PBCC images/core-x86.pb-c.c [2020-11-30T03:18:58.480Z] #41 138.2 CC criu/pie-util-vdso.o [2020-11-30T03:18:58.544Z] #42 63.18 DEP criu/arch/ppc64/crtools.d [2020-11-30T03:18:58.708Z] #32 ... [2020-11-30T03:18:58.708Z] [2020-11-30T03:18:58.708Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:58.708Z] #43 72.52 bufio [2020-11-30T03:18:58.708Z] #43 73.03 reflect [2020-11-30T03:18:58.708Z] #43 76.44 syscall [2020-11-30T03:18:58.710Z] #41 12.82 PBCC images/core.pb-c.c [2020-11-30T03:18:58.710Z] #41 12.89 PBCC images/inventory.pb-c.c [2020-11-30T03:18:58.710Z] #41 12.95 DEP images/core-aarch64.pb-c.d [2020-11-30T03:18:58.710Z] #41 13.01 DEP images/core-arm.pb-c.d [2020-11-30T03:18:58.710Z] #41 13.05 DEP images/core-ppc64.pb-c.d [2020-11-30T03:18:58.710Z] #41 13.11 DEP images/core-s390.pb-c.d [2020-11-30T03:18:58.843Z] #42 63.37 DEP criu/arch/ppc64/cpu.d [2020-11-30T03:18:58.843Z] #42 63.59 CC criu/arch/ppc64/cpu.o [2020-11-30T03:18:58.975Z] #41 13.15 DEP images/core-x86.pb-c.d [2020-11-30T03:18:58.975Z] #41 13.19 DEP images/core.pb-c.d [2020-11-30T03:18:58.975Z] #41 13.22 DEP images/inventory.pb-c.d [2020-11-30T03:18:58.975Z] #41 13.26 PBCC images/cpuinfo.pb-c.c [2020-11-30T03:18:58.975Z] #41 13.29 DEP images/cpuinfo.pb-c.d [2020-11-30T03:18:59.066Z] #41 138.6 CC criu/pie-util.o [2020-11-30T03:18:59.066Z] #41 138.8 CC criu/pipes.o [2020-11-30T03:18:59.142Z] #42 ... [2020-11-30T03:18:59.142Z] [2020-11-30T03:18:59.142Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:18:59.142Z] #44 119.4 math/big [2020-11-30T03:18:59.142Z] #44 126.2 go/doc [2020-11-30T03:18:59.239Z] #41 13.38 PBCC images/stats.pb-c.c [2020-11-30T03:18:59.239Z] #41 13.41 DEP images/stats.pb-c.d [2020-11-30T03:18:59.441Z] #44 ... [2020-11-30T03:18:59.441Z] [2020-11-30T03:18:59.441Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:18:59.441Z] #19 11.02 Fetched 8181 kB in 11s (772 kB/s) [2020-11-30T03:18:59.638Z] #43 ... [2020-11-30T03:18:59.638Z] [2020-11-30T03:18:59.638Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:18:59.638Z] #49 83.40 time [2020-11-30T03:18:59.638Z] #41 139.5 CC criu/plugin.o [2020-11-30T03:18:57.401Z] > git remote # timeout=10 [2020-11-30T03:18:57.581Z] > git config --get remote.origin.url # timeout=10 [2020-11-30T03:18:57.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-11-30T03:18:57.642Z] > git merge b9a3a51ac562b40f658645db1a34bedb894edddf # timeout=10 [2020-11-30T03:18:57.798Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-11-30T03:18:57.950Z] > git config core.sparsecheckout # timeout=10 [2020-11-30T03:18:58.007Z] > git checkout -f 35639d804dfaf80e94a6a4fbcb87d11926087111 # timeout=10 [2020-11-30T03:19:00.210Z] #41 140.0 CC criu/proc_parse.o [2020-11-30T03:19:00.638Z] #41 14.88 make[1]: Nothing to be done for 'all'. [2020-11-30T03:19:01.152Z] #43 ... [2020-11-30T03:19:01.152Z] [2020-11-30T03:19:01.152Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:19:01.152Z] #34 83.39 Selecting previously unselected package libxml2:amd64. [2020-11-30T03:19:01.152Z] #34 83.39 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-30T03:19:01.152Z] #34 83.40 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:19:01.152Z] #34 84.33 Selecting previously unselected package libarchive13:amd64. [2020-11-30T03:19:01.152Z] #34 84.34 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-30T03:19:01.152Z] #34 84.36 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-30T03:19:01.152Z] #34 84.96 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-30T03:19:01.152Z] #34 84.97 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-30T03:19:01.152Z] #34 85.04 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-30T03:19:01.152Z] #34 85.42 Selecting previously unselected package librhash0:amd64. [2020-11-30T03:19:01.152Z] #34 85.42 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-30T03:19:01.152Z] #34 85.43 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-30T03:19:01.152Z] #34 85.85 Selecting previously unselected package libuv1:amd64. [2020-11-30T03:19:01.152Z] #34 85.90 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-30T03:19:01.152Z] #34 85.90 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-30T03:19:01.152Z] #34 86.22 Selecting previously unselected package cmake. [2020-11-30T03:19:01.152Z] #34 86.28 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-30T03:19:01.152Z] #34 86.29 Unpacking cmake (3.13.4-1) ... [2020-11-30T03:19:01.551Z] #19 11.02 Reading package lists... [2020-11-30T03:19:02.125Z] #41 141.8 CC criu/protobuf-desc.o [2020-11-30T03:19:02.572Z] #41 16.49 CC images/stats.o [2020-11-30T03:19:02.698Z] #41 142.6 CC criu/protobuf.o [2020-11-30T03:19:02.837Z] #41 17.02 CC images/core.o [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/server/httputils 0.046s coverage: 14.7% of statements [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-30T03:19:02.870Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-30T03:19:02.870Z] ok github.com/docker/docker/builder/remotecontext 0.375s coverage: 13.7% of statements [2020-11-30T03:19:02.918Z] #49 ... [2020-11-30T03:19:02.918Z] [2020-11-30T03:19:02.918Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:02.918Z] #45 DONE 86.5s [2020-11-30T03:19:02.918Z] [2020-11-30T03:19:02.918Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:02.918Z] #11 84.68 Selecting previously unselected package binutils-mingw-w64. [2020-11-30T03:19:02.918Z] #11 84.69 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-30T03:19:02.918Z] #11 84.69 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:19:02.918Z] #11 84.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-30T03:19:02.918Z] #11 84.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:19:02.918Z] #11 85.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:19:02.918Z] #11 85.42 Selecting previously unselected package dmsetup. [2020-11-30T03:19:02.918Z] #11 85.42 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:19:02.918Z] #11 85.42 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-30T03:19:02.918Z] #11 85.94 Selecting previously unselected package mingw-w64-common. [2020-11-30T03:19:02.918Z] #11 85.94 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-30T03:19:02.918Z] #11 85.96 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-30T03:19:02.959Z] #41 142.8 CC criu/pstree.o [2020-11-30T03:19:03.124Z] #19 15.29 Reading package lists... [2020-11-30T03:19:03.124Z] #19 ... [2020-11-30T03:19:03.124Z] [2020-11-30T03:19:03.124Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:03.124Z] #42 64.32 CC criu/arch/ppc64/crtools.o [2020-11-30T03:19:03.124Z] #42 65.51 CC criu/arch/ppc64/sigframe.o [2020-11-30T03:19:03.124Z] #42 65.92 LINK criu/arch/ppc64/crtools.built-in.o [2020-11-30T03:19:03.124Z] #42 66.00 DEP criu/pie/util-vdso.d [2020-11-30T03:19:03.124Z] #42 66.31 DEP criu/pie/util.d [2020-11-30T03:19:03.124Z] #42 66.56 CC criu/pie/util.o [2020-11-30T03:19:03.124Z] #42 66.87 CC criu/pie/util-vdso.o [2020-11-30T03:19:03.124Z] #42 67.69 AR criu/pie/pie.lib.a [2020-11-30T03:19:03.124Z] #42 67.81 DEP criu/pie/restorer.d [2020-11-30T03:19:03.417Z] #41 17.62 CC images/core-x86.o [2020-11-30T03:19:03.502Z] ok github.com/docker/docker/builder/dockerfile 0.969s coverage: 48.3% of statements [2020-11-30T03:19:03.502Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-30T03:19:03.533Z] #41 ... [2020-11-30T03:19:03.533Z] [2020-11-30T03:19:03.533Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:03.533Z] #51 90.39 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-30T03:19:03.533Z] #51 92.56 + mkdir -p /build [2020-11-30T03:19:03.533Z] #51 92.56 + cp runc /build/runc [2020-11-30T03:19:03.533Z] #51 DONE 94.9s [2020-11-30T03:19:03.533Z] [2020-11-30T03:19:03.533Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:19:03.533Z] #28 DONE 6.1s [2020-11-30T03:19:03.533Z] [2020-11-30T03:19:03.533Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:19:03.533Z] #38 DONE 215.5s [2020-11-30T03:19:03.533Z] [2020-11-30T03:19:03.533Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:03.682Z] #41 ... [2020-11-30T03:19:03.682Z] [2020-11-30T03:19:03.682Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:03.682Z] #43 87.38 vendor/golang.org/x/net/idna [2020-11-30T03:19:03.682Z] #43 91.93 net/textproto [2020-11-30T03:19:03.682Z] #43 91.93 crypto/x509 [2020-11-30T03:19:03.682Z] #43 91.93 vendor/golang.org/x/net/http/httpproxy [2020-11-30T03:19:03.682Z] #43 92.79 vendor/golang.org/x/net/http/httpguts [2020-11-30T03:19:03.682Z] #43 92.80 mime/multipart [2020-11-30T03:19:03.682Z] #43 94.76 crypto/tls [2020-11-30T03:19:03.774Z] #42 68.17 DEP criu/arch/ppc64/vdso-trampoline.d [2020-11-30T03:19:03.774Z] #42 68.18 DEP criu/arch/ppc64/restorer.d [2020-11-30T03:19:03.792Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-11-30T03:19:03.794Z] #47 ... [2020-11-30T03:19:03.795Z] [2020-11-30T03:19:03.795Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-30T03:19:03.947Z] #43 ... [2020-11-30T03:19:03.947Z] [2020-11-30T03:19:03.947Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:03.947Z] #11 97.81 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-30T03:19:03.947Z] #11 97.81 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-11-30T03:19:03.947Z] #11 97.84 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:04.075Z] #42 68.50 DEP criu/arch/ppc64/vdso-pie.d [2020-11-30T03:19:04.075Z] #42 68.63 DEP criu/pie/parasite-vdso.d [2020-11-30T03:19:04.075Z] #42 68.84 DEP criu/pie/parasite.d [2020-11-30T03:19:04.368Z] #31 DONE 0.5s [2020-11-30T03:19:04.368Z] [2020-11-30T03:19:04.368Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-30T03:19:04.368Z] #33 DONE 0.1s [2020-11-30T03:19:04.368Z] [2020-11-30T03:19:04.368Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-30T03:19:04.451Z] ok github.com/docker/docker/builder/remotecontext/git 1.262s coverage: 86.3% of statements [2020-11-30T03:19:04.451Z] ? github.com/docker/docker/cli [no test files] [2020-11-30T03:19:04.451Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-30T03:19:04.629Z] #36 DONE 0.1s [2020-11-30T03:19:04.630Z] [2020-11-30T03:19:04.630Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:04.630Z] #41 144.1 CC criu/rbtree.o [2020-11-30T03:19:04.630Z] #41 144.4 CC criu/rst-malloc.o [2020-11-30T03:19:04.724Z] #42 69.22 CC criu/pie/parasite.o [2020-11-30T03:19:04.891Z] #41 144.8 CC criu/seccomp.o [2020-11-30T03:19:05.331Z] #34 ... [2020-11-30T03:19:05.331Z] [2020-11-30T03:19:05.331Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:19:05.331Z] #40 86.75 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:19:05.331Z] #40 86.76 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:19:05.331Z] #40 86.80 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:05.331Z] #40 86.81 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-30T03:19:05.331Z] #40 86.82 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:05.331Z] #40 86.84 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:19:05.331Z] #40 86.85 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:19:05.331Z] #40 86.86 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:05.331Z] #40 86.87 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:19:05.331Z] #40 86.87 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-30T03:19:06.261Z] #40 ... [2020-11-30T03:19:06.261Z] [2020-11-30T03:19:06.261Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:06.261Z] #49 81.96 time [2020-11-30T03:19:06.261Z] #49 90.34 context [2020-11-30T03:19:06.261Z] #49 91.19 encoding/binary [2020-11-30T03:19:06.261Z] #49 91.31 os [2020-11-30T03:19:06.267Z] #42 70.80 LINK criu/pie/parasite.built-in.o [2020-11-30T03:19:06.267Z] #42 70.82 GEN criu/pie/parasite-blob.h [2020-11-30T03:19:06.267Z] #42 70.89 CC criu/pie/parasite-vdso.o [2020-11-30T03:19:06.277Z] #41 145.6 CC criu/seize.o [2020-11-30T03:19:06.518Z] #49 ... [2020-11-30T03:19:06.518Z] [2020-11-30T03:19:06.518Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:19:06.518Z] #34 91.21 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:19:06.518Z] #34 91.25 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:19:06.518Z] #34 91.26 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-30T03:19:06.518Z] #34 91.30 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:19:06.518Z] #34 91.35 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-30T03:19:06.518Z] #34 91.38 Setting up cmake-data (3.13.4-1) ... [2020-11-30T03:19:06.518Z] #34 91.40 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:19:06.518Z] #34 91.43 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-30T03:19:06.518Z] #34 91.46 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-30T03:19:06.518Z] #34 91.48 Setting up cmake (3.13.4-1) ... [2020-11-30T03:19:06.518Z] #34 91.49 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:19:06.518Z] #34 91.60 Processing triggers for mime-support (3.62) ... [2020-11-30T03:19:06.583Z] #42 ... [2020-11-30T03:19:06.583Z] [2020-11-30T03:19:06.583Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:06.583Z] #19 15.29 Reading package lists... [2020-11-30T03:19:06.649Z] ok github.com/docker/docker/client 0.147s coverage: 75.4% of statements [2020-11-30T03:19:06.856Z] #41 146.4 CC criu/servicefd.o [2020-11-30T03:19:06.856Z] #41 146.7 CC criu/shmem.o [2020-11-30T03:19:07.086Z] #34 DONE 92.7s [2020-11-30T03:19:07.087Z] [2020-11-30T03:19:07.087Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:07.087Z] #35 ... [2020-11-30T03:19:07.087Z] [2020-11-30T03:19:07.087Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:07.087Z] #32 82.76 internal/poll [2020-11-30T03:19:07.087Z] #32 84.57 internal/fmtsort [2020-11-30T03:19:07.087Z] #32 85.65 internal/syscall/execenv [2020-11-30T03:19:07.087Z] #32 86.09 internal/syscall/unix [2020-11-30T03:19:07.087Z] #32 86.19 strings [2020-11-30T03:19:07.087Z] #32 86.45 os [2020-11-30T03:19:07.087Z] #32 90.56 path [2020-11-30T03:19:07.087Z] #32 91.43 text/tabwriter [2020-11-30T03:19:07.087Z] #32 91.94 fmt [2020-11-30T03:19:07.087Z] #32 92.38 path/filepath [2020-11-30T03:19:07.117Z] #41 ... [2020-11-30T03:19:07.117Z] [2020-11-30T03:19:07.117Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-30T03:19:07.117Z] #39 DONE 0.9s [2020-11-30T03:19:07.117Z] [2020-11-30T03:19:07.117Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:07.343Z] #32 ... [2020-11-30T03:19:07.343Z] [2020-11-30T03:19:07.343Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:07.343Z] #11 83.86 Selecting previously unselected package binutils-mingw-w64. [2020-11-30T03:19:07.343Z] #11 83.93 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-11-30T03:19:07.343Z] #11 84.15 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:19:07.343Z] #11 84.48 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-11-30T03:19:07.343Z] #11 84.49 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:19:07.343Z] #11 84.50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:19:07.343Z] #11 85.21 Selecting previously unselected package dmsetup. [2020-11-30T03:19:07.343Z] #11 85.21 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:19:07.343Z] #11 85.22 Unpacking dmsetup (2:1.02.155-3) ... [2020-11-30T03:19:07.343Z] #11 85.58 Selecting previously unselected package mingw-w64-common. [2020-11-30T03:19:07.343Z] #11 85.61 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-11-30T03:19:07.343Z] #11 85.64 Unpacking mingw-w64-common (6.0.0-3) ... [2020-11-30T03:19:07.639Z] #19 20.61 Building dependency tree... [2020-11-30T03:19:07.690Z] #41 147.2 CC criu/sigframe.o [2020-11-30T03:19:07.690Z] #41 147.3 CC criu/signalfd.o [2020-11-30T03:19:07.951Z] #41 147.5 CC criu/sk-inet.o [2020-11-30T03:19:08.175Z] #11 ... [2020-11-30T03:19:08.175Z] [2020-11-30T03:19:08.175Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:19:08.175Z] #34 85.30 Selecting previously unselected package libxml2:amd64. [2020-11-30T03:19:08.175Z] #34 85.33 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-11-30T03:19:08.175Z] #34 85.34 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:19:08.175Z] #34 86.64 Selecting previously unselected package libarchive13:amd64. [2020-11-30T03:19:08.175Z] #34 86.64 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-11-30T03:19:08.175Z] #34 86.67 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-30T03:19:08.175Z] #34 87.22 Selecting previously unselected package libjsoncpp1:amd64. [2020-11-30T03:19:08.175Z] #34 87.22 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-30T03:19:08.175Z] #34 87.22 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-30T03:19:08.175Z] #34 87.53 Selecting previously unselected package librhash0:amd64. [2020-11-30T03:19:08.175Z] #34 87.56 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-11-30T03:19:08.175Z] #34 87.56 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-11-30T03:19:08.175Z] #34 87.92 Selecting previously unselected package libuv1:amd64. [2020-11-30T03:19:08.175Z] #34 87.93 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-11-30T03:19:08.175Z] #34 87.94 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-11-30T03:19:08.175Z] #34 88.23 Selecting previously unselected package cmake. [2020-11-30T03:19:08.175Z] #34 88.25 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-11-30T03:19:08.175Z] #34 88.30 Unpacking cmake (3.13.4-1) ... [2020-11-30T03:19:08.213Z] #41 148.1 CC criu/sk-netlink.o [2020-11-30T03:19:08.289Z] #19 22.15 libcap2-bin is already the newest version (1:2.25-2). [2020-11-30T03:19:08.289Z] #19 22.15 The following additional packages will be installed: [2020-11-30T03:19:08.289Z] #19 22.15 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-30T03:19:08.289Z] #19 22.16 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-30T03:19:08.289Z] #19 22.16 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-30T03:19:08.289Z] #19 22.16 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-30T03:19:08.289Z] #19 22.16 python3.7 python3.7-minimal vim-runtime xxd [2020-11-30T03:19:08.289Z] #19 22.16 Suggested packages: [2020-11-30T03:19:08.289Z] #19 22.16 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-30T03:19:08.289Z] #19 22.16 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-30T03:19:08.289Z] #19 22.17 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-30T03:19:08.289Z] #19 22.17 Recommended packages: [2020-11-30T03:19:08.289Z] #19 22.17 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-30T03:19:08.289Z] #19 22.17 python3-keyrings.alt python3-xdg unzip [2020-11-30T03:19:08.711Z] #11 ... [2020-11-30T03:19:08.711Z] [2020-11-30T03:19:08.711Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:08.711Z] #35 1.596 + RM_GOPATH=0 [2020-11-30T03:19:08.711Z] #35 1.596 + TMP_GOPATH= [2020-11-30T03:19:08.711Z] #35 1.596 + : /build [2020-11-30T03:19:08.711Z] #35 1.596 + '[' -z '' ']' [2020-11-30T03:19:08.711Z] #35 1.596 ++ mktemp -d [2020-11-30T03:19:08.711Z] #35 1.606 + export GOPATH=/tmp/tmp.xbVVe0DMY6 [2020-11-30T03:19:08.711Z] #35 1.606 + GOPATH=/tmp/tmp.xbVVe0DMY6 [2020-11-30T03:19:08.711Z] #35 1.606 + RM_GOPATH=1 [2020-11-30T03:19:08.711Z] #35 1.606 + case "$(go env GOARCH)" in [2020-11-30T03:19:08.711Z] #35 1.610 ++ go env GOARCH [2020-11-30T03:19:08.711Z] #35 1.658 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:19:08.711Z] #35 1.658 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:19:08.711Z] #35 1.693 ++ dirname /tmp/install/install.sh [2020-11-30T03:19:08.711Z] #35 1.712 + dir=/tmp/install [2020-11-30T03:19:08.711Z] #35 1.712 + bin=tini [2020-11-30T03:19:08.711Z] #35 1.712 + shift [2020-11-30T03:19:08.711Z] #35 1.712 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-30T03:19:08.711Z] #35 1.712 + . /tmp/install/tini.installer [2020-11-30T03:19:08.711Z] #35 1.712 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:19:08.711Z] #35 1.712 + install_tini [2020-11-30T03:19:08.711Z] #35 1.712 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-30T03:19:08.711Z] #35 1.712 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:19:08.711Z] #35 1.714 + git clone https://github.com/krallin/tini.git /tmp/tmp.xbVVe0DMY6/tini [2020-11-30T03:19:08.711Z] #35 1.723 Cloning into '/tmp/tmp.xbVVe0DMY6/tini'... [2020-11-30T03:19:08.741Z] #34 ... [2020-11-30T03:19:08.741Z] [2020-11-30T03:19:08.741Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:08.741Z] #49 92.29 context [2020-11-30T03:19:08.785Z] #41 148.4 CC criu/sk-packet.o [2020-11-30T03:19:09.047Z] #41 148.8 CC criu/sk-queue.o [2020-11-30T03:19:09.619Z] #41 149.1 CC criu/sk-tcp.o [2020-11-30T03:19:09.880Z] #41 149.4 CC criu/sk-unix.o [2020-11-30T03:19:10.082Z] #35 3.069 + cd /tmp/tmp.xbVVe0DMY6/tini [2020-11-30T03:19:10.082Z] #35 3.069 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:19:10.082Z] #35 3.132 + cmake . [2020-11-30T03:19:10.110Z] #49 93.90 os [2020-11-30T03:19:10.598Z] #11 ... [2020-11-30T03:19:10.599Z] [2020-11-30T03:19:10.599Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:10.599Z] #41 18.39 CC images/core-arm.o [2020-11-30T03:19:10.599Z] #41 18.96 CC images/core-aarch64.o [2020-11-30T03:19:10.599Z] #41 19.45 CC images/core-ppc64.o [2020-11-30T03:19:10.599Z] #41 20.19 CC images/core-s390.o [2020-11-30T03:19:10.599Z] #41 21.14 CC images/cpuinfo.o [2020-11-30T03:19:10.599Z] #41 21.65 CC images/inventory.o [2020-11-30T03:19:10.599Z] #41 21.95 CC images/fdinfo.o [2020-11-30T03:19:10.599Z] #41 22.47 CC images/fown.o [2020-11-30T03:19:10.599Z] #41 22.86 CC images/ns.o [2020-11-30T03:19:10.599Z] #41 23.16 CC images/regfile.o [2020-11-30T03:19:10.599Z] #41 23.32 CC images/ghost-file.o [2020-11-30T03:19:10.599Z] #41 23.66 CC images/fifo.o [2020-11-30T03:19:10.599Z] #41 23.87 CC images/remap-file-path.o [2020-11-30T03:19:10.599Z] #41 24.15 CC images/eventfd.o [2020-11-30T03:19:10.599Z] #41 24.32 CC images/eventpoll.o [2020-11-30T03:19:10.599Z] #41 24.63 CC images/fh.o [2020-11-30T03:19:10.624Z] #19 24.44 The following NEW packages will be installed: [2020-11-30T03:19:10.624Z] #19 24.45 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-30T03:19:10.624Z] #19 24.45 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-30T03:19:10.624Z] #19 24.45 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-30T03:19:10.624Z] #19 24.45 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-30T03:19:10.624Z] #19 24.46 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-30T03:19:10.624Z] #19 24.46 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-30T03:19:10.624Z] #19 24.46 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-30T03:19:10.624Z] #19 24.46 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-30T03:19:10.624Z] #19 24.46 xz-utils zip [2020-11-30T03:19:10.624Z] #19 24.63 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:19:10.624Z] #19 24.63 Need to get 29.2 MB of archives. [2020-11-30T03:19:10.624Z] #19 24.63 After this operation, 134 MB of additional disk space will be used. [2020-11-30T03:19:10.624Z] #19 24.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-11-30T03:19:10.624Z] #19 24.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-11-30T03:19:10.624Z] #19 24.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-11-30T03:19:10.673Z] #49 ... [2020-11-30T03:19:10.673Z] [2020-11-30T03:19:10.673Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:19:10.673Z] #40 84.16 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:10.673Z] #40 84.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:19:10.673Z] #40 84.24 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:19:10.673Z] #40 84.28 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-11-30T03:19:10.673Z] #40 84.33 Setting up python-six (1.12.0-1) ... [2020-11-30T03:19:10.673Z] #40 90.89 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-11-30T03:19:10.673Z] #40 90.90 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:19:10.673Z] #40 90.97 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:10.673Z] #40 90.99 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-11-30T03:19:10.673Z] #40 91.00 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:10.673Z] #40 91.02 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-11-30T03:19:10.673Z] #40 91.03 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-11-30T03:19:10.673Z] #40 91.04 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-11-30T03:19:10.673Z] #40 91.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-11-30T03:19:10.673Z] #40 91.07 Setting up python-protobuf (3.6.1.3-2) ... [2020-11-30T03:19:10.673Z] #40 ... [2020-11-30T03:19:10.673Z] [2020-11-30T03:19:10.673Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-11-30T03:19:10.673Z] #34 92.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:19:10.673Z] #34 92.90 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:19:10.674Z] #34 92.91 Setting up libuv1:amd64 (1.24.1-1) ... [2020-11-30T03:19:10.674Z] #34 92.96 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:19:10.674Z] #34 93.04 Setting up librhash0:amd64 (1.3.8-1) ... [2020-11-30T03:19:10.674Z] #34 93.06 Setting up cmake-data (3.13.4-1) ... [2020-11-30T03:19:10.674Z] #34 93.08 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-11-30T03:19:10.674Z] #34 93.10 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-30T03:19:10.674Z] #34 93.13 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-11-30T03:19:10.674Z] #34 93.14 Setting up cmake (3.13.4-1) ... [2020-11-30T03:19:10.674Z] #34 93.17 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:19:10.674Z] #34 93.30 Processing triggers for mime-support (3.62) ... [2020-11-30T03:19:10.825Z] #41 150.5 CC criu/sockets.o [2020-11-30T03:19:10.863Z] #41 25.07 CC images/fsnotify.o [2020-11-30T03:19:10.931Z] #34 DONE 94.6s [2020-11-30T03:19:10.931Z] [2020-11-30T03:19:10.931Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:11.014Z] #35 ... [2020-11-30T03:19:11.014Z] [2020-11-30T03:19:11.014Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:19:11.014Z] #40 96.00 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-30T03:19:11.014Z] #40 96.01 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:19:11.014Z] #40 DONE 96.8s [2020-11-30T03:19:11.086Z] #41 ... [2020-11-30T03:19:11.087Z] [2020-11-30T03:19:11.087Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:11.087Z] #47 222.2 + /build/golangci-lint --version [2020-11-30T03:19:11.087Z] #47 222.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-30T03:19:11.087Z] #47 DONE 223.0s [2020-11-30T03:19:11.274Z] [2020-11-30T03:19:11.275Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:11.275Z] #35 4.242 -- The C compiler identification is GNU 8.3.0 [2020-11-30T03:19:11.275Z] #35 4.338 -- Check for working C compiler: /usr/bin/cc [2020-11-30T03:19:11.276Z] #19 25.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-11-30T03:19:11.276Z] #19 25.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-11-30T03:19:11.276Z] #19 25.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-11-30T03:19:11.276Z] #19 25.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-11-30T03:19:11.276Z] #19 25.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-11-30T03:19:11.276Z] #19 25.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-11-30T03:19:11.276Z] #19 25.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-11-30T03:19:11.276Z] #19 25.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-11-30T03:19:11.276Z] #19 25.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-11-30T03:19:11.276Z] #19 25.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-11-30T03:19:11.276Z] #19 25.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-11-30T03:19:11.276Z] #19 25.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-11-30T03:19:11.276Z] #19 25.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-11-30T03:19:11.276Z] #19 25.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-11-30T03:19:11.348Z] [2020-11-30T03:19:11.348Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:11.348Z] #41 151.0 CC criu/stats.o [2020-11-30T03:19:11.443Z] #41 25.70 CC images/signalfd.o [2020-11-30T03:19:11.576Z] #19 25.35 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:19:11.576Z] #19 25.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-11-30T03:19:11.576Z] #19 25.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-11-30T03:19:11.576Z] #19 25.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-11-30T03:19:11.576Z] #19 25.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-11-30T03:19:11.576Z] #19 25.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-11-30T03:19:11.576Z] #19 25.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-11-30T03:19:11.576Z] #19 25.52 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-11-30T03:19:11.609Z] #41 151.2 CC criu/string.o [2020-11-30T03:19:11.609Z] #41 151.3 CC criu/sysctl.o [2020-11-30T03:19:11.725Z] #41 25.97 CC images/fs.o [2020-11-30T03:19:11.840Z] #35 ... [2020-11-30T03:19:11.841Z] [2020-11-30T03:19:11.841Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:11.841Z] #43 87.46 strings [2020-11-30T03:19:11.841Z] #43 89.10 os [2020-11-30T03:19:11.841Z] #43 91.11 regexp/syntax [2020-11-30T03:19:11.841Z] #43 93.98 fmt [2020-11-30T03:19:11.841Z] #43 ... [2020-11-30T03:19:11.841Z] [2020-11-30T03:19:11.841Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:11.841Z] #11 94.70 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-30T03:19:11.841Z] #11 94.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-30T03:19:11.841Z] #11 94.72 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:19:11.882Z] #19 25.70 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-11-30T03:19:11.882Z] #19 25.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-11-30T03:19:11.882Z] #19 25.81 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-11-30T03:19:11.882Z] #19 25.81 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-11-30T03:19:11.990Z] #41 26.21 CC images/pstree.o [2020-11-30T03:19:12.181Z] #41 151.9 CC criu/sysfs_parse.o [2020-11-30T03:19:12.254Z] #41 26.48 CC images/pipe.o [2020-11-30T03:19:12.300Z] #35 1.436 + RM_GOPATH=0 [2020-11-30T03:19:12.300Z] #35 1.436 + TMP_GOPATH= [2020-11-30T03:19:12.300Z] #35 1.436 + : /build [2020-11-30T03:19:12.300Z] #35 1.436 + '[' -z '' ']' [2020-11-30T03:19:12.442Z] #41 152.2 CC criu/timens.o [2020-11-30T03:19:12.549Z] #19 26.42 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-11-30T03:19:12.549Z] #19 26.43 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-11-30T03:19:12.549Z] #19 26.47 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-11-30T03:19:12.549Z] #19 26.53 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-11-30T03:19:12.549Z] #19 26.53 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-11-30T03:19:12.549Z] #19 26.55 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-11-30T03:19:12.557Z] #35 1.437 ++ mktemp -d [2020-11-30T03:19:12.557Z] #35 1.441 + export GOPATH=/tmp/tmp.VJqKZApA69 [2020-11-30T03:19:12.557Z] #35 1.441 + GOPATH=/tmp/tmp.VJqKZApA69 [2020-11-30T03:19:12.557Z] #35 1.441 + RM_GOPATH=1 [2020-11-30T03:19:12.557Z] #35 1.441 + case "$(go env GOARCH)" in [2020-11-30T03:19:12.557Z] #35 1.441 ++ go env GOARCH [2020-11-30T03:19:12.557Z] #35 1.490 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:19:12.557Z] #35 1.490 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:19:12.557Z] #35 1.490 ++ dirname /tmp/install/install.sh [2020-11-30T03:19:12.557Z] #35 1.503 + dir=/tmp/install [2020-11-30T03:19:12.557Z] #35 1.503 + bin=tini [2020-11-30T03:19:12.557Z] #35 1.503 + shift [2020-11-30T03:19:12.557Z] #35 1.503 + '[' '!' -f /tmp/install/tini.installer ']' [2020-11-30T03:19:12.557Z] #35 1.503 + . /tmp/install/tini.installer [2020-11-30T03:19:12.557Z] #35 1.503 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:19:12.557Z] #35 1.503 + install_tini [2020-11-30T03:19:12.557Z] #35 1.503 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-11-30T03:19:12.557Z] #35 1.503 + git clone https://github.com/krallin/tini.git /tmp/tmp.VJqKZApA69/tini [2020-11-30T03:19:12.557Z] #35 1.503 Cloning into '/tmp/tmp.VJqKZApA69/tini'... [2020-11-30T03:19:12.557Z] #35 1.503 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:19:12.704Z] #41 152.3 CC criu/timerfd.o [2020-11-30T03:19:12.704Z] #41 152.5 CC criu/tty.o [2020-11-30T03:19:12.832Z] #41 26.79 CC images/tcp-stream.o [2020-11-30T03:19:12.833Z] #41 27.07 CC images/sk-packet.o [2020-11-30T03:19:12.856Z] #19 ... [2020-11-30T03:19:12.856Z] [2020-11-30T03:19:12.856Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:12.856Z] #57 134.7 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:19:12.856Z] #57 134.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-30T03:19:12.856Z] #57 DONE 142.9s [2020-11-30T03:19:12.856Z] [2020-11-30T03:19:12.856Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:12.856Z] #19 26.72 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-30T03:19:12.856Z] #19 26.74 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-11-30T03:19:12.856Z] #19 26.77 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-11-30T03:19:12.856Z] #19 26.79 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-30T03:19:12.856Z] #19 ... [2020-11-30T03:19:12.856Z] [2020-11-30T03:19:12.856Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-30T03:19:12.856Z] #58 DONE 0.1s [2020-11-30T03:19:12.856Z] [2020-11-30T03:19:12.856Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-30T03:19:12.856Z] #59 DONE 0.1s [2020-11-30T03:19:12.856Z] [2020-11-30T03:19:12.856Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:12.856Z] #19 26.80 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-11-30T03:19:12.856Z] #19 26.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-30T03:19:12.856Z] #19 26.83 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-11-30T03:19:13.098Z] #41 27.32 CC images/mnt.o [2020-11-30T03:19:13.161Z] #19 26.93 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-11-30T03:19:13.161Z] #19 26.95 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-11-30T03:19:13.161Z] #19 26.98 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-30T03:19:13.362Z] #41 27.48 CC images/pipe-data.o [2020-11-30T03:19:13.362Z] #41 27.62 CC images/sa.o [2020-11-30T03:19:13.463Z] #19 27.26 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-11-30T03:19:13.463Z] #19 27.38 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-11-30T03:19:13.487Z] #35 2.532 + cd /tmp/tmp.VJqKZApA69/tini [2020-11-30T03:19:13.487Z] #35 2.532 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-11-30T03:19:13.487Z] #35 2.553 + cmake . [2020-11-30T03:19:13.630Z] #41 27.80 CC images/timer.o [2020-11-30T03:19:13.647Z] #41 153.3 CC criu/tun.o [2020-11-30T03:19:13.725Z] Commit message: "Add feature: remove spare network url" [2020-11-30T03:19:13.763Z] #19 27.67 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-11-30T03:19:13.908Z] #41 153.6 CC criu/uffd.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-11-30T03:19:14.270Z] #41 28.32 CC images/timerfd.o [Pipeline] sh [2020-11-30T03:19:14.419Z] #35 3.651 -- The C compiler identification is GNU 8.3.0 [2020-11-30T03:19:14.482Z] #41 154.2 CC criu/util.o [2020-11-30T03:19:14.558Z] #41 28.62 CC images/mm.o [2020-11-30T03:19:14.676Z] #35 3.657 -- Check for working C compiler: /usr/bin/cc [2020-11-30T03:19:14.820Z] #19 28.66 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:19:14.820Z] #19 28.76 Fetched 29.2 MB in 3s (9287 kB/s) [2020-11-30T03:19:14.820Z] #19 ... [2020-11-30T03:19:14.820Z] [2020-11-30T03:19:14.820Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:14.820Z] #44 134.9 vendor/golang.org/x/text/unicode/norm [2020-11-30T03:19:14.820Z] #44 136.5 github.com/LK4D4/vndr/build [2020-11-30T03:19:14.820Z] #44 144.5 encoding/asn1 [2020-11-30T03:19:14.820Z] #44 ... [2020-11-30T03:19:14.820Z] [2020-11-30T03:19:14.820Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:14.820Z] #19 28.82 Selecting previously unselected package pigz. [2020-11-30T03:19:14.820Z] #19 28.82 (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 ... 23361 files and directories currently installed.) [2020-11-30T03:19:14.820Z] #19 28.91 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-11-30T03:19:15.115Z] #11 ... [2020-11-30T03:19:15.115Z] [2020-11-30T03:19:15.115Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:15.115Z] #35 5.442 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-30T03:19:15.115Z] #35 5.460 -- Detecting C compiler ABI info [2020-11-30T03:19:15.115Z] #35 6.413 -- Detecting C compiler ABI info - done [2020-11-30T03:19:15.115Z] #35 6.475 -- Detecting C compile features [2020-11-30T03:19:15.119Z] #19 28.91 Unpacking pigz (2.4-1) ... [2020-11-30T03:19:15.119Z] #19 29.00 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-11-30T03:19:15.119Z] #19 29.01 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-30T03:19:15.119Z] #19 29.01 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-30T03:19:15.147Z] #41 29.30 CC images/sk-opts.o [2020-11-30T03:19:15.147Z] #41 29.50 CC images/sk-unix.o [2020-11-30T03:19:15.425Z] #41 155.0 CC criu/uts_ns.o [2020-11-30T03:19:15.425Z] #41 155.1 CC criu/vdso-compat.o [2020-11-30T03:19:15.426Z] #41 155.2 CC criu/vdso.o [2020-11-30T03:19:15.443Z] #19 29.36 Selecting previously unselected package python3.7-minimal. [2020-11-30T03:19:15.443Z] #19 29.37 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-30T03:19:15.443Z] #19 29.39 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:19:15.607Z] #35 ... [2020-11-30T03:19:15.607Z] [2020-11-30T03:19:15.607Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:15.607Z] #43 89.07 time [2020-11-30T03:19:15.607Z] #43 94.23 strings [2020-11-30T03:19:15.607Z] #43 96.63 os [2020-11-30T03:19:15.607Z] #43 98.72 regexp/syntax [2020-11-30T03:19:15.607Z] #43 ... [2020-11-30T03:19:15.607Z] [2020-11-30T03:19:15.607Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:15.607Z] #32 89.67 internal/poll [2020-11-30T03:19:15.607Z] #32 90.64 internal/fmtsort [2020-11-30T03:19:15.607Z] #32 91.66 internal/syscall/execenv [2020-11-30T03:19:15.607Z] #32 92.01 internal/syscall/unix [2020-11-30T03:19:15.607Z] #32 92.20 strings [2020-11-30T03:19:15.607Z] #32 92.27 os [2020-11-30T03:19:15.607Z] #32 96.89 path [2020-11-30T03:19:15.607Z] #32 97.64 text/tabwriter [2020-11-30T03:19:15.607Z] #32 98.04 fmt [2020-11-30T03:19:15.607Z] #32 98.93 path/filepath [2020-11-30T03:19:15.607Z] #32 ... [2020-11-30T03:19:15.607Z] [2020-11-30T03:19:15.607Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:15.607Z] #35 4.744 -- Check for working C compiler: /usr/bin/cc -- works [2020-11-30T03:19:15.607Z] #35 4.756 -- Detecting C compiler ABI info [2020-11-30T03:19:15.730Z] #41 29.89 CC images/sk-inet.o [2020-11-30T03:19:15.993Z] #41 ... [2020-11-30T03:19:15.993Z] [2020-11-30T03:19:15.993Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:15.993Z] #43 99.80 net/http/httptrace [2020-11-30T03:19:15.993Z] #43 100.1 net/http [2020-11-30T03:19:15.997Z] #41 155.5 LINK criu/built-in.o [2020-11-30T03:19:15.997Z] #41 155.6 LINK criu/criu [2020-11-30T03:19:15.997Z] #41 155.8 DEP lib/c/criu.d [2020-11-30T03:19:15.997Z] #41 155.9 CC images/rpc.pb-c.o [2020-11-30T03:19:16.256Z] #43 ... [2020-11-30T03:19:16.256Z] [2020-11-30T03:19:16.256Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:16.256Z] #41 30.40 CC images/tun.o [2020-11-30T03:19:16.495Z] #35 9.640 -- Detecting C compile features - done [2020-11-30T03:19:16.510Z] #19 30.44 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-11-30T03:19:16.510Z] #19 30.46 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:19:16.519Z] #41 30.68 CC images/sk-netlink.o [2020-11-30T03:19:16.570Z] #41 156.2 CC lib/c/criu.o [2020-11-30T03:19:16.752Z] #35 9.658 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-30T03:19:16.782Z] #41 31.01 CC images/packet-sock.o [2020-11-30T03:19:16.800Z] + docker version [2020-11-30T03:19:16.832Z] #41 156.7 LINK lib/c/built-in.o [2020-11-30T03:19:16.977Z] #35 5.731 -- Detecting C compiler ABI info - done [2020-11-30T03:19:16.977Z] #35 5.758 -- Detecting C compile features [2020-11-30T03:19:17.010Z] #35 10.05 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-30T03:19:17.093Z] #41 156.7 LINK lib/c/libcriu.so [2020-11-30T03:19:17.093Z] #41 156.8 LINK lib/c/libcriu.a [2020-11-30T03:19:17.093Z] #41 156.9 GEN magic.py [2020-11-30T03:19:17.157Z] #19 ... [2020-11-30T03:19:17.157Z] [2020-11-30T03:19:17.157Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:17.157Z] #42 71.76 CC criu/arch/ppc64/vdso-pie.o [2020-11-30T03:19:17.157Z] #42 72.14 CC criu/arch/ppc64/restorer.o [2020-11-30T03:19:17.157Z] #42 72.75 CC criu/arch/ppc64/vdso-trampoline.o [2020-11-30T03:19:17.157Z] #42 72.78 CC criu/pie/restorer.o [2020-11-30T03:19:17.157Z] #42 76.79 LINK criu/pie/restorer.built-in.o [2020-11-30T03:19:17.157Z] #42 76.81 GEN criu/pie/restorer-blob.h [2020-11-30T03:19:17.157Z] #42 76.93 DEP criu/vdso.d [2020-11-30T03:19:17.157Z] #42 77.20 DEP criu/uts_ns.d [2020-11-30T03:19:17.157Z] #42 77.54 DEP criu/util.d [2020-11-30T03:19:17.157Z] #42 78.03 DEP criu/uffd.d [2020-11-30T03:19:17.157Z] #42 78.34 DEP criu/tun.d [2020-11-30T03:19:17.157Z] #42 78.65 DEP criu/tty.d [2020-11-30T03:19:17.157Z] #42 78.95 DEP criu/timerfd.d [2020-11-30T03:19:17.157Z] #42 79.12 DEP criu/timens.d [2020-11-30T03:19:17.157Z] #42 79.32 DEP criu/sysfs_parse.d [2020-11-30T03:19:17.157Z] #42 79.47 DEP criu/sysctl.d [2020-11-30T03:19:17.157Z] #42 79.69 DEP criu/string.d [2020-11-30T03:19:17.157Z] #42 79.74 DEP criu/stats.d [2020-11-30T03:19:17.157Z] #42 79.88 DEP criu/sockets.d [2020-11-30T03:19:17.157Z] #42 80.11 DEP criu/sk-unix.d [2020-11-30T03:19:17.157Z] #42 80.31 DEP criu/sk-tcp.d [2020-11-30T03:19:17.157Z] #42 80.52 DEP criu/sk-queue.d [2020-11-30T03:19:17.157Z] #42 80.71 DEP criu/sk-packet.d [2020-11-30T03:19:17.157Z] #42 80.91 DEP criu/sk-netlink.d [2020-11-30T03:19:17.157Z] #42 81.12 DEP criu/sk-inet.d [2020-11-30T03:19:17.157Z] #42 81.39 DEP criu/signalfd.d [2020-11-30T03:19:17.157Z] #42 81.62 DEP criu/sigframe.d [2020-11-30T03:19:17.157Z] #42 81.80 DEP criu/shmem.d [2020-11-30T03:19:17.267Z] #35 10.26 -- Configuring done [2020-11-30T03:19:17.267Z] #35 10.30 -- Generating done [2020-11-30T03:19:17.267Z] #35 10.30 -- Build files have been written to: /tmp/tmp.xbVVe0DMY6/tini [2020-11-30T03:19:17.267Z] #35 10.33 + make tini-static [2020-11-30T03:19:17.357Z] #41 157.0 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:19:17.357Z] #41 157.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:19:17.357Z] #41 157.0 Note: Building without GnuTLS support [2020-11-30T03:19:17.357Z] #41 157.0 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:19:17.357Z] #41 157.0 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:19:17.361Z] #41 31.48 CC images/ipc-var.o [2020-11-30T03:19:17.361Z] #41 31.59 CC images/ipc-desc.o [2020-11-30T03:19:17.457Z] #42 ... [2020-11-30T03:19:17.457Z] [2020-11-30T03:19:17.457Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:17.457Z] #44 147.5 vendor/golang.org/x/net/idna [2020-11-30T03:19:17.619Z] #41 157.4 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:19:17.626Z] #41 31.79 CC images/ipc-shm.o [2020-11-30T03:19:17.890Z] #41 32.06 CC images/ipc-msg.o [2020-11-30T03:19:18.155Z] #41 32.47 CC images/ipc-sem.o [2020-11-30T03:19:18.191Z] #41 157.9 make[1]: Nothing to be done for 'all'. [2020-11-30T03:19:18.201Z] #35 11.11 Scanning dependencies of target tini-static [2020-11-30T03:19:18.201Z] #35 11.28 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-30T03:19:18.359Z] #35 ... [2020-11-30T03:19:18.359Z] [2020-11-30T03:19:18.359Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-11-30T03:19:18.359Z] #40 100.3 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-11-30T03:19:18.359Z] #40 100.3 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:19:18.359Z] #40 DONE 102.0s [2020-11-30T03:19:18.420Z] #41 32.60 CC images/utsns.o [2020-11-30T03:19:18.452Z] #41 158.3 make[1]: 'images/built-in.o' is up to date. [2020-11-30T03:19:18.452Z] #41 158.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-30T03:19:18.462Z] #35 ... [2020-11-30T03:19:18.462Z] [2020-11-30T03:19:18.462Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:18.462Z] #32 94.23 io/ioutil [2020-11-30T03:19:18.462Z] #32 97.67 github.com/BurntSushi/toml [2020-11-30T03:19:18.462Z] #32 97.67 flag [2020-11-30T03:19:18.462Z] #32 99.90 log [2020-11-30T03:19:18.462Z] #32 104.0 github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:19:18.615Z] [2020-11-30T03:19:18.615Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:18.685Z] #41 32.80 CC images/creds.o [2020-11-30T03:19:18.713Z] #41 158.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-30T03:19:18.713Z] #41 158.4 make[1]: 'compel/libcompel.a' is up to date. [2020-11-30T03:19:18.713Z] #41 158.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-30T03:19:18.713Z] #41 158.4 make[1]: Nothing to be done for 'all'. [2020-11-30T03:19:18.713Z] #41 158.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:19:18.713Z] #41 158.5 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.744Z] #32 ... [2020-11-30T03:19:18.744Z] [2020-11-30T03:19:18.744Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:18.744Z] #41 3.250 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:19:18.744Z] #41 3.250 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:19:18.744Z] #41 3.319 Note: Building without GnuTLS support [2020-11-30T03:19:18.744Z] #41 3.327 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:19:18.744Z] #41 3.327 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:19:18.744Z] #41 6.874 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:19:18.744Z] #41 7.074 GEN .gitid [2020-11-30T03:19:18.744Z] #41 7.290 GEN criu/include/version.h [2020-11-30T03:19:18.744Z] #41 7.628 GEN include/common/asm [2020-11-30T03:19:18.744Z] #41 ... [2020-11-30T03:19:18.744Z] [2020-11-30T03:19:18.744Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:18.744Z] #49 94.45 encoding/base64 [2020-11-30T03:19:18.744Z] #49 95.81 golang.org/x/sys/unix [2020-11-30T03:19:18.744Z] #49 97.80 encoding/json [2020-11-30T03:19:18.950Z] #41 33.02 CC images/vma.o [2020-11-30T03:19:18.950Z] #41 33.23 CC images/netdev.o [2020-11-30T03:19:18.974Z] #41 158.6 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.974Z] #41 158.6 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.974Z] #41 158.6 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.974Z] #41 158.7 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.974Z] #41 158.7 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.974Z] #41 158.7 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:18.974Z] #41 158.8 make[2]: Nothing to be done for 'all'. [2020-11-30T03:19:19.018Z] #49 ... [2020-11-30T03:19:19.018Z] [2020-11-30T03:19:19.018Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:19.018Z] #43 99.03 regexp [2020-11-30T03:19:19.018Z] #43 100.8 go/token [2020-11-30T03:19:19.018Z] #43 102.3 go/scanner [2020-11-30T03:19:19.018Z] #43 104.2 go/ast [2020-11-30T03:19:19.235Z] #41 158.8 INSTALL criu/criu [2020-11-30T03:19:19.275Z] #43 104.9 internal/lazyregexp [2020-11-30T03:19:19.275Z] #43 ... [2020-11-30T03:19:19.275Z] [2020-11-30T03:19:19.275Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:19.275Z] #11 105.0 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-30T03:19:19.275Z] #11 105.1 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:19:19.275Z] #11 105.1 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:19.497Z] #41 DONE 159.1s [2020-11-30T03:19:19.497Z] [2020-11-30T03:19:19.497Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:19.530Z] #41 33.62 CC images/tty.o [2020-11-30T03:19:19.567Z] #44 149.7 vendor/golang.org/x/crypto/cryptobyte [2020-11-30T03:19:19.795Z] #41 34.15 CC images/file-lock.o [2020-11-30T03:19:19.854Z] #11 105.5 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-30T03:19:19.854Z] #11 105.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:19:19.854Z] #11 105.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:20.059Z] #41 34.37 CC images/rlimit.o [2020-11-30T03:19:20.324Z] #41 34.62 CC images/pagemap.o [2020-11-30T03:19:20.902Z] #41 34.95 CC images/siginfo.o [2020-11-30T03:19:20.917Z] #54 ... [2020-11-30T03:19:20.917Z] [2020-11-30T03:19:20.917Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-30T03:19:20.917Z] #42 DONE 0.1s [2020-11-30T03:19:20.917Z] [2020-11-30T03:19:20.917Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-30T03:19:21.166Z] #41 35.36 CC images/rpc.o [2020-11-30T03:19:21.240Z] #44 DONE 0.3s [2020-11-30T03:19:21.240Z] [2020-11-30T03:19:21.240Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-30T03:19:21.593Z] #46 DONE 0.3s [2020-11-30T03:19:21.593Z] [2020-11-30T03:19:21.593Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-30T03:19:21.893Z] #41 ... [2020-11-30T03:19:21.893Z] [2020-11-30T03:19:21.893Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:21.893Z] #49 95.19 encoding/binary [2020-11-30T03:19:21.893Z] #49 98.75 encoding/base64 [2020-11-30T03:19:21.893Z] #49 99.86 fmt [2020-11-30T03:19:21.893Z] #49 99.92 path/filepath [2020-11-30T03:19:21.893Z] #49 101.4 golang.org/x/sys/unix [2020-11-30T03:19:21.893Z] #49 ... [2020-11-30T03:19:21.893Z] [2020-11-30T03:19:21.893Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:21.893Z] #11 95.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-11-30T03:19:21.893Z] #11 95.25 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-11-30T03:19:21.893Z] #11 95.29 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:19:21.893Z] #11 105.1 Selecting previously unselected package gcc-mingw-w64-base. [2020-11-30T03:19:21.893Z] #11 105.1 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:19:21.893Z] #11 105.1 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:21.893Z] #11 105.5 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-11-30T03:19:21.893Z] #11 ... [2020-11-30T03:19:21.893Z] [2020-11-30T03:19:21.893Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:21.893Z] #41 3.232 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:19:21.893Z] #41 3.232 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:19:21.893Z] #41 3.265 Note: Building without GnuTLS support [2020-11-30T03:19:21.893Z] #41 3.271 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:19:21.893Z] #41 3.271 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:19:22.120Z] #41 ... [2020-11-30T03:19:22.120Z] [2020-11-30T03:19:22.120Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:22.120Z] #11 112.6 Selecting previously unselected package libapparmor1:arm64. [2020-11-30T03:19:22.120Z] #11 112.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 112.6 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-11-30T03:19:22.120Z] #11 112.7 Selecting previously unselected package libapparmor-dev:arm64. [2020-11-30T03:19:22.120Z] #11 112.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 112.8 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-30T03:19:22.120Z] #11 112.9 Selecting previously unselected package libbtrfs0. [2020-11-30T03:19:22.120Z] #11 112.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 112.9 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:19:22.120Z] #11 113.0 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:19:22.120Z] #11 113.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 113.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:19:22.120Z] #11 113.2 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-11-30T03:19:22.120Z] #11 113.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 113.2 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-30T03:19:22.120Z] #11 113.3 Selecting previously unselected package libudev-dev:arm64. [2020-11-30T03:19:22.120Z] #11 113.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 113.4 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-30T03:19:22.120Z] #11 113.5 Selecting previously unselected package libsepol1-dev:arm64. [2020-11-30T03:19:22.120Z] #11 113.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 113.5 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-11-30T03:19:22.120Z] #11 114.0 Selecting previously unselected package libpcre16-3:arm64. [2020-11-30T03:19:22.120Z] #11 114.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 114.0 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-11-30T03:19:22.120Z] #11 114.2 Selecting previously unselected package libpcre32-3:arm64. [2020-11-30T03:19:22.120Z] #11 114.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 114.2 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-11-30T03:19:22.120Z] #11 114.5 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-11-30T03:19:22.120Z] #11 114.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 114.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-30T03:19:22.120Z] #11 114.6 Selecting previously unselected package libpcre3-dev:arm64. [2020-11-30T03:19:22.120Z] #11 114.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 114.6 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-30T03:19:22.120Z] #11 115.1 Selecting previously unselected package libselinux1-dev:arm64. [2020-11-30T03:19:22.120Z] #11 115.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 115.1 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-30T03:19:22.120Z] #11 115.7 Selecting previously unselected package libdevmapper-dev:arm64. [2020-11-30T03:19:22.120Z] #11 115.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-11-30T03:19:22.120Z] #11 115.7 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-30T03:19:22.120Z] #11 116.1 Selecting previously unselected package libseccomp-dev:arm64. [2020-11-30T03:19:22.180Z] #48 DONE 1.0s [2020-11-30T03:19:22.180Z] [2020-11-30T03:19:22.180Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:22.352Z] #44 ... [2020-11-30T03:19:22.352Z] [2020-11-30T03:19:22.352Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:22.352Z] #19 33.00 Selecting previously unselected package python3-minimal. [2020-11-30T03:19:22.352Z] #19 33.00 (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 ... 23610 files and directories currently installed.) [2020-11-30T03:19:22.352Z] #19 33.07 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-11-30T03:19:22.352Z] #19 33.07 Unpacking python3-minimal (3.7.3-1) ... [2020-11-30T03:19:22.352Z] #19 33.16 Selecting previously unselected package libmpdec2:ppc64el. [2020-11-30T03:19:22.352Z] #19 33.17 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-11-30T03:19:22.352Z] #19 33.18 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-11-30T03:19:22.352Z] #19 33.36 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-11-30T03:19:22.352Z] #19 33.37 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-30T03:19:22.352Z] #19 33.37 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-30T03:19:22.352Z] #19 34.39 Selecting previously unselected package python3.7. [2020-11-30T03:19:22.352Z] #19 34.41 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-11-30T03:19:22.352Z] #19 34.41 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:19:22.352Z] #19 34.56 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-11-30T03:19:22.352Z] #19 34.57 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-11-30T03:19:22.352Z] #19 34.58 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-30T03:19:22.352Z] #19 34.66 Setting up python3-minimal (3.7.3-1) ... [2020-11-30T03:19:22.352Z] #19 35.34 Selecting previously unselected package python3. [2020-11-30T03:19:22.353Z] #19 35.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 ... 24022 files and directories currently installed.) [2020-11-30T03:19:22.353Z] #19 35.41 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.42 Unpacking python3 (3.7.3-1) ... [2020-11-30T03:19:22.353Z] #19 35.56 Selecting previously unselected package libip4tc0:ppc64el. [2020-11-30T03:19:22.353Z] #19 35.59 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.60 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-11-30T03:19:22.353Z] #19 35.68 Selecting previously unselected package libip6tc0:ppc64el. [2020-11-30T03:19:22.353Z] #19 35.68 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.69 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-11-30T03:19:22.353Z] #19 35.76 Selecting previously unselected package libiptc0:ppc64el. [2020-11-30T03:19:22.353Z] #19 35.76 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.76 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-11-30T03:19:22.353Z] #19 35.83 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-11-30T03:19:22.353Z] #19 35.83 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.84 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-30T03:19:22.353Z] #19 35.90 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-11-30T03:19:22.353Z] #19 35.90 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.91 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-30T03:19:22.353Z] #19 35.96 Selecting previously unselected package libnftnl11:ppc64el. [2020-11-30T03:19:22.353Z] #19 35.97 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 35.97 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-11-30T03:19:22.353Z] #19 36.06 Selecting previously unselected package iptables. [2020-11-30T03:19:22.353Z] #19 36.06 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-11-30T03:19:22.353Z] #19 36.07 Unpacking iptables (1.8.2-4) ... [2020-11-30T03:19:22.385Z] #11 116.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-11-30T03:19:22.385Z] #11 116.1 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-30T03:19:22.386Z] #11 ... [2020-11-30T03:19:22.386Z] [2020-11-30T03:19:22.386Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:22.386Z] #35 13.56 [100%] Linking C executable tini-static [2020-11-30T03:19:22.386Z] #35 14.26 [100%] Built target tini-static [2020-11-30T03:19:22.386Z] #35 14.42 + mkdir -p /build [2020-11-30T03:19:22.386Z] #35 14.43 + cp tini-static /build/docker-init [2020-11-30T03:19:22.386Z] #35 DONE 15.3s [2020-11-30T03:19:22.386Z] [2020-11-30T03:19:22.386Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:22.386Z] #41 10.68 PBCC images/timens.pb-c.c [2020-11-30T03:19:22.386Z] #41 10.70 DEP images/timens.pb-c.d [2020-11-30T03:19:22.386Z] #41 10.79 PBCC images/fown.pb-c.c [2020-11-30T03:19:22.386Z] #41 10.79 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-30T03:19:22.386Z] #41 10.88 PBCC images/opts.pb-c.c [2020-11-30T03:19:22.386Z] #41 10.96 PBCC images/memfd.pb-c.c [2020-11-30T03:19:22.386Z] #41 11.02 DEP images/fown.pb-c.d [2020-11-30T03:19:22.386Z] #41 11.17 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-30T03:19:22.386Z] #41 11.38 DEP images/opts.pb-c.d [2020-11-30T03:19:22.441Z] #54 ... [2020-11-30T03:19:22.441Z] [2020-11-30T03:19:22.441Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-30T03:19:22.441Z] #50 DONE 0.1s [2020-11-30T03:19:22.441Z] [2020-11-30T03:19:22.441Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-30T03:19:22.642Z] #41 11.55 DEP images/memfd.pb-c.d [2020-11-30T03:19:22.642Z] #41 11.62 PBCC images/sit.pb-c.c [2020-11-30T03:19:22.643Z] Client: Docker Engine - Enterprise [2020-11-30T03:19:22.643Z] Version: 19.03.12 [2020-11-30T03:19:22.643Z] API version: 1.40 [2020-11-30T03:19:22.643Z] Go version: go1.13.13 [2020-11-30T03:19:22.643Z] Git commit: 4306744 [2020-11-30T03:19:22.643Z] Built: 08/05/2020 19:27:53 [2020-11-30T03:19:22.643Z] OS/Arch: windows/amd64 [2020-11-30T03:19:22.643Z] Experimental: false [2020-11-30T03:19:22.643Z] [2020-11-30T03:19:22.643Z] Server: Docker Engine - Enterprise [2020-11-30T03:19:22.643Z] Engine: [2020-11-30T03:19:22.643Z] Version: 19.03.12 [2020-11-30T03:19:22.643Z] API version: 1.40 (minimum version 1.24) [2020-11-30T03:19:22.643Z] Go version: go1.13.13 [2020-11-30T03:19:22.643Z] Git commit: f295753ffd [2020-11-30T03:19:22.643Z] Built: 08/05/2020 19:26:41 [2020-11-30T03:19:22.643Z] OS/Arch: windows/amd64 [2020-11-30T03:19:22.643Z] Experimental: true [2020-11-30T03:19:22.650Z] #11 116.5 Selecting previously unselected package libsystemd-dev:arm64. [2020-11-30T03:19:22.650Z] #11 116.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-11-30T03:19:22.650Z] #11 116.5 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-30T03:19:22.652Z] #19 36.59 Selecting previously unselected package xxd. [2020-11-30T03:19:22.652Z] #19 36.60 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-30T03:19:22.652Z] #19 36.61 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:19:22.899Z] #41 11.74 DEP images/sit.pb-c.d [2020-11-30T03:19:22.899Z] #41 11.88 PBCC images/macvlan.pb-c.c [2020-11-30T03:19:22.899Z] #41 11.91 DEP images/macvlan.pb-c.d [2020-11-30T03:19:22.952Z] #19 36.72 Selecting previously unselected package vim-common. [2020-11-30T03:19:22.952Z] #19 36.73 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:19:22.952Z] #19 36.77 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:19:22.952Z] #19 37.01 Selecting previously unselected package bash-completion. [2020-11-30T03:19:23.012Z] #52 DONE 0.5s [2020-11-30T03:19:23.012Z] [2020-11-30T03:19:23.012Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:23.012Z] #54 188.0 + bin/containerd [2020-11-30T03:19:23.156Z] #41 12.05 PBCC images/autofs.pb-c.c [2020-11-30T03:19:23.156Z] #41 12.09 DEP images/autofs.pb-c.d [2020-11-30T03:19:23.228Z] #11 117.1 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-11-30T03:19:23.228Z] #11 117.2 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-11-30T03:19:23.261Z] #19 37.01 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [Pipeline] sh [2020-11-30T03:19:23.412Z] #41 12.32 PBCC images/sysctl.pb-c.c [2020-11-30T03:19:23.412Z] #41 12.32 DEP images/sysctl.pb-c.d [2020-11-30T03:19:23.412Z] #41 12.36 PBCC images/time.pb-c.c [2020-11-30T03:19:23.412Z] #41 12.51 DEP images/time.pb-c.d [2020-11-30T03:19:23.494Z] #11 117.2 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-11-30T03:19:23.494Z] #11 117.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:19:23.494Z] #11 117.2 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-11-30T03:19:23.494Z] #11 117.3 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-11-30T03:19:23.494Z] #11 117.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:23.494Z] #11 117.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:19:23.669Z] #41 12.62 PBCC images/binfmt-misc.pb-c.c [2020-11-30T03:19:23.669Z] #41 12.65 DEP images/binfmt-misc.pb-c.d [2020-11-30T03:19:23.669Z] #41 12.72 PBCC images/seccomp.pb-c.c [2020-11-30T03:19:23.758Z] #11 117.5 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-11-30T03:19:23.758Z] #11 117.5 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-11-30T03:19:23.758Z] #11 117.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:19:23.758Z] #11 117.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:19:23.758Z] #11 117.7 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-11-30T03:19:23.758Z] #11 117.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-30T03:19:23.926Z] #41 12.73 DEP images/seccomp.pb-c.d [2020-11-30T03:19:23.926Z] #41 12.85 PBCC images/userns.pb-c.c [2020-11-30T03:19:23.926Z] #41 12.91 DEP images/userns.pb-c.d [2020-11-30T03:19:24.026Z] #11 117.7 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-11-30T03:19:24.026Z] #11 117.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:19:24.026Z] #11 118.0 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-11-30T03:19:24.183Z] #41 13.05 PBCC images/cgroup.pb-c.c [2020-11-30T03:19:24.183Z] #41 13.09 DEP images/cgroup.pb-c.d [2020-11-30T03:19:24.183Z] #41 13.24 PBCC images/ext-file.pb-c.c [2020-11-30T03:19:24.206Z] + docker info [2020-11-30T03:19:24.291Z] #11 118.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:24.291Z] #11 118.2 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-11-30T03:19:24.291Z] #11 118.3 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-11-30T03:19:24.440Z] #41 13.34 DEP images/ext-file.pb-c.d [2020-11-30T03:19:24.440Z] #41 13.45 PBCC images/rpc.pb-c.c [2020-11-30T03:19:24.556Z] #11 118.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:24.556Z] #11 118.3 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-11-30T03:19:24.556Z] #11 118.3 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-11-30T03:19:24.556Z] #11 118.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:19:24.556Z] #11 118.4 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-11-30T03:19:24.556Z] #11 118.4 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-11-30T03:19:24.556Z] #11 118.4 Setting up dmsetup (2:1.02.155-3) ... [2020-11-30T03:19:24.556Z] #11 118.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-11-30T03:19:24.556Z] #11 118.5 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-11-30T03:19:24.556Z] #11 118.5 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:19:24.697Z] #41 13.60 DEP images/rpc.pb-c.d [2020-11-30T03:19:24.697Z] #41 13.76 PBCC images/siginfo.pb-c.c [2020-11-30T03:19:24.697Z] #41 13.84 DEP images/siginfo.pb-c.d [2020-11-30T03:19:24.955Z] #41 13.89 PBCC images/pagemap.pb-c.c [2020-11-30T03:19:24.955Z] #41 13.95 DEP images/pagemap.pb-c.d [2020-11-30T03:19:24.955Z] #41 14.06 PBCC images/rlimit.pb-c.c [2020-11-30T03:19:25.167Z] #41 6.281 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:19:25.167Z] #41 ... [2020-11-30T03:19:25.167Z] [2020-11-30T03:19:25.167Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:25.167Z] #35 8.582 -- Detecting C compile features - done [2020-11-30T03:19:25.167Z] #35 8.671 -- Performing Test HAS_BUILTIN_FORTIFY [2020-11-30T03:19:25.167Z] #35 9.128 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-11-30T03:19:25.167Z] #35 9.414 -- Configuring done [2020-11-30T03:19:25.167Z] #35 9.430 -- Generating done [2020-11-30T03:19:25.167Z] #35 9.467 -- Build files have been written to: /tmp/tmp.VJqKZApA69/tini [2020-11-30T03:19:25.167Z] #35 9.484 + make tini-static [2020-11-30T03:19:25.167Z] #35 10.19 Scanning dependencies of target tini-static [2020-11-30T03:19:25.167Z] #35 10.35 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-11-30T03:19:25.167Z] #35 12.21 [100%] Linking C executable tini-static [2020-11-30T03:19:25.167Z] #35 13.16 [100%] Built target tini-static [2020-11-30T03:19:25.167Z] #35 13.29 + mkdir -p /build [2020-11-30T03:19:25.167Z] #35 13.30 + cp tini-static /build/docker-init [2020-11-30T03:19:25.167Z] #35 DONE 13.8s [2020-11-30T03:19:25.167Z] [2020-11-30T03:19:25.167Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:25.167Z] #41 6.376 GEN .gitid [2020-11-30T03:19:25.167Z] #41 6.496 GEN criu/include/version.h [2020-11-30T03:19:25.167Z] #41 6.601 GEN include/common/asm [2020-11-30T03:19:25.212Z] #41 14.16 DEP images/rlimit.pb-c.d [2020-11-30T03:19:25.212Z] #41 14.22 PBCC images/file-lock.pb-c.c [2020-11-30T03:19:25.212Z] #41 14.25 DEP images/file-lock.pb-c.d [2020-11-30T03:19:25.212Z] #41 14.32 PBCC images/tty.pb-c.c [2020-11-30T03:19:25.469Z] #41 14.40 DEP images/tty.pb-c.d [2020-11-30T03:19:25.469Z] #41 14.53 PBCC images/tun.pb-c.c [2020-11-30T03:19:25.469Z] #41 14.58 PBCC images/netdev.pb-c.c [2020-11-30T03:19:25.727Z] #41 ... [2020-11-30T03:19:25.727Z] [2020-11-30T03:19:25.727Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:25.727Z] #32 DONE 111.4s [2020-11-30T03:19:25.727Z] [2020-11-30T03:19:25.727Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:25.727Z] #41 14.66 DEP images/tun.pb-c.d [2020-11-30T03:19:25.727Z] #41 14.78 DEP images/netdev.pb-c.d [2020-11-30T03:19:25.727Z] #41 14.87 PBCC images/vma.pb-c.c [2020-11-30T03:19:25.984Z] #41 14.93 DEP images/vma.pb-c.d [2020-11-30T03:19:25.984Z] #41 14.98 PBCC images/creds.pb-c.c [2020-11-30T03:19:26.242Z] #41 15.03 DEP images/creds.pb-c.d [2020-11-30T03:19:26.242Z] #41 15.16 PBCC images/utsns.pb-c.c [2020-11-30T03:19:26.242Z] #41 15.19 DEP images/utsns.pb-c.d [2020-11-30T03:19:26.242Z] #41 15.27 PBCC images/ipc-desc.pb-c.c [2020-11-30T03:19:26.499Z] #41 15.40 PBCC images/ipc-sem.pb-c.c [2020-11-30T03:19:26.499Z] #41 15.43 DEP images/ipc-desc.pb-c.d [2020-11-30T03:19:26.499Z] #41 15.51 DEP images/ipc-sem.pb-c.d [2020-11-30T03:19:26.757Z] #41 15.58 PBCC images/ipc-msg.pb-c.c [2020-11-30T03:19:26.757Z] #41 15.67 DEP images/ipc-msg.pb-c.d [2020-11-30T03:19:27.014Z] #41 15.84 PBCC images/ipc-shm.pb-c.c [2020-11-30T03:19:27.014Z] #41 15.90 DEP images/ipc-shm.pb-c.d [2020-11-30T03:19:27.014Z] #41 15.99 PBCC images/ipc-var.pb-c.c [2020-11-30T03:19:27.014Z] #41 16.05 DEP images/ipc-var.pb-c.d [2020-11-30T03:19:27.062Z] #41 ... [2020-11-30T03:19:27.062Z] [2020-11-30T03:19:27.062Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:27.062Z] #32 100.8 io/ioutil [2020-11-30T03:19:27.062Z] #32 103.4 github.com/BurntSushi/toml [2020-11-30T03:19:27.062Z] #32 103.4 flag [2020-11-30T03:19:27.062Z] #32 106.3 log [2020-11-30T03:19:27.062Z] #32 110.7 github.com/BurntSushi/toml/cmd/tomlv [2020-11-30T03:19:27.062Z] #32 ... [2020-11-30T03:19:27.062Z] [2020-11-30T03:19:27.062Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:27.062Z] #11 105.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:19:27.062Z] #11 105.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:27.123Z] #11 ... [2020-11-30T03:19:27.123Z] [2020-11-30T03:19:27.123Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:27.123Z] #43 111.0 github.com/LK4D4/vndr/godl [2020-11-30T03:19:27.123Z] #43 111.7 github.com/LK4D4/vndr [2020-11-30T03:19:27.271Z] #41 16.16 PBCC images/sk-opts.pb-c.c [2020-11-30T03:19:27.272Z] #41 16.23 PBCC images/packet-sock.pb-c.c [2020-11-30T03:19:27.272Z] #41 16.28 DEP images/sk-opts.pb-c.d [2020-11-30T03:19:27.272Z] #41 16.32 DEP images/packet-sock.pb-c.d [2020-11-30T03:19:27.387Z] #43 ... [2020-11-30T03:19:27.387Z] [2020-11-30T03:19:27.387Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:27.387Z] #41 36.75 CC images/ext-file.o [2020-11-30T03:19:27.387Z] #41 36.87 CC images/cgroup.o [2020-11-30T03:19:27.387Z] #41 37.37 CC images/userns.o [2020-11-30T03:19:27.387Z] #41 37.79 CC images/google/protobuf/descriptor.o [2020-11-30T03:19:27.387Z] #41 39.36 CC images/opts.o [2020-11-30T03:19:27.387Z] #41 39.65 CC images/seccomp.o [2020-11-30T03:19:27.387Z] #41 39.91 CC images/binfmt-misc.o [2020-11-30T03:19:27.387Z] #41 40.08 CC images/time.o [2020-11-30T03:19:27.387Z] #41 40.26 CC images/sysctl.o [2020-11-30T03:19:27.387Z] #41 40.44 CC images/autofs.o [2020-11-30T03:19:27.387Z] #41 40.62 CC images/macvlan.o [2020-11-30T03:19:27.387Z] #41 40.78 CC images/sit.o [2020-11-30T03:19:27.387Z] #41 40.96 CC images/memfd.o [2020-11-30T03:19:27.387Z] #41 41.22 CC images/timens.o [2020-11-30T03:19:27.387Z] #41 41.49 LINK images/built-in.o [2020-11-30T03:19:27.387Z] #41 41.59 GEN compel/include/asm [2020-11-30T03:19:27.387Z] #41 41.63 GEN compel/include/version.h [2020-11-30T03:19:27.387Z] #41 41.65 touch .config [2020-11-30T03:19:27.387Z] #41 41.71 GEN include/common/config.h [2020-11-30T03:19:27.529Z] #41 16.41 PBCC images/sk-netlink.pb-c.c [2020-11-30T03:19:27.529Z] #41 16.47 DEP images/sk-netlink.pb-c.d [2020-11-30T03:19:27.529Z] #41 16.55 PBCC images/sk-inet.pb-c.c [2020-11-30T03:19:27.529Z] #41 16.62 DEP images/sk-inet.pb-c.d [2020-11-30T03:19:27.652Z] #41 41.80 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-30T03:19:27.652Z] #41 41.80 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-11-30T03:19:27.652Z] #41 41.85 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-11-30T03:19:27.652Z] #41 41.87 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-11-30T03:19:27.652Z] #41 41.93 DEP compel/plugins/std/infect.d [2020-11-30T03:19:27.778Z] #19 41.28 Unpacking bash-completion (1:2.8-6) ... [2020-11-30T03:19:27.778Z] #19 ... [2020-11-30T03:19:27.778Z] [2020-11-30T03:19:27.778Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:27.778Z] #42 82.00 DEP criu/servicefd.d [2020-11-30T03:19:27.778Z] #42 82.16 DEP criu/seize.d [2020-11-30T03:19:27.778Z] #42 82.38 DEP criu/seccomp.d [2020-11-30T03:19:27.778Z] #42 82.63 DEP criu/rst-malloc.d [2020-11-30T03:19:27.778Z] #42 82.73 DEP criu/rbtree.d [2020-11-30T03:19:27.778Z] #42 82.76 DEP criu/pstree.d [2020-11-30T03:19:27.778Z] #42 82.93 DEP criu/protobuf.d [2020-11-30T03:19:27.778Z] #42 83.10 GEN criu/protobuf-desc-gen.h [2020-11-30T03:19:27.778Z] #42 85.32 DEP criu/protobuf-desc.d [2020-11-30T03:19:27.778Z] #42 85.43 DEP criu/proc_parse.d [2020-11-30T03:19:27.778Z] #42 85.69 DEP criu/plugin.d [2020-11-30T03:19:27.778Z] #42 85.82 DEP criu/pipes.d [2020-11-30T03:19:27.778Z] #42 86.00 DEP criu/pie-util.d [2020-11-30T03:19:27.778Z] #42 86.13 DEP criu/pie-util-vdso.d [2020-11-30T03:19:27.778Z] #42 86.27 DEP criu/path.d [2020-11-30T03:19:27.778Z] #42 86.47 DEP criu/parasite-syscall.d [2020-11-30T03:19:27.778Z] #42 86.75 DEP criu/pagemap.d [2020-11-30T03:19:27.778Z] #42 86.94 DEP criu/pagemap-cache.d [2020-11-30T03:19:27.778Z] #42 87.10 DEP criu/page-xfer.d [2020-11-30T03:19:27.778Z] #42 87.26 DEP criu/page-pipe.d [2020-11-30T03:19:27.778Z] #42 87.38 DEP criu/netfilter.d [2020-11-30T03:19:27.778Z] #42 87.59 DEP criu/net.d [2020-11-30T03:19:27.778Z] #42 87.83 DEP criu/namespaces.d [2020-11-30T03:19:27.778Z] #42 88.10 DEP criu/mount.d [2020-11-30T03:19:27.778Z] #42 88.33 DEP criu/memfd.d [2020-11-30T03:19:27.778Z] #42 88.51 DEP criu/mem.d [2020-11-30T03:19:27.778Z] #42 88.71 DEP criu/lsm.d [2020-11-30T03:19:27.778Z] #42 88.89 DEP criu/log.d [2020-11-30T03:19:27.778Z] #42 89.03 DEP criu/libnetlink.d [2020-11-30T03:19:27.778Z] #42 89.17 DEP criu/kerndat.d [2020-11-30T03:19:27.778Z] #42 89.42 DEP criu/kcmp-ids.d [2020-11-30T03:19:27.778Z] #42 89.49 DEP criu/irmap.d [2020-11-30T03:19:27.778Z] #42 89.62 DEP criu/ipc_ns.d [2020-11-30T03:19:27.778Z] #42 89.78 DEP criu/image.d [2020-11-30T03:19:27.778Z] #42 89.93 DEP criu/image-desc.d [2020-11-30T03:19:27.778Z] #42 90.03 DEP criu/fsnotify.d [2020-11-30T03:19:27.778Z] #42 90.39 DEP criu/filesystems.d [2020-11-30T03:19:27.778Z] #42 90.58 DEP criu/files.d [2020-11-30T03:19:27.778Z] #42 90.83 DEP criu/files-reg.d [2020-11-30T03:19:27.778Z] #42 91.00 DEP criu/files-ext.d [2020-11-30T03:19:27.778Z] #42 91.17 DEP criu/file-lock.d [2020-11-30T03:19:27.778Z] #42 91.35 DEP criu/file-ids.d [2020-11-30T03:19:27.778Z] #42 91.52 DEP criu/fifo.d [2020-11-30T03:19:27.778Z] #42 91.81 DEP criu/fdstore.d [2020-11-30T03:19:27.778Z] #42 91.94 DEP criu/fault-injection.d [2020-11-30T03:19:27.778Z] #42 92.04 DEP criu/external.d [2020-11-30T03:19:27.778Z] #42 ... [2020-11-30T03:19:27.778Z] [2020-11-30T03:19:27.778Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:27.791Z] #41 16.80 PBCC images/sk-unix.pb-c.c [2020-11-30T03:19:27.916Z] #41 ... [2020-11-30T03:19:27.916Z] [2020-11-30T03:19:27.916Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:27.916Z] #11 DONE 121.7s [2020-11-30T03:19:27.916Z] [2020-11-30T03:19:27.916Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:27.916Z] #43 DONE 121.7s [2020-11-30T03:19:27.916Z] [2020-11-30T03:19:27.916Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:19:27.916Z] #30 DONE 121.5s [2020-11-30T03:19:27.916Z] [2020-11-30T03:19:27.916Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:27.994Z] #11 ... [2020-11-30T03:19:27.994Z] [2020-11-30T03:19:27.994Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:27.994Z] #41 9.647 PBCC images/timens.pb-c.c [2020-11-30T03:19:27.994Z] #41 9.673 DEP images/timens.pb-c.d [2020-11-30T03:19:28.048Z] #41 16.94 DEP images/sk-unix.pb-c.d [2020-11-30T03:19:28.048Z] #41 16.99 PBCC images/mm.pb-c.c [2020-11-30T03:19:28.048Z] #41 17.07 DEP images/mm.pb-c.d [2020-11-30T03:19:28.048Z] #41 17.13 PBCC images/timerfd.pb-c.c [2020-11-30T03:19:28.048Z] #41 17.18 DEP images/timerfd.pb-c.d [2020-11-30T03:19:28.251Z] #41 9.777 PBCC images/fown.pb-c.c [2020-11-30T03:19:28.251Z] #41 9.841 PBCC images/google/protobuf/descriptor.pb-c.c [2020-11-30T03:19:28.251Z] #41 ... [2020-11-30T03:19:28.251Z] [2020-11-30T03:19:28.251Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:28.251Z] #43 102.0 fmt [2020-11-30T03:19:28.251Z] #43 106.1 regexp [2020-11-30T03:19:28.251Z] #43 109.2 go/token [2020-11-30T03:19:28.251Z] #43 110.5 go/scanner [2020-11-30T03:19:28.251Z] #43 111.9 internal/lazyregexp [2020-11-30T03:19:28.306Z] #41 17.30 PBCC images/timer.pb-c.c [2020-11-30T03:19:28.508Z] #43 ... [2020-11-30T03:19:28.508Z] [2020-11-30T03:19:28.508Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:28.508Z] #41 10.01 PBCC images/opts.pb-c.c [2020-11-30T03:19:28.508Z] #41 10.12 PBCC images/memfd.pb-c.c [2020-11-30T03:19:28.508Z] #41 10.26 DEP images/fown.pb-c.d [2020-11-30T03:19:28.562Z] #41 17.37 DEP images/timer.pb-c.d [2020-11-30T03:19:28.563Z] #41 17.46 PBCC images/sa.pb-c.c [2020-11-30T03:19:28.563Z] #41 17.57 DEP images/sa.pb-c.d [2020-11-30T03:19:28.765Z] #41 10.39 DEP images/google/protobuf/descriptor.pb-c.d [2020-11-30T03:19:28.765Z] #41 10.46 DEP images/opts.pb-c.d [2020-11-30T03:19:28.765Z] #41 10.50 DEP images/memfd.pb-c.d [2020-11-30T03:19:28.820Z] #41 17.66 PBCC images/pipe-data.pb-c.c [2020-11-30T03:19:28.820Z] #41 17.72 DEP images/pipe-data.pb-c.d [2020-11-30T03:19:28.820Z] #41 17.82 PBCC images/mnt.pb-c.c [2020-11-30T03:19:29.022Z] #41 10.54 PBCC images/sit.pb-c.c [2020-11-30T03:19:29.022Z] #41 10.61 DEP images/sit.pb-c.d [2020-11-30T03:19:29.022Z] #41 10.72 PBCC images/macvlan.pb-c.c [2020-11-30T03:19:29.077Z] #41 17.91 DEP images/mnt.pb-c.d [2020-11-30T03:19:29.077Z] #41 17.99 PBCC images/sk-packet.pb-c.c [2020-11-30T03:19:29.077Z] #41 18.00 DEP images/sk-packet.pb-c.d [2020-11-30T03:19:29.077Z] #41 18.14 PBCC images/tcp-stream.pb-c.c [2020-11-30T03:19:29.103Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 29.1% of statements [2020-11-30T03:19:29.103Z] ok github.com/docker/docker/container 0.121s coverage: 34.7% of statements [2020-11-30T03:19:29.103Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-30T03:19:29.103Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-30T03:19:29.103Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-30T03:19:29.103Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-30T03:19:29.279Z] #41 10.81 DEP images/macvlan.pb-c.d [2020-11-30T03:19:29.279Z] #41 10.91 PBCC images/autofs.pb-c.c [2020-11-30T03:19:29.279Z] #41 10.97 DEP images/autofs.pb-c.d [2020-11-30T03:19:29.279Z] #41 11.07 PBCC images/sysctl.pb-c.c [2020-11-30T03:19:29.334Z] #41 18.31 DEP images/tcp-stream.pb-c.d [2020-11-30T03:19:29.537Z] #41 11.15 DEP images/sysctl.pb-c.d [2020-11-30T03:19:29.591Z] #41 18.45 PBCC images/pipe.pb-c.c [2020-11-30T03:19:29.591Z] #41 18.56 DEP images/pipe.pb-c.d [2020-11-30T03:19:29.591Z] #41 ... [2020-11-30T03:19:29.591Z] [2020-11-30T03:19:29.591Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:29.591Z] #43 105.3 net/url [2020-11-30T03:19:29.591Z] #43 107.7 text/template/parse [2020-11-30T03:19:29.591Z] #43 113.4 go/parser [2020-11-30T03:19:29.591Z] #43 114.8 text/template [2020-11-30T03:19:29.794Z] #41 11.25 PBCC images/time.pb-c.c [2020-11-30T03:19:29.794Z] #41 11.32 DEP images/time.pb-c.d [2020-11-30T03:19:29.794Z] #41 11.39 PBCC images/binfmt-misc.pb-c.c [2020-11-30T03:19:29.794Z] #41 11.44 DEP images/binfmt-misc.pb-c.d [2020-11-30T03:19:29.848Z] #43 ... [2020-11-30T03:19:29.848Z] [2020-11-30T03:19:29.848Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:29.848Z] #41 18.72 PBCC images/pstree.pb-c.c [2020-11-30T03:19:29.848Z] #41 18.75 DEP images/pstree.pb-c.d [2020-11-30T03:19:29.848Z] #41 18.86 PBCC images/fs.pb-c.c [2020-11-30T03:19:30.052Z] #41 11.59 PBCC images/seccomp.pb-c.c [2020-11-30T03:19:30.052Z] #41 11.63 DEP images/seccomp.pb-c.d [2020-11-30T03:19:30.052Z] #41 11.68 PBCC images/userns.pb-c.c [2020-11-30T03:19:30.052Z] #41 11.75 DEP images/userns.pb-c.d [2020-11-30T03:19:30.105Z] #41 18.91 DEP images/fs.pb-c.d [2020-11-30T03:19:30.105Z] #41 19.06 PBCC images/signalfd.pb-c.c [2020-11-30T03:19:30.105Z] #41 19.14 DEP images/signalfd.pb-c.d [2020-11-30T03:19:30.309Z] #41 11.87 PBCC images/cgroup.pb-c.c [2020-11-30T03:19:30.309Z] #41 11.92 DEP images/cgroup.pb-c.d [2020-11-30T03:19:30.363Z] #41 19.33 PBCC images/fh.pb-c.c [2020-11-30T03:19:30.485Z] #51 ... [2020-11-30T03:19:30.485Z] [2020-11-30T03:19:30.485Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-30T03:19:30.485Z] #12 DONE 2.4s [2020-11-30T03:19:30.485Z] [2020-11-30T03:19:30.485Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:19:30.566Z] #41 12.05 PBCC images/ext-file.pb-c.c [2020-11-30T03:19:30.566Z] #41 12.05 DEP images/ext-file.pb-c.d [2020-11-30T03:19:30.566Z] #41 12.10 PBCC images/rpc.pb-c.c [2020-11-30T03:19:30.566Z] #41 12.17 DEP images/rpc.pb-c.d [2020-11-30T03:19:30.566Z] #41 12.21 PBCC images/siginfo.pb-c.c [2020-11-30T03:19:30.566Z] #41 12.25 DEP images/siginfo.pb-c.d [2020-11-30T03:19:30.619Z] #41 19.65 PBCC images/fsnotify.pb-c.c [2020-11-30T03:19:30.619Z] #41 19.74 DEP images/fh.pb-c.d [2020-11-30T03:19:30.824Z] #41 12.33 PBCC images/pagemap.pb-c.c [2020-11-30T03:19:30.824Z] #41 12.45 DEP images/pagemap.pb-c.d [2020-11-30T03:19:30.878Z] #41 19.86 DEP images/fsnotify.pb-c.d [2020-11-30T03:19:30.878Z] #41 19.94 PBCC images/eventpoll.pb-c.c [2020-11-30T03:19:30.878Z] #41 19.99 DEP images/eventpoll.pb-c.d [2020-11-30T03:19:31.082Z] #41 12.63 PBCC images/rlimit.pb-c.c [2020-11-30T03:19:31.082Z] #41 12.67 DEP images/rlimit.pb-c.d [2020-11-30T03:19:31.082Z] #41 12.81 PBCC images/file-lock.pb-c.c [2020-11-30T03:19:31.082Z] #41 12.86 DEP images/file-lock.pb-c.d [2020-11-30T03:19:31.140Z] #41 20.07 PBCC images/eventfd.pb-c.c [2020-11-30T03:19:31.140Z] #41 20.18 DEP images/eventfd.pb-c.d [2020-11-30T03:19:31.140Z] #41 20.21 PBCC images/remap-file-path.pb-c.c [2020-11-30T03:19:31.140Z] #41 20.23 DEP images/remap-file-path.pb-c.d [2020-11-30T03:19:31.140Z] #41 20.27 PBCC images/fifo.pb-c.c [2020-11-30T03:19:31.339Z] #41 12.97 PBCC images/tty.pb-c.c [2020-11-30T03:19:31.339Z] #41 13.04 DEP images/tty.pb-c.d [2020-11-30T03:19:31.397Z] #41 20.35 DEP images/fifo.pb-c.d [2020-11-30T03:19:31.596Z] #41 13.18 PBCC images/tun.pb-c.c [2020-11-30T03:19:31.654Z] #41 20.50 PBCC images/ghost-file.pb-c.c [2020-11-30T03:19:31.654Z] #41 20.56 DEP images/ghost-file.pb-c.d [2020-11-30T03:19:31.654Z] #41 20.63 PBCC images/regfile.pb-c.c [2020-11-30T03:19:31.697Z] #23 157.6 Checking out files: 21% (2365/11025) Checking out files: 22% (2426/11025) Checking out files: 23% (2536/11025) Checking out files: 24% (2646/11025) Checking out files: 25% (2757/11025) Checking out files: 26% (2867/11025) Checking out files: 27% (2977/11025) Checking out files: 28% (3087/11025) Checking out files: 29% (3198/11025) Checking out files: 30% (3308/11025) Checking out files: 31% (3418/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 35% (3944/11025) Checking out files: 36% (3969/11025) Checking out files: 37% (4080/11025) Checking out files: 38% (4190/11025) Checking out files: 39% (4300/11025) Checking out files: 40% (4410/11025) Checking out files: 41% (4521/11025) Checking out files: 42% (4631/11025) Checking out files: 43% (4741/11025) Checking out files: 44% (4851/11025) Checking out files: 45% (4962/11025) Checking out files: 46% (5072/11025) Checking out files: 47% (5182/11025) Checking out files: 48% (5292/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 55% (6164/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) Checking out files: 68% (7497/11025) Checking out files: 69% (7608/11025) Checking out files: 70% (7718/11025) Checking out files: 71% (7828/11025) Checking out files: 72% (7938/11025) Checking out files: 73% (8049/11025) Checking out files: 74% (8159/11025) Checking out files: 74% (8236/11025) Checking out files: 75% (8269/11025) Checking out files: 76% (8379/11025) Checking out files: 77% (8490/11025) Checking out files: 78% (8600/11025) Checking out files: 79% (8710/11025) Checking out files: 80% (8820/11025) Checking out files: 81% (8931/11025) Checking out files: 82% (9041/11025) Checking out files: 83% (9151/11025) Checking out files: 84% (9261/11025) Checking out files: 85% (9372/11025) Checking out files: 86% (9482/11025) Checking out files: 87% (9592/11025) Checking out files: 88% (9702/11025) Checking out files: 89% (9813/11025) Checking out files: 90% (9923/11025) Checking out files: 91% (10033/11025) Checking out files: 92% (10143/11025) Checking out files: 93% (10254/11025) Checking out files: 94% (10364/11025) Checking out files: 94% (10423/11025) Checking out files: 95% (10474/11025) Checking out files: 96% (10584/11025) Checking out files: 97% (10695/11025) Checking out files: 98% (10805/11025) Checking out files: 99% (10915/11025) Checking out files: 100% (11025/11025) Checking out files: 100% (11025/11025), done. [2020-11-30T03:19:31.853Z] #41 13.29 PBCC images/netdev.pb-c.c [2020-11-30T03:19:31.853Z] #41 13.36 DEP images/tun.pb-c.d [2020-11-30T03:19:31.853Z] #41 13.46 DEP images/netdev.pb-c.d [2020-11-30T03:19:31.912Z] #41 20.77 DEP images/regfile.pb-c.d [2020-11-30T03:19:31.912Z] #41 20.83 PBCC images/ns.pb-c.c [2020-11-30T03:19:31.912Z] #41 20.85 DEP images/ns.pb-c.d [2020-11-30T03:19:31.912Z] #41 20.90 PBCC images/fdinfo.pb-c.c [2020-11-30T03:19:31.912Z] #41 20.96 DEP images/fdinfo.pb-c.d [2020-11-30T03:19:31.912Z] #41 ... [2020-11-30T03:19:31.912Z] [2020-11-30T03:19:31.912Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:31.912Z] #49 107.6 github.com/pkg/diff [2020-11-30T03:19:31.912Z] #49 109.9 go/ast [2020-11-30T03:19:31.912Z] #49 111.0 golang.org/x/crypto/ssh/terminal [2020-11-30T03:19:31.912Z] #49 113.0 mvdan.cc/editorconfig [2020-11-30T03:19:31.912Z] #49 114.9 mvdan.cc/sh/v3/fileutil [2020-11-30T03:19:31.912Z] #49 115.3 mvdan.cc/sh/v3/syntax [2020-11-30T03:19:31.997Z] #23 162.0 + cd /tmp/tmp.p4QW2jOZIH/tmp/docker-ce [2020-11-30T03:19:31.997Z] #23 162.0 + git checkout -q v17.06.2-ce [2020-11-30T03:19:32.110Z] #41 13.59 PBCC images/vma.pb-c.c [2020-11-30T03:19:32.110Z] #41 13.67 DEP images/vma.pb-c.d [2020-11-30T03:19:32.110Z] #41 13.79 PBCC images/creds.pb-c.c [2020-11-30T03:19:32.170Z] #49 ... [2020-11-30T03:19:32.170Z] [2020-11-30T03:19:32.170Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:32.170Z] #41 21.03 PBCC images/core-aarch64.pb-c.c [2020-11-30T03:19:32.170Z] #41 21.10 PBCC images/core-arm.pb-c.c [2020-11-30T03:19:32.170Z] #41 21.22 PBCC images/core-ppc64.pb-c.c [2020-11-30T03:19:32.367Z] #41 13.85 DEP images/creds.pb-c.d [2020-11-30T03:19:32.367Z] #41 13.93 PBCC images/utsns.pb-c.c [2020-11-30T03:19:32.367Z] #41 13.99 DEP images/utsns.pb-c.d [2020-11-30T03:19:32.367Z] #41 14.05 PBCC images/ipc-desc.pb-c.c [2020-11-30T03:19:32.367Z] #41 14.13 PBCC images/ipc-sem.pb-c.c [2020-11-30T03:19:32.367Z] #41 14.16 DEP images/ipc-desc.pb-c.d [2020-11-30T03:19:32.427Z] #41 21.32 PBCC images/core-s390.pb-c.c [2020-11-30T03:19:32.427Z] #41 21.39 PBCC images/core-x86.pb-c.c [2020-11-30T03:19:32.427Z] #41 21.44 PBCC images/core.pb-c.c [2020-11-30T03:19:32.624Z] #41 14.22 DEP images/ipc-sem.pb-c.d [2020-11-30T03:19:32.684Z] #41 21.51 PBCC images/inventory.pb-c.c [2020-11-30T03:19:32.684Z] #41 21.66 DEP images/core-aarch64.pb-c.d [2020-11-30T03:19:32.882Z] #41 14.30 PBCC images/ipc-msg.pb-c.c [2020-11-30T03:19:32.882Z] #41 14.37 DEP images/ipc-msg.pb-c.d [2020-11-30T03:19:32.882Z] #41 14.45 PBCC images/ipc-shm.pb-c.c [2020-11-30T03:19:32.882Z] #41 14.54 DEP images/ipc-shm.pb-c.d [2020-11-30T03:19:32.942Z] #41 21.77 DEP images/core-arm.pb-c.d [2020-11-30T03:19:32.942Z] #41 21.83 DEP images/core-ppc64.pb-c.d [2020-11-30T03:19:32.942Z] #41 21.89 DEP images/core-s390.pb-c.d [2020-11-30T03:19:32.942Z] #41 21.95 DEP images/core-x86.pb-c.d [2020-11-30T03:19:33.139Z] #41 14.63 PBCC images/ipc-var.pb-c.c [2020-11-30T03:19:33.139Z] #41 14.64 DEP images/ipc-var.pb-c.d [2020-11-30T03:19:33.139Z] #41 14.75 PBCC images/sk-opts.pb-c.c [2020-11-30T03:19:33.139Z] #41 14.81 PBCC images/packet-sock.pb-c.c [2020-11-30T03:19:33.139Z] #41 14.89 DEP images/sk-opts.pb-c.d [2020-11-30T03:19:33.199Z] #41 22.06 DEP images/core.pb-c.d [2020-11-30T03:19:33.199Z] #41 22.08 DEP images/inventory.pb-c.d [2020-11-30T03:19:33.199Z] #41 22.09 PBCC images/cpuinfo.pb-c.c [2020-11-30T03:19:33.199Z] #41 22.19 DEP images/cpuinfo.pb-c.d [2020-11-30T03:19:33.199Z] #41 22.25 PBCC images/stats.pb-c.c [2020-11-30T03:19:33.199Z] #41 22.27 DEP images/stats.pb-c.d [2020-11-30T03:19:33.397Z] #41 15.01 DEP images/packet-sock.pb-c.d [2020-11-30T03:19:33.397Z] #41 ... [2020-11-30T03:19:33.397Z] [2020-11-30T03:19:33.397Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:33.397Z] #32 DONE 117.1s [2020-11-30T03:19:33.397Z] [2020-11-30T03:19:33.397Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:33.397Z] #41 15.08 PBCC images/sk-netlink.pb-c.c [2020-11-30T03:19:33.397Z] #41 ... [2020-11-30T03:19:33.397Z] [2020-11-30T03:19:33.397Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:33.397Z] #43 112.2 go/ast [2020-11-30T03:19:33.397Z] #43 112.8 net/url [2020-11-30T03:19:33.397Z] #43 115.6 text/template/parse [2020-11-30T03:19:33.548Z] #23 ... [2020-11-30T03:19:33.548Z] [2020-11-30T03:19:33.548Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:33.548Z] #44 153.4 vendor/golang.org/x/net/http/httpproxy [2020-11-30T03:19:33.548Z] #44 153.4 net/textproto [2020-11-30T03:19:33.548Z] #44 153.5 crypto/x509 [2020-11-30T03:19:33.548Z] #44 155.2 vendor/golang.org/x/net/http/httpguts [2020-11-30T03:19:33.548Z] #44 155.2 mime/multipart [2020-11-30T03:19:33.548Z] #44 158.2 crypto/tls [2020-11-30T03:19:33.548Z] #44 ... [2020-11-30T03:19:33.548Z] [2020-11-30T03:19:33.548Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:33.548Z] #19 41.89 Selecting previously unselected package bzip2. [2020-11-30T03:19:33.548Z] #19 41.90 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 41.91 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:19:33.548Z] #19 42.00 Selecting previously unselected package xz-utils. [2020-11-30T03:19:33.548Z] #19 42.01 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 42.02 Unpacking xz-utils (5.2.4-1) ... [2020-11-30T03:19:33.548Z] #19 42.29 Selecting previously unselected package apparmor. [2020-11-30T03:19:33.548Z] #19 42.29 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 42.41 Unpacking apparmor (2.13.2-10) ... [2020-11-30T03:19:33.548Z] #19 42.90 Selecting previously unselected package aufs-tools. [2020-11-30T03:19:33.548Z] #19 42.90 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 42.91 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:19:33.548Z] #19 43.04 Selecting previously unselected package libonig5:ppc64el. [2020-11-30T03:19:33.548Z] #19 43.05 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 43.06 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-11-30T03:19:33.548Z] #19 43.31 Selecting previously unselected package libjq1:ppc64el. [2020-11-30T03:19:33.548Z] #19 43.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 43.37 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-30T03:19:33.548Z] #19 43.53 Selecting previously unselected package jq. [2020-11-30T03:19:33.548Z] #19 43.54 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 43.55 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:19:33.548Z] #19 43.65 Selecting previously unselected package libaio1:ppc64el. [2020-11-30T03:19:33.548Z] #19 43.71 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 43.71 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-11-30T03:19:33.548Z] #19 43.80 Selecting previously unselected package libgpm2:ppc64el. [2020-11-30T03:19:33.548Z] #19 43.81 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 43.81 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-11-30T03:19:33.548Z] #19 43.88 Selecting previously unselected package libicu63:ppc64el. [2020-11-30T03:19:33.548Z] #19 43.92 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-11-30T03:19:33.548Z] #19 43.93 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-30T03:19:33.654Z] #43 ... [2020-11-30T03:19:33.654Z] [2020-11-30T03:19:33.654Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:33.654Z] #49 107.4 encoding/json [2020-11-30T03:19:33.654Z] #49 114.5 github.com/pkg/diff [2020-11-30T03:19:33.654Z] #49 116.4 go/ast [2020-11-30T03:19:33.654Z] #49 116.8 golang.org/x/crypto/ssh/terminal [2020-11-30T03:19:33.654Z] #49 ... [2020-11-30T03:19:33.654Z] [2020-11-30T03:19:33.654Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:33.654Z] #41 15.20 DEP images/sk-netlink.pb-c.d [2020-11-30T03:19:33.654Z] #41 15.29 PBCC images/sk-inet.pb-c.c [2020-11-30T03:19:33.911Z] #41 15.48 DEP images/sk-inet.pb-c.d [2020-11-30T03:19:33.911Z] #41 15.57 PBCC images/sk-unix.pb-c.c [2020-11-30T03:19:33.911Z] #41 15.65 DEP images/sk-unix.pb-c.d [2020-11-30T03:19:34.168Z] #41 15.72 PBCC images/mm.pb-c.c [2020-11-30T03:19:34.168Z] #41 15.80 DEP images/mm.pb-c.d [2020-11-30T03:19:34.216Z] #19 48.27 Selecting previously unselected package libnet1:ppc64el. [2020-11-30T03:19:34.216Z] #19 48.27 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-11-30T03:19:34.425Z] #41 15.91 PBCC images/timerfd.pb-c.c [2020-11-30T03:19:34.425Z] #41 15.98 DEP images/timerfd.pb-c.d [2020-11-30T03:19:34.517Z] #19 48.28 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-30T03:19:34.517Z] #19 48.38 Selecting previously unselected package libnl-3-200:ppc64el. [2020-11-30T03:19:34.517Z] #19 48.51 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-11-30T03:19:34.517Z] #19 48.52 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-30T03:19:34.682Z] #41 16.13 PBCC images/timer.pb-c.c [2020-11-30T03:19:34.682Z] #41 16.21 DEP images/timer.pb-c.d [2020-11-30T03:19:34.682Z] #41 16.28 PBCC images/sa.pb-c.c [2020-11-30T03:19:34.682Z] #41 16.35 DEP images/sa.pb-c.d [2020-11-30T03:19:34.682Z] #41 16.42 PBCC images/pipe-data.pb-c.c [2020-11-30T03:19:34.725Z] #13 DONE 4.1s [2020-11-30T03:19:34.725Z] [2020-11-30T03:19:34.725Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-30T03:19:34.818Z] #19 48.66 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-11-30T03:19:34.818Z] #19 48.67 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-11-30T03:19:34.818Z] #19 48.68 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-30T03:19:34.818Z] #19 48.76 Selecting previously unselected package libreadline5:ppc64el. [2020-11-30T03:19:34.818Z] #19 48.77 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-11-30T03:19:34.818Z] #19 48.77 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-30T03:19:34.941Z] #41 16.48 DEP images/pipe-data.pb-c.d [2020-11-30T03:19:34.941Z] #41 16.55 PBCC images/mnt.pb-c.c [2020-11-30T03:19:35.120Z] #19 48.93 Selecting previously unselected package net-tools. [2020-11-30T03:19:35.120Z] #19 48.93 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-11-30T03:19:35.120Z] #19 48.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:19:35.198Z] #41 16.74 DEP images/mnt.pb-c.d [2020-11-30T03:19:35.198Z] #41 16.78 PBCC images/sk-packet.pb-c.c [2020-11-30T03:19:35.198Z] #41 16.85 DEP images/sk-packet.pb-c.d [2020-11-30T03:19:35.198Z] #41 16.95 PBCC images/tcp-stream.pb-c.c [2020-11-30T03:19:35.421Z] #19 49.22 Selecting previously unselected package python-pip-whl. [2020-11-30T03:19:35.422Z] #19 49.23 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-30T03:19:35.422Z] #19 49.24 Unpacking python-pip-whl (18.1-5) ... [2020-11-30T03:19:35.455Z] #41 17.01 DEP images/tcp-stream.pb-c.d [2020-11-30T03:19:35.455Z] #41 17.07 PBCC images/pipe.pb-c.c [2020-11-30T03:19:35.455Z] #41 17.16 DEP images/pipe.pb-c.d [2020-11-30T03:19:35.455Z] #41 17.21 PBCC images/pstree.pb-c.c [2020-11-30T03:19:35.680Z] #14 1.396 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-30T03:19:35.712Z] #41 17.27 DEP images/pstree.pb-c.d [2020-11-30T03:19:35.712Z] #41 17.33 PBCC images/fs.pb-c.c [2020-11-30T03:19:35.712Z] #41 17.41 DEP images/fs.pb-c.d [2020-11-30T03:19:35.712Z] #41 17.43 PBCC images/signalfd.pb-c.c [2020-11-30T03:19:35.712Z] #41 17.47 DEP images/signalfd.pb-c.d [2020-11-30T03:19:35.722Z] #41 24.52 make[1]: Nothing to be done for 'all'. [2020-11-30T03:19:35.969Z] #41 17.52 PBCC images/fh.pb-c.c [2020-11-30T03:19:35.969Z] #41 17.59 PBCC images/fsnotify.pb-c.c [2020-11-30T03:19:35.969Z] #41 17.63 DEP images/fh.pb-c.d [2020-11-30T03:19:35.995Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2020-11-30T03:19:36.073Z] #19 49.83 Selecting previously unselected package python3-lib2to3. [2020-11-30T03:19:36.073Z] #19 49.86 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-30T03:19:36.073Z] #19 49.86 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:19:36.073Z] #19 ... [2020-11-30T03:19:36.073Z] [2020-11-30T03:19:36.073Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:36.073Z] #23 166.0 + mkdir -p /tmp/tmp.p4QW2jOZIH/src/github.com/docker [2020-11-30T03:19:36.073Z] #23 166.0 + mv components/cli /tmp/tmp.p4QW2jOZIH/src/github.com/docker/cli [2020-11-30T03:19:36.073Z] #23 166.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-30T03:19:36.226Z] #41 17.84 DEP images/fsnotify.pb-c.d [2020-11-30T03:19:36.226Z] #41 18.01 PBCC images/eventpoll.pb-c.c [2020-11-30T03:19:36.267Z] #14 DONE 2.0s [2020-11-30T03:19:36.267Z] [2020-11-30T03:19:36.267Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:36.287Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-11-30T03:19:36.483Z] #41 18.07 DEP images/eventpoll.pb-c.d [2020-11-30T03:19:36.483Z] #41 18.14 PBCC images/eventfd.pb-c.c [2020-11-30T03:19:36.483Z] #41 18.20 DEP images/eventfd.pb-c.d [2020-11-30T03:19:36.531Z] #22 127.1 Checking out files: 31% (3495/11025) Checking out files: 32% (3528/11025) Checking out files: 33% (3639/11025) Checking out files: 34% (3749/11025) Checking out files: 35% (3859/11025) Checking out files: 36% (3969/11025) Checking out files: 37% (4080/11025) Checking out files: 38% (4190/11025) Checking out files: 39% (4300/11025) Checking out files: 40% (4410/11025) Checking out files: 41% (4521/11025) Checking out files: 42% (4631/11025) Checking out files: 43% (4741/11025) Checking out files: 44% (4851/11025) Checking out files: 45% (4962/11025) Checking out files: 46% (5072/11025) Checking out files: 47% (5182/11025) Checking out files: 48% (5292/11025) Checking out files: 49% (5403/11025) Checking out files: 50% (5513/11025) Checking out files: 51% (5623/11025) Checking out files: 52% (5733/11025) Checking out files: 53% (5844/11025) Checking out files: 54% (5954/11025) Checking out files: 55% (6064/11025) Checking out files: 55% (6074/11025) Checking out files: 56% (6174/11025) Checking out files: 57% (6285/11025) Checking out files: 58% (6395/11025) Checking out files: 59% (6505/11025) Checking out files: 60% (6615/11025) Checking out files: 61% (6726/11025) Checking out files: 62% (6836/11025) Checking out files: 63% (6946/11025) Checking out files: 64% (7056/11025) Checking out files: 65% (7167/11025) Checking out files: 66% (7277/11025) Checking out files: 67% (7387/11025) Checking out files: 68% (7497/11025) Checking out files: 69% (7608/11025) Checking out files: 70% (7718/11025) Checking out files: 71% (7828/11025) Checking out files: 72% (7938/11025) Checking out files: 73% (8049/11025) Checking out files: 74% (8159/11025) Checking out files: 75% (8269/11025) Checking out files: 76% (8379/11025) Checking out files: 76% (8447/11025) Checking out files: 77% (8490/11025) Checking out files: 78% (8600/11025) Checking out files: 79% (8710/11025) Checking out files: 80% (8820/11025) Checking out files: 81% (8931/11025) Checking out files: 82% (9041/11025) Checking out files: 83% (9151/11025) Checking out files: 84% (9261/11025) Checking out files: 85% (9372/11025) Checking out files: 86% (9482/11025) Checking out files: 87% (9592/11025) Checking out files: 88% (9702/11025) Checking out files: 89% (9813/11025) Checking out files: 90% (9923/11025) Checking out files: 91% (10033/11025) Checking out files: 92% (10143/11025) Checking out files: 93% (10254/11025) Checking out files: 94% (10364/11025) Checking out files: 95% (10474/11025) Checking out files: 96% (10584/11025) Checking out files: 97% (10695/11025) Checking out files: 97% (10783/11025) Checking out files: 98% (10805/11025) Checking out files: 99% (10915/11025) Checking out files: 100% (11025/11025) Checking out files: 100% (11025/11025), done. [2020-11-30T03:19:36.531Z] #22 130.4 + cd /tmp/tmp.0XerXq4xWb/tmp/docker-ce [2020-11-30T03:19:36.531Z] #22 130.4 + git checkout -q v17.06.2-ce [2020-11-30T03:19:37.047Z] #41 18.41 PBCC images/remap-file-path.pb-c.c [2020-11-30T03:19:37.047Z] #41 18.45 DEP images/remap-file-path.pb-c.d [2020-11-30T03:19:37.047Z] #41 18.63 PBCC images/fifo.pb-c.c [2020-11-30T03:19:37.047Z] #41 18.68 DEP images/fifo.pb-c.d [2020-11-30T03:19:37.304Z] #41 18.89 PBCC images/ghost-file.pb-c.c [2020-11-30T03:19:37.304Z] #41 18.93 DEP images/ghost-file.pb-c.d [2020-11-30T03:19:37.304Z] #41 19.08 PBCC images/regfile.pb-c.c [2020-11-30T03:19:37.320Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-11-30T03:19:37.561Z] #41 19.21 DEP images/regfile.pb-c.d [2020-11-30T03:19:37.561Z] #41 19.33 PBCC images/ns.pb-c.c [2020-11-30T03:19:37.622Z] #23 ... [2020-11-30T03:19:37.622Z] [2020-11-30T03:19:37.622Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:37.622Z] #42 92.17 DEP criu/eventpoll.d [2020-11-30T03:19:37.622Z] #42 92.35 DEP criu/eventfd.d [2020-11-30T03:19:37.622Z] #42 92.57 DEP criu/crtools.d [2020-11-30T03:19:37.622Z] #42 92.86 DEP criu/cr-service.d [2020-11-30T03:19:37.622Z] #42 93.08 DEP criu/cr-restore.d [2020-11-30T03:19:37.622Z] #42 93.39 DEP criu/cr-errno.d [2020-11-30T03:19:37.622Z] #42 93.41 DEP criu/cr-dump.d [2020-11-30T03:19:37.623Z] #42 93.73 DEP criu/cr-dedup.d [2020-11-30T03:19:37.623Z] #42 93.96 DEP criu/cr-check.d [2020-11-30T03:19:37.623Z] #42 94.22 DEP criu/config.d [2020-11-30T03:19:37.623Z] #42 94.38 DEP criu/clone-noasan.d [2020-11-30T03:19:37.623Z] #42 94.51 DEP criu/cgroup.d [2020-11-30T03:19:37.623Z] #42 94.70 DEP criu/cgroup-props.d [2020-11-30T03:19:37.623Z] #42 94.96 DEP criu/bitmap.d [2020-11-30T03:19:37.623Z] #42 94.99 DEP criu/bfd.d [2020-11-30T03:19:37.623Z] #42 95.18 DEP criu/autofs.d [2020-11-30T03:19:37.623Z] #42 95.43 DEP criu/aio.d [2020-11-30T03:19:37.623Z] #42 95.94 DEP criu/action-scripts.d [2020-11-30T03:19:37.623Z] #42 96.41 CC criu/action-scripts.o [2020-11-30T03:19:37.623Z] #42 97.00 CC criu/aio.o [2020-11-30T03:19:37.623Z] #42 97.75 CC criu/autofs.o [2020-11-30T03:19:37.623Z] #42 100.1 CC criu/bfd.o [2020-11-30T03:19:37.623Z] #42 101.0 CC criu/bitmap.o [2020-11-30T03:19:37.623Z] #42 101.1 CC criu/cgroup-props.o [2020-11-30T03:19:37.623Z] #42 102.3 CC criu/cgroup.o [2020-11-30T03:19:37.623Z] #42 ... [2020-11-30T03:19:37.623Z] [2020-11-30T03:19:37.623Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:37.623Z] #19 50.06 Selecting previously unselected package python3-distutils. [2020-11-30T03:19:37.623Z] #19 50.07 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-30T03:19:37.623Z] #19 50.08 Unpacking python3-distutils (3.7.3-1) ... [2020-11-30T03:19:37.623Z] #19 50.22 Selecting previously unselected package python3-pip. [2020-11-30T03:19:37.623Z] #19 50.24 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-30T03:19:37.623Z] #19 50.25 Unpacking python3-pip (18.1-5) ... [2020-11-30T03:19:37.623Z] #19 50.48 Selecting previously unselected package python3-pkg-resources. [2020-11-30T03:19:37.623Z] #19 50.49 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:19:37.623Z] #19 50.50 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:19:37.623Z] #19 50.64 Selecting previously unselected package python3-setuptools. [2020-11-30T03:19:37.623Z] #19 50.66 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-30T03:19:37.623Z] #19 50.66 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-30T03:19:37.623Z] #19 50.99 Selecting previously unselected package python3-wheel. [2020-11-30T03:19:37.623Z] #19 51.00 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-30T03:19:37.623Z] #19 51.00 Unpacking python3-wheel (0.32.3-2) ... [2020-11-30T03:19:37.623Z] #19 51.09 Selecting previously unselected package sudo. [2020-11-30T03:19:37.623Z] #19 51.09 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-11-30T03:19:37.623Z] #19 51.11 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:19:37.623Z] #19 51.72 Selecting previously unselected package thin-provisioning-tools. [2020-11-30T03:19:37.623Z] #19 51.74 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-11-30T03:19:37.623Z] #19 51.74 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:19:37.623Z] #41 ... [2020-11-30T03:19:37.623Z] [2020-11-30T03:19:37.623Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:37.623Z] #54 56.81 Checking out files: 29% (989/3407) Checking out files: 30% (1023/3407) Checking out files: 31% (1057/3407) Checking out files: 32% (1091/3407) Checking out files: 33% (1125/3407) Checking out files: 34% (1159/3407) Checking out files: 35% (1193/3407) Checking out files: 36% (1227/3407) Checking out files: 37% (1261/3407) Checking out files: 38% (1295/3407) Checking out files: 39% (1329/3407) Checking out files: 40% (1363/3407) Checking out files: 41% (1397/3407) Checking out files: 42% (1431/3407) Checking out files: 43% (1466/3407) Checking out files: 44% (1500/3407) Checking out files: 45% (1534/3407) Checking out files: 46% (1568/3407) Checking out files: 47% (1602/3407) Checking out files: 48% (1636/3407) Checking out files: 49% (1670/3407) Checking out files: 50% (1704/3407) Checking out files: 51% (1738/3407) Checking out files: 52% (1772/3407) Checking out files: 53% (1806/3407) Checking out files: 54% (1840/3407) Checking out files: 55% (1874/3407) Checking out files: 56% (1908/3407) Checking out files: 57% (1942/3407) Checking out files: 58% (1977/3407) Checking out files: 59% (2011/3407) Checking out files: 60% (2045/3407) Checking out files: 61% (2079/3407) Checking out files: 62% (2113/3407) Checking out files: 63% (2147/3407) Checking out files: 64% (2181/3407) Checking out files: 65% (2215/3407) Checking out files: 66% (2249/3407) Checking out files: 67% (2283/3407) Checking out files: 68% (2317/3407) Checking out files: 69% (2351/3407) Checking out files: 69% (2376/3407) Checking out files: 70% (2385/3407) Checking out files: 71% (2419/3407) Checking out files: 72% (2454/3407) Checking out files: 73% (2488/3407) Checking out files: 74% (2522/3407) Checking out files: 75% (2556/3407) Checking out files: 76% (2590/3407) Checking out files: 77% (2624/3407) Checking out files: 78% (2658/3407) Checking out files: 79% (2692/3407) Checking out files: 80% (2726/3407) Checking out files: 81% (2760/3407) Checking out files: 82% (2794/3407) Checking out files: 83% (2828/3407) Checking out files: 84% (2862/3407) Checking out files: 85% (2896/3407) Checking out files: 86% (2931/3407) Checking out files: 87% (2965/3407) Checking out files: 88% (2999/3407) Checking out files: 89% (3033/3407) Checking out files: 90% (3067/3407) Checking out files: 91% (3101/3407) Checking out files: 92% (3135/3407) Checking out files: 92% (3150/3407) Checking out files: 93% (3169/3407) Checking out files: 94% (3203/3407) Checking out files: 95% (3237/3407) Checking out files: 96% (3271/3407) Checking out files: 97% (3305/3407) Checking out files: 98% (3339/3407) Checking out files: 99% (3373/3407) Checking out files: 100% (3407/3407) Checking out files: 100% (3407/3407), done. [2020-11-30T03:19:37.623Z] #54 59.17 + cd /tmp/tmp.RZeIfnzUdE/src/github.com/containerd/containerd [2020-11-30T03:19:37.623Z] #54 59.17 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:19:37.847Z] #41 19.35 DEP images/ns.pb-c.d [2020-11-30T03:19:37.847Z] #41 19.45 PBCC images/fdinfo.pb-c.c [2020-11-30T03:19:37.929Z] #22 ... [2020-11-30T03:19:37.929Z] [2020-11-30T03:19:37.929Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-30T03:19:37.929Z] #15 DONE 1.6s [2020-11-30T03:19:38.111Z] #41 19.66 DEP images/fdinfo.pb-c.d [2020-11-30T03:19:38.111Z] #41 19.81 PBCC images/core-aarch64.pb-c.c [2020-11-30T03:19:38.111Z] #41 19.88 PBCC images/core-arm.pb-c.c [2020-11-30T03:19:38.188Z] #54 60.05 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-30T03:19:38.188Z] #54 60.05 + BUILDTAGS='netgo osusergo static_build' [2020-11-30T03:19:38.188Z] #54 60.05 + export EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:19:38.188Z] #54 60.05 + EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:19:38.188Z] #54 60.05 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-30T03:19:38.188Z] #54 60.05 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-30T03:19:38.188Z] #54 60.05 + '[' '' = dynamic ']' [2020-11-30T03:19:38.188Z] #54 60.05 + make [2020-11-30T03:19:38.193Z] [2020-11-30T03:19:38.193Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:19:38.193Z] #16 ... [2020-11-30T03:19:38.193Z] [2020-11-30T03:19:38.193Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:38.193Z] #41 42.23 DEP compel/plugins/std/string.d [2020-11-30T03:19:38.193Z] #41 42.35 DEP compel/plugins/std/log.d [2020-11-30T03:19:38.193Z] #41 42.41 DEP compel/plugins/std/fds.d [2020-11-30T03:19:38.193Z] #41 42.54 DEP compel/plugins/std/std.d [2020-11-30T03:19:38.193Z] #41 42.65 DEP compel/plugins/shmem/shmem.d [2020-11-30T03:19:38.193Z] #41 42.76 DEP compel/plugins/fds/fds.d [2020-11-30T03:19:38.193Z] #41 42.99 CC compel/plugins/std/std.o [2020-11-30T03:19:38.193Z] #41 43.28 CC compel/plugins/std/fds.o [2020-11-30T03:19:38.193Z] #41 43.87 CC compel/plugins/std/log.o [2020-11-30T03:19:38.193Z] #41 44.46 CC compel/plugins/std/string.o [2020-11-30T03:19:38.193Z] #41 44.98 CC compel/plugins/std/infect.o [2020-11-30T03:19:38.193Z] #41 45.45 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-11-30T03:19:38.193Z] #41 45.50 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-11-30T03:19:38.193Z] #41 45.61 AR compel/plugins/std.lib.a [2020-11-30T03:19:38.193Z] #41 45.75 CC compel/plugins/fds/fds.o [2020-11-30T03:19:38.193Z] #41 45.97 AR compel/plugins/fds.lib.a [2020-11-30T03:19:38.193Z] #41 46.09 HOSTDEP compel/src/lib/log-host.d [2020-11-30T03:19:38.193Z] #41 46.14 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-30T03:19:38.193Z] #41 46.32 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-11-30T03:19:38.193Z] #41 46.43 HOSTDEP compel/src/main-host.d [2020-11-30T03:19:38.193Z] #41 46.53 DEP compel/src/lib/ptrace.d [2020-11-30T03:19:38.193Z] #41 46.72 DEP compel/src/lib/infect.d [2020-11-30T03:19:38.193Z] #41 46.97 DEP compel/src/lib/infect-util.d [2020-11-30T03:19:38.193Z] #41 47.13 DEP compel/src/lib/infect-rpc.d [2020-11-30T03:19:38.193Z] #41 47.29 DEP compel/arch/aarch64/src/lib/infect.d [2020-11-30T03:19:38.193Z] #41 47.40 DEP compel/arch/aarch64/src/lib/cpu.d [2020-11-30T03:19:38.193Z] #41 47.52 DEP compel/src/lib/log.d [2020-11-30T03:19:38.193Z] #41 47.61 DEP compel/src/main.d [2020-11-30T03:19:38.193Z] #41 47.68 DEP compel/src/lib/handle-elf.d [2020-11-30T03:19:38.193Z] #41 47.78 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-11-30T03:19:38.193Z] #41 47.99 CC compel/src/lib/log.o [2020-11-30T03:19:38.193Z] #41 48.29 CC compel/arch/aarch64/src/lib/cpu.o [2020-11-30T03:19:38.193Z] #41 48.65 CC compel/arch/aarch64/src/lib/infect.o [2020-11-30T03:19:38.193Z] #41 49.08 CC compel/src/lib/infect-rpc.o [2020-11-30T03:19:38.193Z] #41 49.43 CC compel/src/lib/infect-util.o [2020-11-30T03:19:38.193Z] #41 49.65 CC compel/src/lib/infect.o [2020-11-30T03:19:38.193Z] #41 51.93 CC compel/src/lib/ptrace.o [2020-11-30T03:19:38.193Z] #41 52.38 AR compel/libcompel.a [2020-11-30T03:19:38.304Z] #19 52.10 Selecting previously unselected package uidmap. [2020-11-30T03:19:38.304Z] #19 52.11 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-11-30T03:19:38.304Z] #19 52.11 Unpacking uidmap (1:4.5-1.1) ... [2020-11-30T03:19:38.304Z] #19 52.22 Selecting previously unselected package vim-runtime. [2020-11-30T03:19:38.304Z] #19 52.23 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:19:38.304Z] #19 52.28 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-30T03:19:38.304Z] #19 52.32 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-30T03:19:38.371Z] #41 20.04 PBCC images/core-ppc64.pb-c.c [2020-11-30T03:19:38.371Z] #41 20.11 PBCC images/core-s390.pb-c.c [2020-11-30T03:19:38.371Z] #41 20.13 PBCC images/core-x86.pb-c.c [2020-11-30T03:19:38.371Z] #41 20.17 PBCC images/core.pb-c.c [2020-11-30T03:19:38.458Z] #41 52.50 HOSTCC compel/src/main-host.o [2020-11-30T03:19:38.606Z] #19 52.33 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:19:38.630Z] #41 20.33 PBCC images/inventory.pb-c.c [2020-11-30T03:19:38.630Z] #41 20.39 DEP images/core-aarch64.pb-c.d [2020-11-30T03:19:38.630Z] #41 20.44 DEP images/core-arm.pb-c.d [2020-11-30T03:19:38.723Z] #41 52.87 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-11-30T03:19:38.890Z] #41 20.53 DEP images/core-ppc64.pb-c.d [2020-11-30T03:19:38.890Z] #41 20.54 DEP images/core-s390.pb-c.d [2020-11-30T03:19:38.890Z] #41 20.60 DEP images/core-x86.pb-c.d [2020-11-30T03:19:38.890Z] #41 20.63 DEP images/core.pb-c.d [2020-11-30T03:19:38.891Z] #41 20.68 DEP images/inventory.pb-c.d [2020-11-30T03:19:38.993Z] #41 53.12 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-30T03:19:38.993Z] #41 53.26 HOSTCC compel/src/lib/log-host.o [2020-11-30T03:19:39.103Z] Client: [2020-11-30T03:19:39.103Z] Debug Mode: false [2020-11-30T03:19:39.103Z] Plugins: [2020-11-30T03:19:39.103Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-30T03:19:39.103Z] [2020-11-30T03:19:39.103Z] Server: [2020-11-30T03:19:39.103Z] Containers: 0 [2020-11-30T03:19:39.103Z] Running: 0 [2020-11-30T03:19:39.103Z] Paused: 0 [2020-11-30T03:19:39.103Z] Stopped: 0 [2020-11-30T03:19:39.103Z] Images: 0 [2020-11-30T03:19:39.103Z] Server Version: 19.03.12 [2020-11-30T03:19:39.103Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-30T03:19:39.103Z] Windows: [2020-11-30T03:19:39.103Z] LCOW: [2020-11-30T03:19:39.103Z] Logging Driver: json-file [2020-11-30T03:19:39.103Z] Plugins: [2020-11-30T03:19:39.103Z] Volume: local [2020-11-30T03:19:39.103Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-30T03:19:39.103Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-30T03:19:39.103Z] Swarm: inactive [2020-11-30T03:19:39.103Z] Default Isolation: process [2020-11-30T03:19:39.103Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-30T03:19:39.103Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-11-30T03:19:39.103Z] OSType: windows [2020-11-30T03:19:39.103Z] Architecture: x86_64 [2020-11-30T03:19:39.103Z] CPUs: 4 [2020-11-30T03:19:39.103Z] Total Memory: 32GiB [2020-11-30T03:19:39.103Z] Name: azwin-2-6b01c0 [2020-11-30T03:19:39.103Z] ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV [2020-11-30T03:19:39.103Z] Docker Root Dir: D:\docker [2020-11-30T03:19:39.103Z] Debug Mode: false [2020-11-30T03:19:39.103Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:19:39.103Z] Labels: [2020-11-30T03:19:39.103Z] Experimental: true [2020-11-30T03:19:39.103Z] Insecure Registries: [2020-11-30T03:19:39.103Z] 10.0.0.4:5000 [2020-11-30T03:19:39.103Z] 127.0.0.0/8 [2020-11-30T03:19:39.103Z] Registry Mirrors: [2020-11-30T03:19:39.103Z] http://10.0.0.4:5000/ [2020-11-30T03:19:39.103Z] Live Restore Enabled: false [2020-11-30T03:19:39.103Z] [2020-11-30T03:19:39.121Z] #54 60.91 + bin/ctr [2020-11-30T03:19:39.148Z] #41 20.76 PBCC images/cpuinfo.pb-c.c [2020-11-30T03:19:39.148Z] #41 20.78 DEP images/cpuinfo.pb-c.d [2020-11-30T03:19:39.148Z] #41 20.83 PBCC images/stats.pb-c.c [2020-11-30T03:19:39.148Z] #41 20.91 DEP images/stats.pb-c.d [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-11-30T03:19:39.573Z] #41 53.55 HOSTLINK compel/compel-host-bin [2020-11-30T03:19:39.573Z] #41 53.76 DEP soccr/soccr.d [2020-11-30T03:19:39.573Z] #41 53.91 CC soccr/soccr.o [2020-11-30T03:19:39.573Z] #41 ... [2020-11-30T03:19:39.573Z] [2020-11-30T03:19:39.573Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:39.573Z] #22 133.5 + mkdir -p /tmp/tmp.0XerXq4xWb/src/github.com/docker [2020-11-30T03:19:39.839Z] #22 133.5 + mv components/cli /tmp/tmp.0XerXq4xWb/src/github.com/docker/cli [2020-11-30T03:19:39.839Z] #22 133.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-11-30T03:19:40.105Z] #22 ... [2020-11-30T03:19:40.105Z] [2020-11-30T03:19:40.105Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:19:40.105Z] #16 DONE 2.2s [2020-11-30T03:19:40.371Z] [2020-11-30T03:19:40.371Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:19:41.049Z] #41 ... [2020-11-30T03:19:41.049Z] [2020-11-30T03:19:41.049Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:41.323Z] #17 ... [2020-11-30T03:19:41.323Z] [2020-11-30T03:19:41.323Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:41.323Z] #51 3.292 + RM_GOPATH=0 [2020-11-30T03:19:41.323Z] #51 3.292 + TMP_GOPATH= [2020-11-30T03:19:41.323Z] #51 3.292 + : /build [2020-11-30T03:19:41.323Z] #51 3.292 + '[' -z '' ']' [2020-11-30T03:19:41.323Z] #51 3.293 ++ mktemp -d [2020-11-30T03:19:41.323Z] #51 3.300 + export GOPATH=/tmp/tmp.dfwX4S0wIX [2020-11-30T03:19:41.323Z] #51 3.300 + GOPATH=/tmp/tmp.dfwX4S0wIX [2020-11-30T03:19:41.323Z] #51 3.300 + RM_GOPATH=1 [2020-11-30T03:19:41.323Z] #51 3.308 + case "$(go env GOARCH)" in [2020-11-30T03:19:41.323Z] #51 3.308 ++ go env GOARCH [2020-11-30T03:19:41.323Z] #51 3.349 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-30T03:19:41.323Z] #51 3.350 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:19:41.323Z] #51 3.350 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:19:41.323Z] #51 3.350 ++ dirname /tmp/install/install.sh [2020-11-30T03:19:41.323Z] #51 3.350 + dir=/tmp/install [2020-11-30T03:19:41.323Z] #51 3.350 + bin=runc [2020-11-30T03:19:41.323Z] #51 3.350 + shift [2020-11-30T03:19:41.323Z] #51 3.350 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-30T03:19:41.323Z] #51 3.350 + . /tmp/install/runc.installer [2020-11-30T03:19:41.323Z] #51 3.350 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:19:41.323Z] #51 3.350 + install_runc [2020-11-30T03:19:41.323Z] #51 3.350 + uname -r [2020-11-30T03:19:41.323Z] #51 3.350 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-30T03:19:41.323Z] #51 3.350 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-30T03:19:41.323Z] #51 3.350 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-30T03:19:41.323Z] #51 3.350 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dfwX4S0wIX/src/github.com/opencontainers/runc [2020-11-30T03:19:41.323Z] #51 3.350 Cloning into '/tmp/tmp.dfwX4S0wIX/src/github.com/opencontainers/runc'... [2020-11-30T03:19:41.323Z] #51 11.16 + cd /tmp/tmp.dfwX4S0wIX/src/github.com/opencontainers/runc [2020-11-30T03:19:41.323Z] #51 11.16 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:19:41.323Z] #51 11.61 + '[' -z '' ']' [2020-11-30T03:19:41.323Z] #51 11.61 + target=static [2020-11-30T03:19:41.323Z] #51 11.61 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-30T03:19:41.323Z] #51 11.98 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-30T03:19:41.903Z] #51 ... [2020-11-30T03:19:41.903Z] [2020-11-30T03:19:41.903Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:41.903Z] #41 55.86 AR soccr/libsoccr.a [2020-11-30T03:19:41.903Z] #41 55.92 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:19:41.903Z] #41 56.28 DEP criu/arch/aarch64/sigframe.d [2020-11-30T03:19:42.170Z] #41 56.38 DEP criu/arch/aarch64/crtools.d [2020-11-30T03:19:42.170Z] #41 ... [2020-11-30T03:19:42.170Z] [2020-11-30T03:19:42.170Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:19:42.170Z] #17 DONE 2.0s [2020-11-30T03:19:42.178Z] #19 55.87 Selecting previously unselected package vim. [2020-11-30T03:19:42.178Z] #19 55.88 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-11-30T03:19:42.178Z] #19 55.91 Unpacking vim (2:8.1.0875-5) ... [2020-11-30T03:19:42.435Z] [2020-11-30T03:19:42.435Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:42.435Z] #41 56.64 DEP criu/arch/aarch64/cpu.d [2020-11-30T03:19:42.435Z] #41 56.68 DEP criu/arch/aarch64/bitops.d [2020-11-30T03:19:42.435Z] #41 56.71 CC criu/arch/aarch64/bitops.o [2020-11-30T03:19:42.435Z] #41 56.77 CC criu/arch/aarch64/cpu.o [2020-11-30T03:19:42.479Z] #19 56.45 Selecting previously unselected package xfsprogs. [2020-11-30T03:19:42.479Z] #19 56.46 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-11-30T03:19:42.479Z] #19 56.46 Unpacking xfsprogs (4.20.0-1) ... [2020-11-30T03:19:42.699Z] #41 56.90 CC criu/arch/aarch64/crtools.o [2020-11-30T03:19:43.105Z] #54 58.34 Checking out files: 32% (1096/3407) Checking out files: 33% (1125/3407) Checking out files: 34% (1159/3407) Checking out files: 35% (1193/3407) Checking out files: 36% (1227/3407) Checking out files: 37% (1261/3407) Checking out files: 38% (1295/3407) Checking out files: 39% (1329/3407) Checking out files: 40% (1363/3407) Checking out files: 41% (1397/3407) Checking out files: 42% (1431/3407) Checking out files: 43% (1466/3407) Checking out files: 44% (1500/3407) Checking out files: 45% (1534/3407) Checking out files: 46% (1568/3407) Checking out files: 47% (1602/3407) Checking out files: 48% (1636/3407) Checking out files: 49% (1670/3407) Checking out files: 50% (1704/3407) Checking out files: 51% (1738/3407) Checking out files: 52% (1772/3407) Checking out files: 53% (1806/3407) Checking out files: 54% (1840/3407) Checking out files: 55% (1874/3407) Checking out files: 56% (1908/3407) Checking out files: 57% (1942/3407) Checking out files: 58% (1977/3407) Checking out files: 59% (2011/3407) Checking out files: 60% (2045/3407) Checking out files: 61% (2079/3407) Checking out files: 62% (2113/3407) Checking out files: 63% (2147/3407) Checking out files: 64% (2181/3407) Checking out files: 65% (2215/3407) Checking out files: 66% (2249/3407) Checking out files: 67% (2283/3407) Checking out files: 68% (2317/3407) Checking out files: 69% (2351/3407) Checking out files: 70% (2385/3407) Checking out files: 71% (2419/3407) Checking out files: 72% (2454/3407) Checking out files: 73% (2488/3407) Checking out files: 74% (2522/3407) Checking out files: 75% (2556/3407) Checking out files: 76% (2590/3407) Checking out files: 77% (2624/3407) Checking out files: 78% (2658/3407) Checking out files: 79% (2692/3407) Checking out files: 80% (2726/3407) Checking out files: 81% (2760/3407) Checking out files: 82% (2794/3407) Checking out files: 83% (2828/3407) Checking out files: 84% (2862/3407) Checking out files: 85% (2896/3407) Checking out files: 86% (2931/3407) Checking out files: 87% (2965/3407) Checking out files: 88% (2999/3407) Checking out files: 89% (3033/3407) Checking out files: 90% (3067/3407) Checking out files: 91% (3101/3407) Checking out files: 91% (3124/3407) Checking out files: 92% (3135/3407) Checking out files: 93% (3169/3407) Checking out files: 94% (3203/3407) Checking out files: 95% (3237/3407) Checking out files: 96% (3271/3407) Checking out files: 97% (3305/3407) Checking out files: 98% (3339/3407) Checking out files: 99% (3373/3407) Checking out files: 100% (3407/3407) Checking out files: 100% (3407/3407), done. [2020-11-30T03:19:43.132Z] #19 57.06 Selecting previously unselected package zip. [2020-11-30T03:19:43.132Z] #19 57.06 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-11-30T03:19:43.132Z] #19 57.07 Unpacking zip (3.0-11+b1) ... [2020-11-30T03:19:43.278Z] #41 57.35 CC criu/arch/aarch64/sigframe.o [2020-11-30T03:19:43.278Z] #41 57.52 LINK criu/arch/aarch64/crtools.built-in.o [2020-11-30T03:19:43.278Z] #41 57.58 DEP criu/pie/util-vdso.d [2020-11-30T03:19:43.362Z] #54 60.76 + cd /tmp/tmp.WE4XQD3frr/src/github.com/containerd/containerd [2020-11-30T03:19:43.362Z] #54 60.76 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-11-30T03:19:43.433Z] #19 57.32 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:19:43.433Z] #19 57.33 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:19:43.433Z] #19 57.34 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-11-30T03:19:43.433Z] #19 57.34 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-11-30T03:19:43.433Z] #19 57.35 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-11-30T03:19:43.433Z] #19 57.35 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-11-30T03:19:43.433Z] #19 57.36 Setting up uidmap (1:4.5-1.1) ... [2020-11-30T03:19:43.433Z] #19 57.37 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-11-30T03:19:43.433Z] #19 57.37 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-11-30T03:19:43.433Z] #19 57.38 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:19:43.433Z] #19 57.38 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-11-30T03:19:43.433Z] #19 57.39 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-11-30T03:19:43.433Z] #19 57.40 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:19:43.433Z] #19 57.40 Setting up zip (3.0-11+b1) ... [2020-11-30T03:19:43.433Z] #19 57.40 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:19:43.543Z] #41 57.71 DEP criu/pie/util.d [2020-11-30T03:19:43.543Z] #41 57.82 CC criu/pie/util.o [2020-11-30T03:19:43.733Z] #19 57.43 Setting up bash-completion (1:2.8-6) ... [2020-11-30T03:19:44.122Z] #41 58.14 CC criu/pie/util-vdso.o [2020-11-30T03:19:44.209Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.425s coverage: 14.1% of statements [2020-11-30T03:19:44.379Z] #54 ... [2020-11-30T03:19:44.379Z] [2020-11-30T03:19:44.379Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:44.379Z] #43 119.1 encoding/xml [2020-11-30T03:19:44.379Z] #43 121.5 go/doc [2020-11-30T03:19:44.379Z] #43 126.0 github.com/LK4D4/vndr/build [2020-11-30T03:19:44.379Z] #43 127.5 github.com/LK4D4/vndr/versioned [2020-11-30T03:19:44.379Z] #43 127.7 compress/flate [2020-11-30T03:19:44.379Z] #43 ... [2020-11-30T03:19:44.379Z] [2020-11-30T03:19:44.379Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:44.379Z] #41 26.67 CC images/stats.o [2020-11-30T03:19:44.379Z] #41 27.28 CC images/core.o [2020-11-30T03:19:44.379Z] #41 28.08 CC images/core-x86.o [2020-11-30T03:19:44.379Z] #41 28.93 CC images/core-arm.o [2020-11-30T03:19:44.379Z] #41 29.50 CC images/core-aarch64.o [2020-11-30T03:19:44.379Z] #41 30.25 CC images/core-ppc64.o [2020-11-30T03:19:44.379Z] #41 31.14 CC images/core-s390.o [2020-11-30T03:19:44.379Z] #41 32.16 CC images/cpuinfo.o [2020-11-30T03:19:44.379Z] #41 32.73 CC images/inventory.o [2020-11-30T03:19:44.379Z] #41 33.18 CC images/fdinfo.o [2020-11-30T03:19:44.387Z] #41 58.61 AR criu/pie/pie.lib.a [2020-11-30T03:19:44.652Z] #41 58.68 DEP criu/pie/restorer.d [2020-11-30T03:19:44.917Z] #41 58.98 DEP criu/arch/aarch64/intraprocedure.d [2020-11-30T03:19:44.917Z] #41 59.00 DEP criu/arch/aarch64/restorer.d [2020-11-30T03:19:44.943Z] #41 33.85 CC images/fown.o [2020-11-30T03:19:44.943Z] #41 ... [2020-11-30T03:19:44.943Z] [2020-11-30T03:19:44.943Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:44.943Z] #43 130.7 hash/crc32 [2020-11-30T03:19:45.182Z] #41 59.27 DEP criu/arch/aarch64/vdso-pie.d [2020-11-30T03:19:45.182Z] #41 59.49 DEP criu/pie/parasite-vdso.d [2020-11-30T03:19:45.256Z] #54 62.71 + export 'BUILDTAGS=netgo osusergo static_build' [2020-11-30T03:19:45.256Z] #54 62.71 + BUILDTAGS='netgo osusergo static_build' [2020-11-30T03:19:45.256Z] #54 62.71 + export EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:19:45.256Z] #54 62.71 + EXTRA_FLAGS=-buildmode=pie [2020-11-30T03:19:45.256Z] #54 62.71 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-11-30T03:19:45.256Z] #54 62.71 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-11-30T03:19:45.256Z] #54 62.71 + '[' '' = dynamic ']' [2020-11-30T03:19:45.256Z] #54 62.72 + make [2020-11-30T03:19:45.256Z] #54 ... [2020-11-30T03:19:45.256Z] [2020-11-30T03:19:45.256Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:45.256Z] #49 119.1 mvdan.cc/editorconfig [2020-11-30T03:19:45.256Z] #49 120.8 mvdan.cc/sh/v3/fileutil [2020-11-30T03:19:45.256Z] #49 121.2 mvdan.cc/sh/v3/syntax [2020-11-30T03:19:45.446Z] #41 59.72 DEP criu/pie/parasite.d [2020-11-30T03:19:45.589Z] #49 ... [2020-11-30T03:19:45.589Z] [2020-11-30T03:19:45.589Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:45.589Z] #41 23.57 make[1]: Nothing to be done for 'all'. [2020-11-30T03:19:45.589Z] #41 26.37 CC images/stats.o [2020-11-30T03:19:45.589Z] #41 26.86 CC images/core.o [2020-11-30T03:19:45.711Z] #41 60.10 CC criu/pie/parasite.o [2020-11-30T03:19:45.716Z] ok github.com/docker/docker/daemon/config 0.020s coverage: 81.8% of statements [2020-11-30T03:19:45.862Z] #19 ... [2020-11-30T03:19:45.862Z] [2020-11-30T03:19:45.862Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:45.862Z] #44 166.1 net/http/httptrace [2020-11-30T03:19:45.862Z] #44 166.5 net/http [2020-11-30T03:19:46.007Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2020-11-30T03:19:46.160Z] #44 ... [2020-11-30T03:19:46.160Z] [2020-11-30T03:19:46.160Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:46.160Z] #42 107.5 CC criu/clone-noasan.o [2020-11-30T03:19:46.160Z] #42 107.9 CC criu/config.o [2020-11-30T03:19:46.312Z] #43 131.8 compress/gzip [2020-11-30T03:19:46.312Z] #43 131.9 net [2020-11-30T03:19:46.460Z] #42 111.0 CC criu/cr-check.o [2020-11-30T03:19:46.519Z] #41 27.98 CC images/core-x86.o [2020-11-30T03:19:46.569Z] #43 132.4 vendor/golang.org/x/text/transform [2020-11-30T03:19:46.639Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-11-30T03:19:46.775Z] #41 ... [2020-11-30T03:19:46.775Z] [2020-11-30T03:19:46.775Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:46.775Z] #43 120.3 go/parser [2020-11-30T03:19:46.775Z] #43 123.2 text/template [2020-11-30T03:19:46.775Z] #43 126.3 encoding/xml [2020-11-30T03:19:46.775Z] #43 130.1 go/doc [2020-11-30T03:19:46.775Z] #43 ... [2020-11-30T03:19:46.775Z] [2020-11-30T03:19:46.775Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:19:46.775Z] #54 64.31 + bin/ctr [2020-11-30T03:19:47.114Z] #41 61.33 LINK criu/pie/parasite.built-in.o [2020-11-30T03:19:47.114Z] #41 61.33 GEN criu/pie/parasite-blob.h [2020-11-30T03:19:47.114Z] #41 61.35 CC criu/pie/parasite-vdso.o [2020-11-30T03:19:47.134Z] #43 ... [2020-11-30T03:19:47.134Z] [2020-11-30T03:19:47.134Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:47.134Z] #49 124.8 mvdan.cc/sh/v3/cmd/shfmt [2020-11-30T03:19:47.134Z] #49 DONE 132.9s [2020-11-30T03:19:47.134Z] [2020-11-30T03:19:47.134Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:47.134Z] #43 132.9 vendor/golang.org/x/text/unicode/bidi [2020-11-30T03:19:47.271Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-11-30T03:19:47.693Z] #41 62.03 CC criu/arch/aarch64/vdso-pie.o [2020-11-30T03:19:47.957Z] ok github.com/docker/docker/daemon 12.271s coverage: 17.2% of statements [2020-11-30T03:19:47.957Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-30T03:19:47.957Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-30T03:19:47.957Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-30T03:19:47.957Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-30T03:19:48.001Z] #42 ... [2020-11-30T03:19:48.001Z] [2020-11-30T03:19:48.001Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:48.001Z] #19 62.00 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-11-30T03:19:48.001Z] #19 62.00 Setting up xz-utils (5.2.4-1) ... [2020-11-30T03:19:48.001Z] #19 62.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-30T03:19:48.001Z] #19 62.03 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:19:48.272Z] #41 62.37 CC criu/arch/aarch64/restorer.o [2020-11-30T03:19:48.302Z] #19 62.12 invoke-rc.d: could not determine current runlevel [2020-11-30T03:19:48.302Z] #19 62.15 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-30T03:19:48.302Z] #19 62.17 Setting up pigz (2.4-1) ... [2020-11-30T03:19:48.302Z] #19 62.17 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-11-30T03:19:48.302Z] #19 62.18 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-11-30T03:19:48.302Z] #19 62.20 Setting up python-pip-whl (18.1-5) ... [2020-11-30T03:19:48.302Z] #19 62.21 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-11-30T03:19:48.302Z] #19 62.22 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:19:48.536Z] #41 62.78 CC criu/arch/aarch64/intraprocedure.o [2020-11-30T03:19:48.536Z] #41 62.83 CC criu/pie/restorer.o [2020-11-30T03:19:48.956Z] #19 62.90 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-11-30T03:19:48.956Z] #19 62.90 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-11-30T03:19:48.956Z] #19 62.90 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-11-30T03:19:48.956Z] #19 62.91 Setting up vim (2:8.1.0875-5) ... [2020-11-30T03:19:48.956Z] #19 62.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-30T03:19:48.956Z] #19 62.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-30T03:19:48.956Z] #19 62.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-30T03:19:48.956Z] #19 62.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-30T03:19:48.956Z] #19 62.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-30T03:19:48.956Z] #19 62.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-30T03:19:48.956Z] #19 62.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-30T03:19:48.956Z] #19 63.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-30T03:19:49.276Z] #19 63.04 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-11-30T03:19:49.276Z] #19 63.05 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:19:49.276Z] #19 63.07 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-11-30T03:19:49.276Z] #19 63.07 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:19:49.276Z] #19 63.07 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-11-30T03:19:49.276Z] #19 63.08 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:19:49.465Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-11-30T03:19:49.661Z] #43 135.4 vendor/golang.org/x/text/secure/bidirule [2020-11-30T03:19:50.099Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.178s coverage: 56.2% of statements [2020-11-30T03:19:50.225Z] #43 135.9 vendor/golang.org/x/text/unicode/norm [2020-11-30T03:19:51.108Z] #41 65.28 LINK criu/pie/restorer.built-in.o [2020-11-30T03:19:51.108Z] #41 65.31 GEN criu/pie/restorer-blob.h [2020-11-30T03:19:51.108Z] #41 65.41 DEP criu/vdso.d [2020-11-30T03:19:51.373Z] #41 65.55 DEP criu/uts_ns.d [2020-11-30T03:19:51.373Z] #41 65.67 DEP criu/util.d [2020-11-30T03:19:51.638Z] #41 65.81 DEP criu/uffd.d [2020-11-30T03:19:51.903Z] #41 66.05 DEP criu/tun.d [2020-11-30T03:19:52.034Z] #54 ... [2020-11-30T03:19:52.034Z] [2020-11-30T03:19:52.034Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:52.034Z] #43 134.4 github.com/LK4D4/vndr/versioned [2020-11-30T03:19:52.034Z] #43 134.5 compress/flate [2020-11-30T03:19:52.034Z] #43 134.6 github.com/LK4D4/vndr/build [2020-11-30T03:19:52.168Z] #41 66.27 DEP criu/tty.d [2020-11-30T03:19:52.168Z] #41 66.47 DEP criu/timerfd.d [2020-11-30T03:19:52.168Z] #41 ... [2020-11-30T03:19:52.168Z] [2020-11-30T03:19:52.168Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:52.168Z] #18 1.956 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:19:52.168Z] #18 2.123 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:19:52.168Z] #18 2.210 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:19:52.168Z] #18 2.520 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-11-30T03:19:52.168Z] #18 3.520 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [248 kB] [2020-11-30T03:19:52.168Z] #18 4.859 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-11-30T03:19:52.168Z] #18 7.039 Fetched 8230 kB in 5s (1503 kB/s) [2020-11-30T03:19:52.168Z] #18 7.039 Reading package lists... [2020-11-30T03:19:52.433Z] #18 9.823 Reading package lists... [2020-11-30T03:19:52.433Z] #18 ... [2020-11-30T03:19:52.433Z] [2020-11-30T03:19:52.433Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:52.433Z] #41 66.59 DEP criu/timens.d [2020-11-30T03:19:52.433Z] #41 66.70 DEP criu/sysfs_parse.d [2020-11-30T03:19:52.698Z] #41 66.86 DEP criu/sysctl.d [2020-11-30T03:19:52.962Z] #41 67.04 DEP criu/string.d [2020-11-30T03:19:52.962Z] #41 67.09 DEP criu/stats.d [2020-11-30T03:19:52.962Z] #41 67.23 DEP criu/sockets.d [2020-11-30T03:19:53.227Z] #41 67.43 DEP criu/sk-unix.d [2020-11-30T03:19:53.493Z] #41 67.69 DEP criu/sk-tcp.d [2020-11-30T03:19:53.758Z] #41 67.87 DEP criu/sk-queue.d [2020-11-30T03:19:53.758Z] #41 ... [2020-11-30T03:19:53.758Z] [2020-11-30T03:19:53.758Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:19:53.758Z] #38 146.1 + dpkg --print-architecture [2020-11-30T03:19:53.758Z] #38 DONE 147.4s [2020-11-30T03:19:53.758Z] [2020-11-30T03:19:53.758Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:53.758Z] #41 68.08 DEP criu/sk-packet.d [2020-11-30T03:19:53.809Z] #19 67.54 Setting up iptables (1.8.2-4) ... [2020-11-30T03:19:53.809Z] #19 67.55 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:19:53.809Z] #19 67.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:19:53.809Z] #19 67.58 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:19:53.809Z] #19 67.58 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:19:53.809Z] #19 67.60 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-30T03:19:53.809Z] #19 67.61 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-30T03:19:53.809Z] #19 67.61 Setting up python3 (3.7.3-1) ... [2020-11-30T03:19:54.022Z] #41 68.26 DEP criu/sk-netlink.d [2020-11-30T03:19:54.022Z] #41 68.41 DEP criu/sk-inet.d [2020-11-30T03:19:54.288Z] #41 68.55 DEP criu/signalfd.d [2020-11-30T03:19:54.463Z] #19 68.21 Setting up python3-wheel (0.32.3-2) ... [2020-11-30T03:19:54.595Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.138s coverage: 46.2% of statements [2020-11-30T03:19:54.867Z] #41 68.89 DEP criu/sigframe.d [2020-11-30T03:19:54.867Z] #41 69.02 DEP criu/shmem.d [2020-11-30T03:19:55.114Z] #19 69.17 Setting up apparmor (2.13.2-10) ... [2020-11-30T03:19:55.132Z] #41 69.23 DEP criu/servicefd.d [2020-11-30T03:19:55.132Z] #41 69.38 DEP criu/seize.d [2020-11-30T03:19:55.135Z] #54 216.4 + bin/containerd-stress [2020-11-30T03:19:55.135Z] #54 218.6 + bin/containerd-shim [2020-11-30T03:19:55.228Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2020-11-30T03:19:55.320Z] #43 138.5 hash/crc32 [2020-11-30T03:19:55.397Z] #41 69.56 DEP criu/seccomp.d [2020-11-30T03:19:55.480Z] #43 140.6 vendor/golang.org/x/net/idna [2020-11-30T03:19:55.480Z] #43 ... [2020-11-30T03:19:55.480Z] [2020-11-30T03:19:55.480Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:19:55.480Z] #11 140.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-30T03:19:55.480Z] #11 140.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:19:55.480Z] #11 140.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:19:55.480Z] #11 ... [2020-11-30T03:19:55.480Z] [2020-11-30T03:19:55.480Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:55.480Z] #41 34.33 CC images/ns.o [2020-11-30T03:19:55.480Z] #41 34.81 CC images/regfile.o [2020-11-30T03:19:55.480Z] #41 35.17 CC images/ghost-file.o [2020-11-30T03:19:55.480Z] #41 35.47 CC images/fifo.o [2020-11-30T03:19:55.480Z] #41 35.62 CC images/remap-file-path.o [2020-11-30T03:19:55.480Z] #41 35.78 CC images/eventfd.o [2020-11-30T03:19:55.480Z] #41 35.95 CC images/eventpoll.o [2020-11-30T03:19:55.480Z] #41 36.51 CC images/fh.o [2020-11-30T03:19:55.480Z] #41 36.98 CC images/fsnotify.o [2020-11-30T03:19:55.480Z] #41 37.68 CC images/signalfd.o [2020-11-30T03:19:55.480Z] #41 37.93 CC images/fs.o [2020-11-30T03:19:55.480Z] #41 38.20 CC images/pstree.o [2020-11-30T03:19:55.480Z] #41 38.54 CC images/pipe.o [2020-11-30T03:19:55.480Z] #41 38.93 CC images/tcp-stream.o [2020-11-30T03:19:55.480Z] #41 39.34 CC images/sk-packet.o [2020-11-30T03:19:55.480Z] #41 39.83 CC images/mnt.o [2020-11-30T03:19:55.480Z] #41 40.18 CC images/pipe-data.o [2020-11-30T03:19:55.480Z] #41 40.59 CC images/sa.o [2020-11-30T03:19:55.480Z] #41 41.01 CC images/timer.o [2020-11-30T03:19:55.480Z] #41 41.62 CC images/timerfd.o [2020-11-30T03:19:55.480Z] #41 42.06 CC images/mm.o [2020-11-30T03:19:55.480Z] #41 42.53 CC images/sk-opts.o [2020-11-30T03:19:55.480Z] #41 42.72 CC images/sk-unix.o [2020-11-30T03:19:55.480Z] #41 42.96 CC images/sk-inet.o [2020-11-30T03:19:55.480Z] #41 43.29 CC images/tun.o [2020-11-30T03:19:55.480Z] #41 43.59 CC images/sk-netlink.o [2020-11-30T03:19:55.480Z] #41 43.83 CC images/packet-sock.o [2020-11-30T03:19:55.480Z] #41 44.15 CC images/ipc-var.o [2020-11-30T03:19:55.480Z] #41 44.44 CC images/ipc-desc.o [2020-11-30T03:19:55.737Z] #41 44.65 CC images/ipc-shm.o [2020-11-30T03:19:55.827Z] #41 69.90 DEP criu/rst-malloc.d [2020-11-30T03:19:55.827Z] #41 69.98 DEP criu/rbtree.d [2020-11-30T03:19:55.883Z] #43 ... [2020-11-30T03:19:55.884Z] [2020-11-30T03:19:55.884Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-11-30T03:19:55.884Z] #49 131.2 mvdan.cc/sh/v3/cmd/shfmt [2020-11-30T03:19:55.884Z] #49 DONE 139.5s [2020-11-30T03:19:55.884Z] [2020-11-30T03:19:55.884Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:55.884Z] #41 28.76 CC images/core-arm.o [2020-11-30T03:19:55.884Z] #41 29.34 CC images/core-aarch64.o [2020-11-30T03:19:55.884Z] #41 29.97 CC images/core-ppc64.o [2020-11-30T03:19:55.884Z] #41 30.79 CC images/core-s390.o [2020-11-30T03:19:55.884Z] #41 31.59 CC images/cpuinfo.o [2020-11-30T03:19:55.884Z] #41 32.25 CC images/inventory.o [2020-11-30T03:19:55.884Z] #41 32.68 CC images/fdinfo.o [2020-11-30T03:19:55.884Z] #41 33.24 CC images/fown.o [2020-11-30T03:19:55.884Z] #41 33.71 CC images/ns.o [2020-11-30T03:19:55.884Z] #41 33.99 CC images/regfile.o [2020-11-30T03:19:55.884Z] #41 34.32 CC images/ghost-file.o [2020-11-30T03:19:55.884Z] #41 34.77 CC images/fifo.o [2020-11-30T03:19:55.884Z] #41 35.06 CC images/remap-file-path.o [2020-11-30T03:19:55.884Z] #41 35.34 CC images/eventfd.o [2020-11-30T03:19:55.884Z] #41 35.70 CC images/eventpoll.o [2020-11-30T03:19:55.884Z] #41 36.25 CC images/fh.o [2020-11-30T03:19:55.884Z] #41 36.74 CC images/fsnotify.o [2020-11-30T03:19:55.884Z] #41 ... [2020-11-30T03:19:55.884Z] [2020-11-30T03:19:55.884Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:55.884Z] #43 139.6 compress/gzip [2020-11-30T03:19:55.994Z] #41 44.90 CC images/ipc-msg.o [2020-11-30T03:19:56.091Z] #41 70.23 DEP criu/pstree.d [2020-11-30T03:19:56.251Z] #41 45.16 CC images/ipc-sem.o [2020-11-30T03:19:56.355Z] #41 70.46 DEP criu/protobuf.d [2020-11-30T03:19:56.356Z] #41 70.64 GEN criu/protobuf-desc-gen.h [2020-11-30T03:19:56.508Z] #41 45.32 CC images/utsns.o [2020-11-30T03:19:56.509Z] #41 45.58 CC images/creds.o [2020-11-30T03:19:56.767Z] #41 45.75 CC images/vma.o [2020-11-30T03:19:57.024Z] #41 45.97 CC images/netdev.o [2020-11-30T03:19:57.024Z] #41 ... [2020-11-30T03:19:57.024Z] [2020-11-30T03:19:57.024Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:57.024Z] #43 142.7 vendor/golang.org/x/net/http2/hpack [2020-11-30T03:19:57.251Z] #43 140.7 net [2020-11-30T03:19:57.251Z] #43 140.9 vendor/golang.org/x/sys/cpu [2020-11-30T03:19:57.816Z] #43 141.4 vendor/golang.org/x/crypto/chacha20poly1305 [2020-11-30T03:19:58.291Z] #41 72.35 DEP criu/protobuf-desc.d [2020-11-30T03:19:58.291Z] #41 72.54 DEP criu/proc_parse.d [2020-11-30T03:19:58.393Z] #43 143.8 mime [2020-11-30T03:19:58.556Z] #41 72.73 DEP criu/plugin.d [2020-11-30T03:19:58.556Z] #41 72.86 DEP criu/pipes.d [2020-11-30T03:19:58.713Z] #19 72.19 Setting up xfsprogs (4.20.0-1) ... [2020-11-30T03:19:58.713Z] #19 72.20 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:19:58.741Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.255s coverage: 49.5% of statements [2020-11-30T03:19:58.821Z] #41 73.05 DEP criu/pie-util.d [2020-11-30T03:19:58.821Z] #41 73.17 DEP criu/pie-util-vdso.d [2020-11-30T03:19:59.012Z] #19 72.86 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:19:59.086Z] #41 73.28 DEP criu/path.d [2020-11-30T03:19:59.086Z] #41 73.38 DEP criu/parasite-syscall.d [2020-11-30T03:19:59.313Z] #19 ... [2020-11-30T03:19:59.313Z] [2020-11-30T03:19:59.313Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:19:59.313Z] #42 113.8 CC criu/cr-dedup.o [2020-11-30T03:19:59.313Z] #42 114.3 CC criu/cr-dump.o [2020-11-30T03:19:59.313Z] #42 117.5 CC criu/cr-errno.o [2020-11-30T03:19:59.313Z] #42 117.6 CC criu/cr-restore.o [2020-11-30T03:19:59.351Z] #41 73.54 DEP criu/pagemap.d [2020-11-30T03:19:59.616Z] #41 73.64 DEP criu/pagemap-cache.d [2020-11-30T03:19:59.616Z] #41 73.81 DEP criu/page-xfer.d [2020-11-30T03:19:59.711Z] #43 143.5 vendor/golang.org/x/crypto/hkdf [2020-11-30T03:19:59.762Z] #43 145.4 mime/quotedprintable [2020-11-30T03:19:59.881Z] #41 74.01 DEP criu/page-pipe.d [2020-11-30T03:19:59.881Z] #41 74.19 DEP criu/netfilter.d [2020-11-30T03:19:59.964Z] #42 ... [2020-11-30T03:19:59.964Z] [2020-11-30T03:19:59.964Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:19:59.964Z] #44 180.0 github.com/LK4D4/vndr/godl [2020-11-30T03:19:59.964Z] #44 181.0 github.com/LK4D4/vndr [2020-11-30T03:19:59.964Z] #44 ... [2020-11-30T03:19:59.964Z] [2020-11-30T03:19:59.964Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:19:59.968Z] #43 143.7 vendor/golang.org/x/text/transform [2020-11-30T03:20:00.149Z] #41 74.39 DEP criu/net.d [2020-11-30T03:20:00.264Z] #19 73.98 Setting up python3-distutils (3.7.3-1) ... [2020-11-30T03:20:00.326Z] #43 145.9 net/http/internal [2020-11-30T03:20:00.414Z] #41 74.62 DEP criu/namespaces.d [2020-11-30T03:20:00.424Z] #54 225.5 + bin/containerd-shim-runc-v1 [2020-11-30T03:20:00.678Z] #41 74.83 DEP criu/mount.d [2020-11-30T03:20:00.678Z] #41 ... [2020-11-30T03:20:00.678Z] [2020-11-30T03:20:00.678Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:00.678Z] #18 9.823 Reading package lists... [2020-11-30T03:20:00.678Z] #18 13.03 Building dependency tree... [2020-11-30T03:20:00.678Z] #18 14.17 libcap2-bin is already the newest version (1:2.25-2). [2020-11-30T03:20:00.678Z] #18 14.17 The following additional packages will be installed: [2020-11-30T03:20:00.678Z] #18 14.17 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-30T03:20:00.678Z] #18 14.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-30T03:20:00.678Z] #18 14.17 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-30T03:20:00.678Z] #18 14.17 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-30T03:20:00.678Z] #18 14.17 python3.7 python3.7-minimal vim-runtime xxd [2020-11-30T03:20:00.678Z] #18 14.18 Suggested packages: [2020-11-30T03:20:00.678Z] #18 14.18 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-30T03:20:00.678Z] #18 14.18 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-30T03:20:00.678Z] #18 14.18 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-30T03:20:00.678Z] #18 14.18 Recommended packages: [2020-11-30T03:20:00.678Z] #18 14.18 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-30T03:20:00.678Z] #18 14.18 python3-keyrings.alt python3-xdg unzip [2020-11-30T03:20:00.678Z] #18 15.78 The following NEW packages will be installed: [2020-11-30T03:20:00.678Z] #18 15.79 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-30T03:20:00.678Z] #18 15.80 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-30T03:20:00.678Z] #18 15.80 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-30T03:20:00.678Z] #18 15.80 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-30T03:20:00.678Z] #18 15.80 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-30T03:20:00.678Z] #18 15.80 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-30T03:20:00.678Z] #18 15.81 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-30T03:20:00.678Z] #18 15.81 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-30T03:20:00.678Z] #18 15.81 xz-utils zip [2020-11-30T03:20:00.678Z] #18 16.14 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:20:00.678Z] #18 16.14 Need to get 27.6 MB of archives. [2020-11-30T03:20:00.678Z] #18 16.14 After this operation, 114 MB of additional disk space will be used. [2020-11-30T03:20:00.678Z] #18 16.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-11-30T03:20:00.678Z] #18 16.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-11-30T03:20:00.678Z] #18 16.17 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-11-30T03:20:00.678Z] #18 16.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-11-30T03:20:00.678Z] #18 16.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-11-30T03:20:00.678Z] #18 16.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-11-30T03:20:00.678Z] #18 16.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-11-30T03:20:00.678Z] #18 16.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-11-30T03:20:00.678Z] #18 16.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-11-30T03:20:00.679Z] #18 16.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-11-30T03:20:00.679Z] #18 16.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-11-30T03:20:00.679Z] #18 16.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-11-30T03:20:00.679Z] #18 16.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-11-30T03:20:00.679Z] #18 16.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-11-30T03:20:00.679Z] #18 16.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-11-30T03:20:00.679Z] #18 16.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-11-30T03:20:00.679Z] #18 16.41 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-11-30T03:20:00.679Z] #18 16.41 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:20:00.679Z] #18 16.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-11-30T03:20:00.679Z] #18 16.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-11-30T03:20:00.679Z] #18 16.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-11-30T03:20:00.679Z] #18 16.45 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-11-30T03:20:00.679Z] #18 16.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-11-30T03:20:00.679Z] #18 16.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-11-30T03:20:00.679Z] #18 16.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-11-30T03:20:00.679Z] #18 16.50 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-11-30T03:20:00.679Z] #18 16.54 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-11-30T03:20:00.679Z] #18 16.61 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-11-30T03:20:00.679Z] #18 16.61 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-11-30T03:20:00.679Z] #18 17.09 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-11-30T03:20:00.679Z] #18 17.09 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-11-30T03:20:00.679Z] #18 17.10 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-11-30T03:20:00.679Z] #18 17.10 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-11-30T03:20:00.679Z] #18 17.10 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-11-30T03:20:00.679Z] #18 17.11 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-30T03:20:00.679Z] #18 17.15 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-30T03:20:00.679Z] #18 17.16 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-30T03:20:00.679Z] #18 17.16 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-11-30T03:20:00.679Z] #18 17.17 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-30T03:20:00.679Z] #18 17.19 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-30T03:20:00.679Z] #18 17.20 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-30T03:20:00.679Z] #18 17.21 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-11-30T03:20:00.679Z] #18 17.41 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-11-30T03:20:00.679Z] #18 17.42 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-11-30T03:20:00.679Z] #18 17.43 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-30T03:20:00.679Z] #18 17.67 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-11-30T03:20:00.679Z] #18 17.72 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-11-30T03:20:00.679Z] #18 17.74 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-11-30T03:20:00.899Z] #43 144.6 vendor/golang.org/x/text/unicode/bidi [2020-11-30T03:20:00.916Z] #19 74.61 Setting up python3-setuptools (40.8.0-1) ... [2020-11-30T03:20:00.916Z] #19 ... [2020-11-30T03:20:00.916Z] [2020-11-30T03:20:00.916Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:00.916Z] #44 DONE 191.1s [2020-11-30T03:20:00.943Z] #18 18.55 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:20:00.943Z] #18 18.69 Fetched 27.6 MB in 2s (14.7 MB/s) [2020-11-30T03:20:00.943Z] #18 18.75 Selecting previously unselected package pigz. [2020-11-30T03:20:00.943Z] #18 18.75 (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 ... 23405 files and directories currently installed.) [2020-11-30T03:20:00.943Z] #18 18.79 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-11-30T03:20:00.943Z] #18 18.80 Unpacking pigz (2.4-1) ... [2020-11-30T03:20:00.943Z] #18 18.91 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-11-30T03:20:00.943Z] #18 18.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-30T03:20:01.155Z] #43 ... [2020-11-30T03:20:01.155Z] [2020-11-30T03:20:01.155Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:20:01.155Z] #11 144.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-11-30T03:20:01.155Z] #11 144.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-11-30T03:20:01.155Z] #11 144.9 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:01.208Z] #18 18.91 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:01.217Z] [2020-11-30T03:20:01.217Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:01.217Z] #42 124.8 CC criu/cr-service.o [2020-11-30T03:20:01.786Z] #18 19.45 Selecting previously unselected package python3.7-minimal. [2020-11-30T03:20:01.786Z] #18 19.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-11-30T03:20:01.786Z] #18 19.49 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:20:02.365Z] #18 20.20 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:02.365Z] #18 20.23 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:20:03.345Z] #42 128.0 CC criu/crtools.o [2020-11-30T03:20:03.657Z] #43 ... [2020-11-30T03:20:03.658Z] [2020-11-30T03:20:03.658Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:03.658Z] #41 46.37 CC images/tty.o [2020-11-30T03:20:03.658Z] #41 46.87 CC images/file-lock.o [2020-11-30T03:20:03.658Z] #41 47.03 CC images/rlimit.o [2020-11-30T03:20:03.658Z] #41 47.23 CC images/pagemap.o [2020-11-30T03:20:03.658Z] #41 47.52 CC images/siginfo.o [2020-11-30T03:20:03.658Z] #41 47.74 CC images/rpc.o [2020-11-30T03:20:03.658Z] #41 48.92 CC images/ext-file.o [2020-11-30T03:20:03.658Z] #41 49.17 CC images/cgroup.o [2020-11-30T03:20:03.658Z] #41 49.70 CC images/userns.o [2020-11-30T03:20:03.658Z] #41 50.06 CC images/google/protobuf/descriptor.o [2020-11-30T03:20:03.658Z] #41 51.67 CC images/opts.o [2020-11-30T03:20:03.658Z] #41 51.97 CC images/seccomp.o [2020-11-30T03:20:03.658Z] #41 52.27 CC images/binfmt-misc.o [2020-11-30T03:20:03.658Z] #41 52.45 CC images/time.o [2020-11-30T03:20:03.658Z] #41 52.65 CC images/sysctl.o [2020-11-30T03:20:03.914Z] #41 52.85 CC images/autofs.o [2020-11-30T03:20:04.172Z] #41 53.08 CC images/macvlan.o [2020-11-30T03:20:04.302Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.138s coverage: 73.1% of statements [2020-11-30T03:20:04.302Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-30T03:20:04.410Z] #42 128.8 CC criu/eventfd.o [2020-11-30T03:20:04.410Z] #42 ... [2020-11-30T03:20:04.410Z] [2020-11-30T03:20:04.410Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:04.410Z] #19 76.71 Setting up python3-pip (18.1-5) ... [2020-11-30T03:20:04.410Z] #19 78.09 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:20:04.410Z] #19 78.16 Processing triggers for mime-support (3.62) ... [2020-11-30T03:20:04.410Z] #19 DONE 78.4s [2020-11-30T03:20:04.428Z] #41 53.25 CC images/sit.o [2020-11-30T03:20:04.428Z] #41 53.49 CC images/memfd.o [2020-11-30T03:20:04.631Z] #54 230.0 + bin/containerd-shim-runc-v2 [2020-11-30T03:20:04.687Z] #41 ... [2020-11-30T03:20:04.687Z] [2020-11-30T03:20:04.687Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:04.687Z] #43 150.4 net/textproto [2020-11-30T03:20:04.687Z] #43 150.4 crypto/x509 [2020-11-30T03:20:04.709Z] [2020-11-30T03:20:04.709Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-30T03:20:04.934Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-11-30T03:20:04.956Z] #18 22.51 Selecting previously unselected package python3-minimal. [2020-11-30T03:20:04.956Z] #18 22.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 ... 23654 files and directories currently installed.) [2020-11-30T03:20:04.956Z] #18 22.59 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-11-30T03:20:04.956Z] #18 22.60 Unpacking python3-minimal (3.7.3-1) ... [2020-11-30T03:20:04.956Z] #18 22.76 Selecting previously unselected package libmpdec2:arm64. [2020-11-30T03:20:04.956Z] #18 22.76 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-11-30T03:20:04.956Z] #18 22.78 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-11-30T03:20:04.956Z] #18 22.87 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-11-30T03:20:05.011Z] #20 0.370 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-30T03:20:05.011Z] #20 0.373 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-30T03:20:05.011Z] #20 0.378 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-30T03:20:05.011Z] #20 DONE 0.5s [2020-11-30T03:20:05.011Z] [2020-11-30T03:20:05.011Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:20:05.225Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.023s coverage: 57.7% of statements [2020-11-30T03:20:05.225Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-30T03:20:05.225Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-30T03:20:05.233Z] #18 22.88 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-11-30T03:20:05.233Z] #18 22.89 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:05.616Z] #43 151.5 vendor/golang.org/x/net/http/httpguts [2020-11-30T03:20:05.857Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2020-11-30T03:20:05.872Z] #43 151.7 vendor/golang.org/x/net/http/httpproxy [2020-11-30T03:20:06.017Z] #54 231.0 + binaries [2020-11-30T03:20:06.017Z] #54 231.0 + install -D bin/containerd /build/containerd [2020-11-30T03:20:06.017Z] #54 231.0 + install -D bin/containerd-shim /build/containerd-shim [2020-11-30T03:20:06.017Z] #54 231.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-30T03:20:06.017Z] #54 231.0 + install -D bin/ctr /build/ctr [2020-11-30T03:20:06.185Z] #18 24.07 Selecting previously unselected package python3.7. [2020-11-30T03:20:06.401Z] #11 ... [2020-11-30T03:20:06.401Z] [2020-11-30T03:20:06.401Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:06.401Z] #41 37.89 CC images/signalfd.o [2020-11-30T03:20:06.401Z] #41 38.28 CC images/fs.o [2020-11-30T03:20:06.401Z] #41 38.72 CC images/pstree.o [2020-11-30T03:20:06.401Z] #41 39.11 CC images/pipe.o [2020-11-30T03:20:06.401Z] #41 39.50 CC images/tcp-stream.o [2020-11-30T03:20:06.401Z] #41 39.97 CC images/sk-packet.o [2020-11-30T03:20:06.401Z] #41 40.61 CC images/mnt.o [2020-11-30T03:20:06.401Z] #41 41.01 CC images/pipe-data.o [2020-11-30T03:20:06.401Z] #41 41.15 CC images/sa.o [2020-11-30T03:20:06.401Z] #41 41.37 CC images/timer.o [2020-11-30T03:20:06.401Z] #41 41.88 CC images/timerfd.o [2020-11-30T03:20:06.401Z] #41 42.18 CC images/mm.o [2020-11-30T03:20:06.401Z] #41 42.54 CC images/sk-opts.o [2020-11-30T03:20:06.401Z] #41 42.76 CC images/sk-unix.o [2020-11-30T03:20:06.401Z] #41 43.19 CC images/sk-inet.o [2020-11-30T03:20:06.401Z] #41 44.00 CC images/tun.o [2020-11-30T03:20:06.401Z] #41 44.58 CC images/sk-netlink.o [2020-11-30T03:20:06.401Z] #41 45.09 CC images/packet-sock.o [2020-11-30T03:20:06.401Z] #41 45.83 CC images/ipc-var.o [2020-11-30T03:20:06.401Z] #41 46.26 CC images/ipc-desc.o [2020-11-30T03:20:06.401Z] #41 46.61 CC images/ipc-shm.o [2020-11-30T03:20:06.401Z] #41 46.80 CC images/ipc-msg.o [2020-11-30T03:20:06.401Z] #41 47.07 CC images/ipc-sem.o [2020-11-30T03:20:06.401Z] #41 47.27 CC images/utsns.o [2020-11-30T03:20:06.401Z] #41 47.42 CC images/creds.o [2020-11-30T03:20:06.401Z] #41 47.56 CC images/vma.o [2020-11-30T03:20:06.401Z] #41 47.84 CC images/netdev.o [2020-11-30T03:20:06.401Z] #41 48.12 CC images/tty.o [2020-11-30T03:20:06.435Z] #43 152.2 mime/multipart [2020-11-30T03:20:06.450Z] #18 24.08 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-11-30T03:20:06.450Z] #18 24.08 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:06.450Z] #18 24.28 Selecting previously unselected package libpython3-stdlib:arm64. [2020-11-30T03:20:06.450Z] #18 24.29 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-11-30T03:20:06.450Z] #18 24.29 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-30T03:20:06.490Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-11-30T03:20:06.714Z] #18 24.40 Setting up python3-minimal (3.7.3-1) ... [2020-11-30T03:20:07.125Z] #21 ... [2020-11-30T03:20:07.125Z] [2020-11-30T03:20:07.125Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:20:07.125Z] #31 DONE 197.0s [2020-11-30T03:20:07.125Z] [2020-11-30T03:20:07.125Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:07.125Z] #42 129.4 CC criu/eventpoll.o [2020-11-30T03:20:07.125Z] #42 130.5 CC criu/external.o [2020-11-30T03:20:07.125Z] #42 130.9 CC criu/fault-injection.o [2020-11-30T03:20:07.125Z] #42 131.1 CC criu/fdstore.o [2020-11-30T03:20:07.125Z] #42 131.5 CC criu/fifo.o [2020-11-30T03:20:07.127Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.5% of statements [2020-11-30T03:20:07.127Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-30T03:20:07.127Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-30T03:20:07.330Z] #41 48.83 CC images/file-lock.o [2020-11-30T03:20:07.330Z] #41 49.03 CC images/rlimit.o [2020-11-30T03:20:07.671Z] #18 25.45 Selecting previously unselected package python3. [2020-11-30T03:20:07.671Z] #18 25.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 ... 24066 files and directories currently installed.) [2020-11-30T03:20:07.671Z] #18 25.48 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-11-30T03:20:07.671Z] #18 25.50 Unpacking python3 (3.7.3-1) ... [2020-11-30T03:20:07.671Z] #18 25.60 Selecting previously unselected package libip4tc0:arm64. [2020-11-30T03:20:07.671Z] #18 25.60 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-11-30T03:20:07.671Z] #18 25.61 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-11-30T03:20:07.759Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 41.0% of statements [2020-11-30T03:20:07.806Z] #43 ... [2020-11-30T03:20:07.806Z] [2020-11-30T03:20:07.806Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:20:07.806Z] #56 145.6 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:20:07.806Z] #56 145.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-30T03:20:07.806Z] #56 DONE 153.3s [2020-11-30T03:20:07.806Z] [2020-11-30T03:20:07.806Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-30T03:20:07.806Z] #57 DONE 0.1s [2020-11-30T03:20:07.806Z] [2020-11-30T03:20:07.806Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-30T03:20:07.806Z] #58 DONE 0.1s [2020-11-30T03:20:07.806Z] [2020-11-30T03:20:07.806Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:07.807Z] #41 53.85 CC images/timens.o [2020-11-30T03:20:07.807Z] #41 54.10 LINK images/built-in.o [2020-11-30T03:20:07.807Z] #41 54.30 GEN compel/include/asm [2020-11-30T03:20:07.807Z] #41 54.31 GEN compel/include/version.h [2020-11-30T03:20:07.807Z] #41 54.35 touch .config [2020-11-30T03:20:07.807Z] #41 54.39 GEN include/common/config.h [2020-11-30T03:20:07.807Z] #41 54.48 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-30T03:20:07.807Z] #41 54.50 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-30T03:20:07.807Z] #41 54.52 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-30T03:20:07.807Z] #41 54.54 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-30T03:20:07.807Z] #41 54.56 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-30T03:20:07.807Z] #41 54.57 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-30T03:20:07.807Z] #41 54.59 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-30T03:20:07.807Z] #41 54.60 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-30T03:20:07.807Z] #41 54.62 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-30T03:20:07.807Z] #41 54.63 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-30T03:20:07.807Z] #41 54.64 DEP compel/plugins/std/infect.d [2020-11-30T03:20:07.807Z] #41 54.85 DEP compel/plugins/std/string.d [2020-11-30T03:20:07.807Z] #41 54.95 DEP compel/plugins/std/log.d [2020-11-30T03:20:07.807Z] #41 55.07 DEP compel/plugins/std/fds.d [2020-11-30T03:20:07.807Z] #41 55.17 DEP compel/plugins/std/std.d [2020-11-30T03:20:07.807Z] #41 55.30 DEP compel/plugins/shmem/shmem.d [2020-11-30T03:20:07.807Z] #41 55.38 DEP compel/plugins/fds/fds.d [2020-11-30T03:20:07.807Z] #41 55.48 CC compel/plugins/std/std.o [2020-11-30T03:20:07.807Z] #41 55.81 CC compel/plugins/std/fds.o [2020-11-30T03:20:07.807Z] #41 56.17 CC compel/plugins/std/log.o [2020-11-30T03:20:07.892Z] #41 49.31 CC images/pagemap.o [2020-11-30T03:20:07.892Z] #41 49.55 CC images/siginfo.o [2020-11-30T03:20:07.928Z] #54 DONE 233.0s [2020-11-30T03:20:07.936Z] #18 25.71 Selecting previously unselected package libip6tc0:arm64. [2020-11-30T03:20:07.936Z] #18 25.71 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-11-30T03:20:07.936Z] #18 25.72 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-11-30T03:20:07.936Z] #18 25.84 Selecting previously unselected package libiptc0:arm64. [2020-11-30T03:20:08.065Z] #41 57.07 CC compel/plugins/std/string.o [2020-11-30T03:20:08.149Z] #41 49.81 CC images/rpc.o [2020-11-30T03:20:08.191Z] #42 132.8 CC criu/file-ids.o [2020-11-30T03:20:08.224Z] #18 25.84 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-11-30T03:20:08.225Z] #18 25.85 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-11-30T03:20:08.225Z] #18 25.95 Selecting previously unselected package libnfnetlink0:arm64. [2020-11-30T03:20:08.225Z] #18 25.95 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-11-30T03:20:08.225Z] #18 25.97 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-30T03:20:08.225Z] #18 26.05 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-11-30T03:20:08.225Z] #18 26.05 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-11-30T03:20:08.488Z] #18 26.06 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-30T03:20:08.488Z] #18 26.24 Selecting previously unselected package libnftnl11:arm64. [2020-11-30T03:20:08.488Z] #18 26.24 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-11-30T03:20:08.488Z] #18 26.26 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-11-30T03:20:08.499Z] [2020-11-30T03:20:08.499Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-30T03:20:08.751Z] #18 26.38 Selecting previously unselected package iptables. [2020-11-30T03:20:08.751Z] #18 26.38 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-11-30T03:20:08.751Z] #18 26.39 Unpacking iptables (1.8.2-4) ... [2020-11-30T03:20:08.795Z] ok github.com/docker/docker/daemon/logger/awslogs 0.067s coverage: 77.4% of statements [2020-11-30T03:20:08.795Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-30T03:20:08.795Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-30T03:20:08.795Z] ok github.com/docker/docker/daemon/logger/gelf 0.031s coverage: 67.0% of statements [2020-11-30T03:20:08.857Z] #42 133.4 CC criu/file-lock.o [2020-11-30T03:20:09.002Z] #41 58.03 CC compel/plugins/std/infect.o [2020-11-30T03:20:09.014Z] #18 26.79 Selecting previously unselected package xxd. [2020-11-30T03:20:09.014Z] #18 26.81 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-11-30T03:20:09.014Z] #18 26.81 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:20:09.277Z] #18 27.11 Selecting previously unselected package vim-common. [2020-11-30T03:20:09.277Z] #18 27.11 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:20:09.277Z] #18 27.14 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:20:09.428Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 23.9% of statements [2020-11-30T03:20:09.516Z] #41 50.87 CC images/ext-file.o [2020-11-30T03:20:09.516Z] #41 51.04 CC images/cgroup.o [2020-11-30T03:20:09.540Z] #18 27.40 Selecting previously unselected package bash-completion. [2020-11-30T03:20:09.540Z] #18 27.41 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-30T03:20:09.567Z] #41 58.52 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-30T03:20:09.567Z] #41 58.56 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-30T03:20:09.567Z] #41 58.62 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-30T03:20:09.567Z] #41 58.65 AR compel/plugins/std.lib.a [2020-11-30T03:20:09.832Z] #41 58.73 CC compel/plugins/fds/fds.o [2020-11-30T03:20:09.880Z] #55 DONE 1.3s [2020-11-30T03:20:09.880Z] [2020-11-30T03:20:09.880Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-30T03:20:09.896Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-11-30T03:20:09.896Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-c955c72f\powershellScript.ps1'; exit $LASTEXITCODE; [2020-11-30T03:20:09.896Z] ---------------------------------------------------------------------------- [2020-11-30T03:20:09.896Z] [2020-11-30T03:20:09.896Z] INFO: executeCI.ps1 starting at Mon Nov 30 03:20:05 CUT 2020 [2020-11-30T03:20:09.896Z] [2020-11-30T03:20:09.896Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-11-30T03:20:09.896Z] INFO: Running git version 2.24.1.windows.2 [2020-11-30T03:20:09.896Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-11-30T03:20:09.896Z] INFO: Environment variables: [2020-11-30T03:20:09.896Z] [2020-11-30T03:20:09.896Z] Name Value [2020-11-30T03:20:09.896Z] ---- ----- [2020-11-30T03:20:09.896Z] ALLUSERSPROFILE C:\ProgramData [2020-11-30T03:20:09.896Z] amd64 true [2020-11-30T03:20:09.896Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-11-30T03:20:09.896Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-11-30T03:20:09.896Z] arm64 true [2020-11-30T03:20:09.896Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-11-30T03:20:09.896Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-11-30T03:20:09.896Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-11-30T03:20:09.896Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2020-11-30T03:20:09.896Z] BRANCH_NAME PR-41728 [2020-11-30T03:20:09.896Z] BUILD_DISPLAY_NAME #3 [2020-11-30T03:20:09.896Z] BUILD_ID 3 [2020-11-30T03:20:09.896Z] BUILD_NUMBER 3 [2020-11-30T03:20:09.896Z] BUILD_TAG jenkins-moby-PR-41728-3 [2020-11-30T03:20:09.896Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41728/3/ [2020-11-30T03:20:09.896Z] CHANGE_AUTHOR kedadiannao220 [2020-11-30T03:20:09.896Z] CHANGE_AUTHOR_DISPLAY_NAME penggy [2020-11-30T03:20:09.896Z] CHANGE_AUTHOR_EMAIL peng_gy@163.com [2020-11-30T03:20:09.896Z] CHANGE_BRANCH bugfix [2020-11-30T03:20:09.896Z] CHANGE_FORK kedadiannao220 [2020-11-30T03:20:09.896Z] CHANGE_ID 41728 [2020-11-30T03:20:09.896Z] CHANGE_TARGET master [2020-11-30T03:20:09.896Z] CHANGE_TITLE Add feature: remove spare network url [2020-11-30T03:20:09.896Z] CHANGE_URL https://github.com/moby/moby/pull/41728 [2020-11-30T03:20:09.896Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-11-30T03:20:09.896Z] CommonProgramFiles C:\Program Files\Common Files [2020-11-30T03:20:09.896Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-11-30T03:20:09.896Z] CommonProgramW6432 C:\Program Files\Common Files [2020-11-30T03:20:09.896Z] COMPUTERNAME azwin-2-6b01c0 [2020-11-30T03:20:09.896Z] ComSpec C:\windows\system32\cmd.exe [2020-11-30T03:20:09.896Z] ConfigSequenceNumber 0 [2020-11-30T03:20:09.896Z] dco true [2020-11-30T03:20:09.896Z] DOCKER_BUILDKIT 0 [2020-11-30T03:20:09.896Z] DOCKER_DUT_DEBUG 1 [2020-11-30T03:20:09.896Z] DOCKER_EXPERIMENTAL 1 [2020-11-30T03:20:09.896Z] DOCKER_GRAPHDRIVER overlay2 [2020-11-30T03:20:09.896Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-11-30T03:20:09.896Z] EXECUTOR_NUMBER 0 [2020-11-30T03:20:09.896Z] FQDN azwin-2-6b01c0.westus.cloudapp.azure.com [2020-11-30T03:20:09.896Z] GIT_BRANCH PR-41728 [2020-11-30T03:20:09.896Z] GIT_COMMIT 35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:20:09.896Z] GIT_PREVIOUS_COMMIT bcc7b03cbb1ff0acb9bc236418ccbba6ac364d37 [2020-11-30T03:20:09.896Z] GIT_URL https://github.com/moby/moby.git [2020-11-30T03:20:09.896Z] HUDSON_COOKIE ae6ec4d3-cc99-4a61-bb68-5c6ed54a89ba [2020-11-30T03:20:09.896Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-11-30T03:20:09.896Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-11-30T03:20:09.896Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-11-30T03:20:09.896Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64 [2020-11-30T03:20:09.897Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-11-30T03:20:09.897Z] JENKINS_NODE_COOKIE 8743750c-ac9a-48c0-adbd-13f9c51e9790 [2020-11-30T03:20:09.897Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-11-30T03:20:09.897Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-11-30T03:20:09.897Z] JOB_BASE_NAME PR-41728 [2020-11-30T03:20:09.897Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41728/display/redirect [2020-11-30T03:20:09.897Z] JOB_NAME moby/PR-41728 [2020-11-30T03:20:09.897Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41728/ [2020-11-30T03:20:09.897Z] library.jps.version master [2020-11-30T03:20:09.897Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-11-30T03:20:09.897Z] NODE_LABELS amd64 azure azwin-2-6b01c0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-11-30T03:20:09.897Z] NODE_NAME azwin-2-6b01c0 [2020-11-30T03:20:09.897Z] NUMBER_OF_PROCESSORS 4 [2020-11-30T03:20:09.897Z] OS Windows_NT [2020-11-30T03:20:09.897Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-11-30T03:20:09.897Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-11-30T03:20:09.897Z] ppc64le true [2020-11-30T03:20:09.897Z] PROCESSOR_ARCHITECTURE AMD64 [2020-11-30T03:20:09.897Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-11-30T03:20:09.897Z] PROCESSOR_LEVEL 6 [2020-11-30T03:20:09.897Z] PROCESSOR_REVISION 4f01 [2020-11-30T03:20:09.897Z] ProgramData C:\ProgramData [2020-11-30T03:20:09.897Z] ProgramFiles C:\Program Files [2020-11-30T03:20:09.897Z] ProgramFiles(x86) C:\Program Files (x86) [2020-11-30T03:20:09.897Z] ProgramW6432 C:\Program Files [2020-11-30T03:20:09.897Z] PROMPT $P$G [2020-11-30T03:20:09.897Z] PSExecutionPolicyPreference Bypass [2020-11-30T03:20:09.897Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-11-30T03:20:09.897Z] PUBLIC C:\Users\Public [2020-11-30T03:20:09.897Z] rootless true [2020-11-30T03:20:09.897Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41728/3/display/redirect?page=changes [2020-11-30T03:20:09.897Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41728/3/display/redirect [2020-11-30T03:20:09.897Z] s390x true [2020-11-30T03:20:09.897Z] SKIP_VALIDATION_TESTS 1 [2020-11-30T03:20:09.897Z] SOURCES_DRIVE d [2020-11-30T03:20:09.897Z] SOURCES_SUBDIR gopath [2020-11-30T03:20:09.897Z] STAGE_NAME Run tests [2020-11-30T03:20:09.897Z] SystemDrive C: [2020-11-30T03:20:09.897Z] SystemRoot C:\windows [2020-11-30T03:20:09.897Z] TEMP C:\windows\TEMP [2020-11-30T03:20:09.897Z] TESTDEBUG 0 [2020-11-30T03:20:09.897Z] TESTRUN_DRIVE d [2020-11-30T03:20:09.897Z] TESTRUN_SUBDIR CI [2020-11-30T03:20:09.897Z] TIMEOUT 120m [2020-11-30T03:20:09.897Z] TMP C:\windows\TEMP [2020-11-30T03:20:09.897Z] unit_validate true [2020-11-30T03:20:09.897Z] USERDOMAIN WORKGROUP [2020-11-30T03:20:09.897Z] USERNAME azwin-2-6b01c0$ [2020-11-30T03:20:09.897Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-11-30T03:20:09.897Z] validate_force false [2020-11-30T03:20:09.897Z] windir C:\windows [2020-11-30T03:20:09.897Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-11-30T03:20:09.897Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-11-30T03:20:09.897Z] windowsRS1 false [2020-11-30T03:20:09.897Z] windowsRS5 true [2020-11-30T03:20:09.897Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-11-30T03:20:09.897Z] [2020-11-30T03:20:09.897Z] [2020-11-30T03:20:09.897Z] [2020-11-30T03:20:09.897Z] INFO: Sources under d:\gopath\... [2020-11-30T03:20:09.897Z] INFO: Test run under d:\CI\... [2020-11-30T03:20:09.897Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-11-30T03:20:09.897Z] INFO: docker/docker repository was found [2020-11-30T03:20:09.897Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-11-30T03:20:09.897Z] ltsc2019: Pulling from windows/servercore [2020-11-30T03:20:09.897Z] 4612f6d0b889: Pulling fs layer [2020-11-30T03:20:09.897Z] 680bbdbacf1b: Pulling fs layer [2020-11-30T03:20:09.916Z] #42 134.5 CC criu/files-ext.o [2020-11-30T03:20:10.062Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 61.6% of statements [2020-11-30T03:20:10.062Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2020-11-30T03:20:10.078Z] #41 51.59 CC images/userns.o [2020-11-30T03:20:10.078Z] #41 51.84 CC images/google/protobuf/descriptor.o [2020-11-30T03:20:10.089Z] #41 58.93 AR compel/plugins/fds.lib.a [2020-11-30T03:20:10.089Z] #41 58.99 HOSTDEP compel/src/lib/log-host.d [2020-11-30T03:20:10.089Z] #41 59.15 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-30T03:20:10.140Z] #59 DONE 0.4s [2020-11-30T03:20:10.140Z] [2020-11-30T03:20:10.140Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-30T03:20:10.347Z] #41 59.27 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-30T03:20:10.347Z] #41 59.32 HOSTDEP compel/src/main-host.d [2020-11-30T03:20:10.568Z] #42 135.2 CC criu/files-reg.o [2020-11-30T03:20:10.604Z] #41 59.46 DEP compel/src/lib/ptrace.d [2020-11-30T03:20:10.604Z] #41 59.56 DEP compel/src/lib/infect.d [2020-11-30T03:20:10.604Z] #41 59.65 DEP compel/src/lib/infect-util.d [2020-11-30T03:20:10.641Z] #41 ... [2020-11-30T03:20:10.641Z] [2020-11-30T03:20:10.641Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:20:10.641Z] #56 154.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-11-30T03:20:10.694Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-11-30T03:20:10.694Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-30T03:20:10.710Z] #61 DONE 0.6s [2020-11-30T03:20:10.710Z] [2020-11-30T03:20:10.710Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-30T03:20:10.710Z] #63 DONE 0.0s [2020-11-30T03:20:10.710Z] [2020-11-30T03:20:10.710Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-30T03:20:10.710Z] #64 DONE 0.0s [2020-11-30T03:20:10.861Z] #41 59.78 DEP compel/src/lib/infect-rpc.d [2020-11-30T03:20:10.861Z] #41 59.91 DEP compel/arch/x86/src/lib/infect.d [2020-11-30T03:20:10.868Z] #42 ... [2020-11-30T03:20:10.868Z] [2020-11-30T03:20:10.868Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:20:10.868Z] #21 5.880 Collecting yamllint==1.16.0 [2020-11-30T03:20:10.897Z] #56 154.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-11-30T03:20:10.938Z] #18 ... [2020-11-30T03:20:10.938Z] [2020-11-30T03:20:10.938Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:10.938Z] #41 75.05 DEP criu/memfd.d [2020-11-30T03:20:10.938Z] #41 75.21 DEP criu/mem.d [2020-11-30T03:20:10.938Z] #41 75.47 DEP criu/lsm.d [2020-11-30T03:20:10.938Z] #41 75.60 DEP criu/log.d [2020-11-30T03:20:10.938Z] #41 75.71 DEP criu/libnetlink.d [2020-11-30T03:20:10.938Z] #41 75.83 DEP criu/kerndat.d [2020-11-30T03:20:10.938Z] #41 76.02 DEP criu/kcmp-ids.d [2020-11-30T03:20:10.939Z] #41 76.15 DEP criu/irmap.d [2020-11-30T03:20:10.939Z] #41 76.35 DEP criu/ipc_ns.d [2020-11-30T03:20:10.939Z] #41 76.49 DEP criu/image.d [2020-11-30T03:20:10.939Z] #41 76.60 DEP criu/image-desc.d [2020-11-30T03:20:10.939Z] #41 76.74 DEP criu/fsnotify.d [2020-11-30T03:20:10.939Z] #41 76.88 DEP criu/filesystems.d [2020-11-30T03:20:10.939Z] #41 77.07 DEP criu/files.d [2020-11-30T03:20:10.939Z] #41 77.22 DEP criu/files-reg.d [2020-11-30T03:20:10.939Z] #41 77.40 DEP criu/files-ext.d [2020-11-30T03:20:10.939Z] #41 77.49 DEP criu/file-lock.d [2020-11-30T03:20:10.939Z] #41 77.59 DEP criu/file-ids.d [2020-11-30T03:20:10.939Z] #41 77.69 DEP criu/fifo.d [2020-11-30T03:20:10.939Z] #41 77.81 DEP criu/fdstore.d [2020-11-30T03:20:10.939Z] #41 77.92 DEP criu/fault-injection.d [2020-11-30T03:20:10.939Z] #41 77.96 DEP criu/external.d [2020-11-30T03:20:10.939Z] #41 78.18 DEP criu/eventpoll.d [2020-11-30T03:20:10.939Z] #41 78.34 DEP criu/eventfd.d [2020-11-30T03:20:10.939Z] #41 78.52 DEP criu/crtools.d [2020-11-30T03:20:10.939Z] #41 78.70 DEP criu/cr-service.d [2020-11-30T03:20:10.939Z] #41 78.87 DEP criu/cr-restore.d [2020-11-30T03:20:10.939Z] #41 79.05 DEP criu/cr-errno.d [2020-11-30T03:20:10.939Z] #41 79.07 DEP criu/cr-dump.d [2020-11-30T03:20:10.939Z] #41 79.23 DEP criu/cr-dedup.d [2020-11-30T03:20:10.939Z] #41 79.37 DEP criu/cr-check.d [2020-11-30T03:20:10.939Z] #41 79.58 DEP criu/config.d [2020-11-30T03:20:10.939Z] #41 79.77 DEP criu/clone-noasan.d [2020-11-30T03:20:10.939Z] #41 79.85 DEP criu/cgroup.d [2020-11-30T03:20:10.939Z] #41 79.93 DEP criu/cgroup-props.d [2020-11-30T03:20:10.939Z] #41 80.02 DEP criu/bitmap.d [2020-11-30T03:20:10.939Z] #41 80.04 DEP criu/bfd.d [2020-11-30T03:20:10.939Z] #41 80.11 DEP criu/autofs.d [2020-11-30T03:20:10.939Z] #41 80.32 DEP criu/aio.d [2020-11-30T03:20:10.939Z] #41 80.46 DEP criu/action-scripts.d [2020-11-30T03:20:10.939Z] #41 80.73 CC criu/action-scripts.o [2020-11-30T03:20:10.939Z] #41 81.24 CC criu/aio.o [2020-11-30T03:20:10.939Z] #41 81.93 CC criu/autofs.o [2020-11-30T03:20:10.939Z] #41 83.54 CC criu/bfd.o [2020-11-30T03:20:10.939Z] #41 83.94 CC criu/bitmap.o [2020-11-30T03:20:10.939Z] #41 84.29 CC criu/cgroup-props.o [2020-11-30T03:20:10.939Z] #41 85.23 CC criu/cgroup.o [2020-11-30T03:20:10.971Z] [2020-11-30T03:20:10.971Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-30T03:20:10.985Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 56.8% of statements [2020-11-30T03:20:11.118Z] #41 60.04 DEP compel/arch/x86/src/lib/cpu.d [2020-11-30T03:20:11.118Z] #41 60.09 DEP compel/src/lib/log.d [2020-11-30T03:20:11.118Z] #41 60.14 DEP compel/src/main.d [2020-11-30T03:20:11.118Z] #41 60.22 DEP compel/src/lib/handle-elf.d [2020-11-30T03:20:11.118Z] #41 ... [2020-11-30T03:20:11.118Z] [2020-11-30T03:20:11.118Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:20:11.118Z] #11 155.4 Selecting previously unselected package libapparmor1:amd64. [2020-11-30T03:20:11.118Z] #11 155.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 155.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-30T03:20:11.118Z] #11 155.5 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-30T03:20:11.118Z] #11 155.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 155.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-30T03:20:11.118Z] #11 155.7 Selecting previously unselected package libbtrfs0. [2020-11-30T03:20:11.118Z] #11 155.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 155.7 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:20:11.118Z] #11 155.8 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:20:11.118Z] #11 155.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 155.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:20:11.118Z] #11 156.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-30T03:20:11.118Z] #11 156.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 156.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:11.118Z] #11 156.0 Selecting previously unselected package libudev-dev:amd64. [2020-11-30T03:20:11.118Z] #11 156.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 156.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:11.118Z] #11 156.2 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-30T03:20:11.118Z] #11 156.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 156.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-30T03:20:11.118Z] #11 156.5 Selecting previously unselected package libpcre16-3:amd64. [2020-11-30T03:20:11.118Z] #11 156.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 156.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:11.118Z] #11 156.7 Selecting previously unselected package libpcre32-3:amd64. [2020-11-30T03:20:11.118Z] #11 156.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 156.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:11.118Z] #11 156.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-30T03:20:11.118Z] #11 156.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:11.118Z] #11 156.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-30T03:20:11.167Z] #21 6.196 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-30T03:20:11.375Z] #11 157.0 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-30T03:20:11.375Z] #11 157.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:11.375Z] #11 157.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-30T03:20:11.469Z] #21 6.363 Collecting pyyaml (from yamllint==1.16.0) [2020-11-30T03:20:11.469Z] #21 6.583 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-30T03:20:11.618Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 33.3% of statements [2020-11-30T03:20:11.911Z] #65 DONE 0.9s [2020-11-30T03:20:11.911Z] [2020-11-30T03:20:11.911Z] #66 exporting to image [2020-11-30T03:20:11.911Z] #66 exporting layers [2020-11-30T03:20:11.938Z] #11 157.5 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-30T03:20:11.938Z] #11 157.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-30T03:20:11.938Z] #11 157.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-30T03:20:11.938Z] #11 157.7 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-30T03:20:11.938Z] #11 157.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:20:11.938Z] #11 157.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:11.938Z] #11 157.8 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-30T03:20:11.938Z] #11 157.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-30T03:20:12.195Z] #11 157.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-30T03:20:12.195Z] #11 158.0 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-30T03:20:12.195Z] #11 158.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-30T03:20:12.195Z] #11 158.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:12.651Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:12.759Z] #11 158.5 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:12.759Z] #11 158.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:20:12.759Z] #11 158.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:20:12.759Z] #11 158.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-30T03:20:12.884Z] #41 ... [2020-11-30T03:20:12.884Z] [2020-11-30T03:20:12.884Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:12.884Z] #18 30.29 Unpacking bash-completion (1:2.8-6) ... [2020-11-30T03:20:12.942Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-11-30T03:20:13.016Z] #11 158.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-30T03:20:13.016Z] #11 158.6 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:13.016Z] #11 158.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:20:13.016Z] #11 158.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-30T03:20:13.016Z] #11 158.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:13.016Z] #11 158.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-11-30T03:20:13.016Z] #11 158.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-11-30T03:20:13.016Z] #11 158.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:13.016Z] #11 158.7 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-11-30T03:20:13.016Z] #11 158.7 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-11-30T03:20:13.016Z] #11 158.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:20:13.016Z] #11 158.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-30T03:20:13.016Z] #11 158.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:13.016Z] #11 158.7 Setting up dmsetup (2:1.02.155-3) ... [2020-11-30T03:20:13.016Z] #11 158.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:13.016Z] #11 158.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:13.016Z] #11 158.8 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:20:13.148Z] #18 31.09 Selecting previously unselected package bzip2. [2020-11-30T03:20:13.413Z] #18 31.10 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-11-30T03:20:13.413Z] #18 31.12 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:20:13.416Z] #56 ... [2020-11-30T03:20:13.416Z] [2020-11-30T03:20:13.416Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:13.416Z] #43 147.1 vendor/golang.org/x/text/secure/bidirule [2020-11-30T03:20:13.416Z] #43 147.5 vendor/golang.org/x/text/unicode/norm [2020-11-30T03:20:13.416Z] #43 151.8 vendor/golang.org/x/net/idna [2020-11-30T03:20:13.416Z] #43 154.2 vendor/golang.org/x/net/http2/hpack [2020-11-30T03:20:13.416Z] #43 155.6 mime [2020-11-30T03:20:13.575Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-11-30T03:20:13.575Z] ok github.com/docker/docker/daemon/logger/splunk 1.456s coverage: 82.5% of statements [2020-11-30T03:20:13.575Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-30T03:20:13.575Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-30T03:20:13.580Z] #11 DONE 159.1s [2020-11-30T03:20:13.580Z] [2020-11-30T03:20:13.580Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-30T03:20:13.601Z] #21 8.396 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-30T03:20:13.601Z] #21 8.545 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-30T03:20:13.601Z] #21 8.653 Building wheels for collected packages: pyyaml [2020-11-30T03:20:13.601Z] #21 8.655 Running setup.py bdist_wheel for pyyaml: started [2020-11-30T03:20:13.672Z] #43 157.3 mime/quotedprintable [2020-11-30T03:20:13.672Z] #43 ... [2020-11-30T03:20:13.672Z] [2020-11-30T03:20:13.672Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:13.672Z] #41 53.64 CC images/opts.o [2020-11-30T03:20:13.672Z] #41 53.90 CC images/seccomp.o [2020-11-30T03:20:13.672Z] #41 54.18 CC images/binfmt-misc.o [2020-11-30T03:20:13.672Z] #41 54.39 CC images/time.o [2020-11-30T03:20:13.672Z] #41 54.55 CC images/sysctl.o [2020-11-30T03:20:13.672Z] #41 54.74 CC images/autofs.o [2020-11-30T03:20:13.672Z] #41 55.01 CC images/macvlan.o [2020-11-30T03:20:13.672Z] #41 55.19 CC images/sit.o [2020-11-30T03:20:13.672Z] #41 55.39 CC images/memfd.o [2020-11-30T03:20:13.678Z] #18 31.38 Selecting previously unselected package xz-utils. [2020-11-30T03:20:13.678Z] #18 31.39 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-11-30T03:20:13.678Z] #18 31.40 Unpacking xz-utils (5.2.4-1) ... [2020-11-30T03:20:13.928Z] #41 55.71 CC images/timens.o [2020-11-30T03:20:13.941Z] #18 31.61 Selecting previously unselected package apparmor. [2020-11-30T03:20:13.942Z] #18 31.62 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-11-30T03:20:13.942Z] #18 31.71 Unpacking apparmor (2.13.2-10) ... [2020-11-30T03:20:14.206Z] #18 32.08 Selecting previously unselected package aufs-tools. [2020-11-30T03:20:14.206Z] #18 32.09 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-11-30T03:20:14.206Z] #18 32.09 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:20:14.470Z] #18 32.24 Selecting previously unselected package libonig5:arm64. [2020-11-30T03:20:14.470Z] #18 32.25 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-11-30T03:20:14.470Z] #18 32.25 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-11-30T03:20:14.491Z] #41 56.03 LINK images/built-in.o [2020-11-30T03:20:14.735Z] #18 32.41 Selecting previously unselected package libjq1:arm64. [2020-11-30T03:20:14.735Z] #18 32.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-11-30T03:20:14.735Z] #18 32.42 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-30T03:20:14.735Z] #18 32.55 Selecting previously unselected package jq. [2020-11-30T03:20:14.735Z] #18 32.56 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-11-30T03:20:14.735Z] #18 32.56 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:20:14.749Z] #41 56.18 GEN compel/include/asm [2020-11-30T03:20:14.750Z] #41 56.20 GEN compel/include/version.h [2020-11-30T03:20:14.750Z] #41 56.22 touch .config [2020-11-30T03:20:14.750Z] #41 56.25 GEN include/common/config.h [2020-11-30T03:20:14.750Z] #41 56.34 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-11-30T03:20:14.750Z] #41 56.38 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-11-30T03:20:14.750Z] #41 56.40 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-11-30T03:20:14.750Z] #41 56.42 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-11-30T03:20:14.750Z] #41 56.45 DEP compel/arch/x86/plugins/std/memcpy.d [2020-11-30T03:20:14.750Z] #41 56.47 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-11-30T03:20:14.750Z] #41 56.49 GEN compel/plugins/include/uapi/std/syscall.h [2020-11-30T03:20:14.750Z] #41 56.53 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-11-30T03:20:15.000Z] #18 32.71 Selecting previously unselected package libaio1:arm64. [2020-11-30T03:20:15.000Z] #18 32.71 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-11-30T03:20:15.000Z] #18 32.72 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-11-30T03:20:15.000Z] #18 32.80 Selecting previously unselected package libgpm2:arm64. [2020-11-30T03:20:15.000Z] #18 32.80 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-11-30T03:20:15.000Z] #18 32.81 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-11-30T03:20:15.000Z] #18 32.89 Selecting previously unselected package libicu63:arm64. [2020-11-30T03:20:15.006Z] #41 56.53 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-11-30T03:20:15.006Z] #41 56.56 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-11-30T03:20:15.006Z] #41 56.57 DEP compel/plugins/std/infect.d [2020-11-30T03:20:15.006Z] #41 56.72 DEP compel/plugins/std/string.d [2020-11-30T03:20:15.006Z] #41 56.81 DEP compel/plugins/std/log.d [2020-11-30T03:20:15.083Z] ok github.com/docker/docker/distribution/metadata 0.037s coverage: 48.2% of statements [2020-11-30T03:20:15.083Z] ok github.com/docker/docker/distribution 0.273s coverage: 25.6% of statements [2020-11-30T03:20:15.083Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-30T03:20:15.142Z] #21 10.06 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-30T03:20:15.142Z] #21 10.06 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-30T03:20:15.142Z] #21 10.16 Successfully built pyyaml [2020-11-30T03:20:15.142Z] #21 10.19 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-30T03:20:15.264Z] #18 32.90 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-11-30T03:20:15.264Z] #18 32.91 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-30T03:20:15.445Z] #21 10.60 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-30T03:20:15.475Z] #12 DONE 1.7s [2020-11-30T03:20:15.475Z] [2020-11-30T03:20:15.475Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:15.475Z] #51 1.542 + RM_GOPATH=0 [2020-11-30T03:20:15.475Z] #51 1.544 + TMP_GOPATH= [2020-11-30T03:20:15.475Z] #51 1.544 + : /build [2020-11-30T03:20:15.475Z] #51 1.544 + '[' -z '' ']' [2020-11-30T03:20:15.476Z] #51 1.546 ++ mktemp -d [2020-11-30T03:20:15.476Z] #51 1.548 + export GOPATH=/tmp/tmp.gRaZs3PLhm [2020-11-30T03:20:15.476Z] #51 1.548 + GOPATH=/tmp/tmp.gRaZs3PLhm [2020-11-30T03:20:15.476Z] #51 1.548 + RM_GOPATH=1 [2020-11-30T03:20:15.476Z] #51 1.548 + case "$(go env GOARCH)" in [2020-11-30T03:20:15.476Z] #51 1.550 ++ go env GOARCH [2020-11-30T03:20:15.476Z] #51 1.565 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:20:15.476Z] #51 1.565 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:20:15.476Z] #51 1.566 ++ dirname /tmp/install/install.sh [2020-11-30T03:20:15.476Z] #51 1.567 + dir=/tmp/install [2020-11-30T03:20:15.476Z] #51 1.567 + bin=runc [2020-11-30T03:20:15.476Z] #51 1.567 + shift [2020-11-30T03:20:15.476Z] #51 1.567 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-30T03:20:15.476Z] #51 1.567 + . /tmp/install/runc.installer [2020-11-30T03:20:15.476Z] #51 1.568 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:20:15.476Z] #51 1.568 + install_runc [2020-11-30T03:20:15.476Z] #51 1.568 + uname -r [2020-11-30T03:20:15.476Z] #51 1.569 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-30T03:20:15.476Z] #51 1.572 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-30T03:20:15.476Z] #51 1.573 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-30T03:20:15.476Z] #51 1.573 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-30T03:20:15.476Z] #51 1.574 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gRaZs3PLhm/src/github.com/opencontainers/runc [2020-11-30T03:20:15.476Z] #51 1.575 Cloning into '/tmp/tmp.gRaZs3PLhm/src/github.com/opencontainers/runc'... [2020-11-30T03:20:15.574Z] #41 56.96 DEP compel/plugins/std/fds.d [2020-11-30T03:20:15.574Z] #41 57.13 DEP compel/plugins/std/std.d [2020-11-30T03:20:15.745Z] #21 DONE 10.9s [2020-11-30T03:20:15.745Z] [2020-11-30T03:20:15.745Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:15.745Z] #42 137.9 CC criu/files.o [2020-11-30T03:20:15.749Z] 680bbdbacf1b: Verifying Checksum [2020-11-30T03:20:15.749Z] 680bbdbacf1b: Download complete [2020-11-30T03:20:15.830Z] #41 57.27 DEP compel/plugins/shmem/shmem.d [2020-11-30T03:20:15.830Z] #41 57.34 DEP compel/plugins/fds/fds.d [2020-11-30T03:20:15.830Z] #41 57.53 CC compel/plugins/std/std.o [2020-11-30T03:20:16.044Z] #42 140.4 CC criu/filesystems.o [2020-11-30T03:20:16.086Z] #41 57.82 CC compel/plugins/std/fds.o [2020-11-30T03:20:16.116Z] ok github.com/docker/docker/errdefs 0.002s coverage: 53.1% of statements [2020-11-30T03:20:16.408Z] #51 ... [2020-11-30T03:20:16.408Z] [2020-11-30T03:20:16.408Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:20:16.408Z] #13 DONE 1.2s [2020-11-30T03:20:16.408Z] [2020-11-30T03:20:16.408Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-30T03:20:16.648Z] #41 58.32 CC compel/plugins/std/log.o [2020-11-30T03:20:16.693Z] #42 141.4 CC criu/fsnotify.o [2020-11-30T03:20:16.803Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-11-30T03:20:17.094Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-11-30T03:20:17.339Z] #14 0.973 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-30T03:20:17.339Z] #14 DONE 1.1s [2020-11-30T03:20:17.339Z] [2020-11-30T03:20:17.339Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-30T03:20:17.584Z] #41 59.20 CC compel/plugins/std/string.o [2020-11-30T03:20:17.726Z] ok github.com/docker/docker/distribution/xfer 1.877s coverage: 85.1% of statements [2020-11-30T03:20:17.726Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-30T03:20:17.726Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-30T03:20:17.726Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2020-11-30T03:20:17.726Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-30T03:20:17.848Z] #41 ... [2020-11-30T03:20:17.848Z] [2020-11-30T03:20:17.848Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:20:17.848Z] #56 DONE 161.6s [2020-11-30T03:20:17.848Z] [2020-11-30T03:20:17.848Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:17.848Z] #43 157.7 net/http/internal [2020-11-30T03:20:17.848Z] #43 160.6 crypto/tls [2020-11-30T03:20:18.018Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-11-30T03:20:18.105Z] #43 ... [2020-11-30T03:20:18.105Z] [2020-11-30T03:20:18.105Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-11-30T03:20:18.105Z] #57 DONE 0.1s [2020-11-30T03:20:18.105Z] [2020-11-30T03:20:18.105Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-11-30T03:20:18.105Z] #58 DONE 0.1s [2020-11-30T03:20:18.105Z] [2020-11-30T03:20:18.105Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:20:18.235Z] #42 142.5 CC criu/image-desc.o [2020-11-30T03:20:18.235Z] #42 142.7 CC criu/image.o [2020-11-30T03:20:18.366Z] #54 ... [2020-11-30T03:20:18.366Z] [2020-11-30T03:20:18.366Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-11-30T03:20:18.366Z] #11 162.0 Selecting previously unselected package libapparmor1:amd64. [2020-11-30T03:20:18.366Z] #11 162.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-11-30T03:20:18.366Z] #11 162.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-11-30T03:20:18.498Z] #66 exporting layers 6.6s done [2020-11-30T03:20:18.498Z] #66 writing image sha256:9166bca8dee8e74e2d36fc9699247db31cec69baba6be5eec8a6ec8c6365e944 [2020-11-30T03:20:18.498Z] #66 writing image sha256:9166bca8dee8e74e2d36fc9699247db31cec69baba6be5eec8a6ec8c6365e944 done [2020-11-30T03:20:18.498Z] #66 naming to docker.io/library/docker:35639d804dfaf80e94a6a4fbcb87d11926087111 done [2020-11-30T03:20:18.498Z] #66 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-11-30T03:20:18.624Z] #11 162.2 Selecting previously unselected package libapparmor-dev:amd64. [2020-11-30T03:20:18.624Z] #11 162.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-11-30T03:20:18.624Z] #11 162.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-30T03:20:18.710Z] #15 DONE 1.1s [2020-11-30T03:20:18.710Z] [2020-11-30T03:20:18.710Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:20:18.838Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/validate/default [2020-11-30T03:20:18.880Z] #11 162.5 Selecting previously unselected package libbtrfs0. [2020-11-30T03:20:18.880Z] #11 162.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-11-30T03:20:18.880Z] #11 162.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-11-30T03:20:18.880Z] #11 162.6 Selecting previously unselected package libbtrfs-dev. [2020-11-30T03:20:18.967Z] #16 ... [2020-11-30T03:20:18.967Z] [2020-11-30T03:20:18.967Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:18.967Z] #43 154.7 crypto/tls [2020-11-30T03:20:18.967Z] #43 161.2 net/http/httptrace [2020-11-30T03:20:18.967Z] #43 161.6 net/http [2020-11-30T03:20:19.051Z] ok github.com/docker/docker/oci 0.003s coverage: 8.2% of statements [2020-11-30T03:20:19.137Z] #11 162.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-11-30T03:20:19.137Z] #11 162.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:20:19.137Z] #11 162.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-11-30T03:20:19.137Z] #11 162.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:20:19.137Z] #11 162.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:19.224Z] #43 ... [2020-11-30T03:20:19.224Z] [2020-11-30T03:20:19.224Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:19.224Z] #41 60.29 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-30T03:20:19.224Z] #41 60.38 CC compel/src/lib/log.o [2020-11-30T03:20:19.224Z] #41 60.65 CC compel/arch/x86/src/lib/cpu.o [2020-11-30T03:20:19.224Z] #41 61.31 CC compel/arch/x86/src/lib/infect.o [2020-11-30T03:20:19.224Z] #41 62.04 CC compel/src/lib/infect-rpc.o [2020-11-30T03:20:19.224Z] #41 62.35 CC compel/src/lib/infect-util.o [2020-11-30T03:20:19.224Z] #41 62.80 CC compel/src/lib/infect.o [2020-11-30T03:20:19.224Z] #41 65.89 CC compel/src/lib/ptrace.o [2020-11-30T03:20:19.224Z] #41 66.35 AR compel/libcompel.a [2020-11-30T03:20:19.224Z] #41 66.47 HOSTCC compel/src/main-host.o [2020-11-30T03:20:19.224Z] #41 66.83 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-30T03:20:19.224Z] #41 67.06 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-30T03:20:19.224Z] #41 67.53 HOSTCC compel/src/lib/log-host.o [2020-11-30T03:20:19.224Z] #41 67.77 HOSTLINK compel/compel-host-bin [2020-11-30T03:20:19.224Z] #41 67.92 DEP soccr/soccr.d [2020-11-30T03:20:19.224Z] #41 68.05 CC soccr/soccr.o [2020-11-30T03:20:19.309Z] #42 143.7 CC criu/ipc_ns.o [2020-11-30T03:20:19.342Z] ok github.com/docker/docker/opts 0.013s coverage: 67.1% of statements [2020-11-30T03:20:19.394Z] #11 163.1 Selecting previously unselected package libudev-dev:amd64. [2020-11-30T03:20:19.394Z] #11 163.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-11-30T03:20:19.394Z] #11 163.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:19.499Z] #18 36.66 Selecting previously unselected package libnet1:arm64. [2020-11-30T03:20:19.499Z] #18 36.66 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-11-30T03:20:19.499Z] #18 36.67 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:20:19.499Z] #18 36.76 Selecting previously unselected package libnl-3-200:arm64. [2020-11-30T03:20:19.499Z] #18 36.76 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-11-30T03:20:19.499Z] #18 36.77 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-11-30T03:20:19.499Z] #18 36.90 Selecting previously unselected package libprotobuf-c1:arm64. [2020-11-30T03:20:19.499Z] #18 36.90 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-11-30T03:20:19.499Z] #18 36.92 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-30T03:20:19.499Z] #18 37.01 Selecting previously unselected package libreadline5:arm64. [2020-11-30T03:20:19.499Z] #18 37.03 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-11-30T03:20:19.499Z] #18 37.05 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-30T03:20:19.499Z] #18 37.20 Selecting previously unselected package net-tools. [2020-11-30T03:20:19.499Z] #18 37.21 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-11-30T03:20:19.499Z] #18 37.21 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:20:19.633Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2020-11-30T03:20:19.651Z] #11 163.3 Selecting previously unselected package libsepol1-dev:amd64. [2020-11-30T03:20:19.651Z] #11 163.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-11-30T03:20:19.651Z] #11 163.3 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-11-30T03:20:19.774Z] #18 37.42 Selecting previously unselected package python-pip-whl. [2020-11-30T03:20:19.774Z] #18 37.42 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-30T03:20:19.774Z] #18 37.43 Unpacking python-pip-whl (18.1-5) ... [2020-11-30T03:20:19.779Z] Congratulations! All commits are properly signed with the DCO! [2020-11-30T03:20:19.779Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-11-30T03:20:19.779Z] No api/types/ or api/swagger.yaml changes in diff. [2020-11-30T03:20:19.779Z] Congratulations! All TOML source files changed here have valid syntax. [2020-11-30T03:20:19.779Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-11-30T03:20:19.779Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-11-30T03:20:19.779Z] Congratulations! No new tests were added to integration-cli. [2020-11-30T03:20:19.779Z] [2020-11-30T03:20:19.779Z] INFO Start validation with golang-ci-lint [2020-11-30T03:20:19.779Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-11-30T03:20:19.779Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-30T03:20:19.779Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-11-30T03:20:19.788Z] #41 ... [2020-11-30T03:20:19.788Z] [2020-11-30T03:20:19.788Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:20:19.788Z] #16 DONE 1.1s [2020-11-30T03:20:19.788Z] [2020-11-30T03:20:19.788Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:20:19.908Z] #11 163.6 Selecting previously unselected package libpcre16-3:amd64. [2020-11-30T03:20:19.908Z] #11 163.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:19.908Z] #11 163.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:20.052Z] #18 38.00 Selecting previously unselected package python3-lib2to3. [2020-11-30T03:20:20.169Z] #11 163.9 Selecting previously unselected package libpcre32-3:amd64. [2020-11-30T03:20:20.169Z] #11 163.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:20.169Z] #11 163.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:20.382Z] #18 38.00 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-30T03:20:20.382Z] #18 38.01 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:20:20.428Z] #11 164.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-11-30T03:20:20.428Z] #11 164.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:20.428Z] #11 164.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-30T03:20:20.428Z] #11 164.3 Selecting previously unselected package libpcre3-dev:amd64. [2020-11-30T03:20:20.428Z] #11 164.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-11-30T03:20:20.428Z] #11 164.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-30T03:20:20.719Z] #17 DONE 1.0s [2020-11-30T03:20:20.719Z] [2020-11-30T03:20:20.719Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:20.868Z] #42 145.3 CC criu/irmap.o [2020-11-30T03:20:20.970Z] #18 38.64 Selecting previously unselected package python3-distutils. [2020-11-30T03:20:20.970Z] #18 38.65 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-30T03:20:21.142Z] ok github.com/docker/docker/pkg/archive 0.547s coverage: 76.9% of statements [2020-11-30T03:20:21.247Z] #18 38.82 Unpacking python3-distutils (3.7.3-1) ... [2020-11-30T03:20:21.356Z] #11 164.8 Selecting previously unselected package libselinux1-dev:amd64. [2020-11-30T03:20:21.356Z] #11 164.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-11-30T03:20:21.356Z] #11 164.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-30T03:20:21.356Z] #11 165.0 Selecting previously unselected package libdevmapper-dev:amd64. [2020-11-30T03:20:21.356Z] #11 165.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-11-30T03:20:21.356Z] #11 165.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:21.356Z] #11 165.1 Selecting previously unselected package libseccomp-dev:amd64. [2020-11-30T03:20:21.356Z] #11 165.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-11-30T03:20:21.356Z] #11 165.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-30T03:20:21.522Z] #42 146.0 CC criu/kcmp-ids.o [2020-11-30T03:20:21.613Z] #11 165.2 Selecting previously unselected package libsystemd-dev:amd64. [2020-11-30T03:20:21.613Z] #11 165.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-11-30T03:20:21.613Z] #11 165.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:21.823Z] #42 146.3 CC criu/kerndat.o [2020-11-30T03:20:21.869Z] #11 165.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-11-30T03:20:22.089Z] #18 1.362 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:20:22.089Z] #18 1.451 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:20:22.089Z] #18 1.462 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:20:22.125Z] #11 165.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-11-30T03:20:22.125Z] #11 165.8 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:22.125Z] #11 165.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-11-30T03:20:22.125Z] #11 165.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-11-30T03:20:22.125Z] #11 165.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-11-30T03:20:22.125Z] #11 165.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-11-30T03:20:22.125Z] #11 165.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-11-30T03:20:22.125Z] #11 165.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-11-30T03:20:22.175Z] ok github.com/docker/docker/pkg/authorization 0.327s coverage: 68.3% of statements [2020-11-30T03:20:22.175Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-11-30T03:20:22.381Z] #11 165.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-11-30T03:20:22.381Z] #11 165.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:22.381Z] #11 166.0 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-11-30T03:20:22.382Z] #11 166.0 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-11-30T03:20:22.382Z] #11 166.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-11-30T03:20:22.382Z] #11 166.0 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-11-30T03:20:22.382Z] #11 166.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-11-30T03:20:22.382Z] #11 166.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-11-30T03:20:22.382Z] #11 166.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-11-30T03:20:22.382Z] #11 166.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:22.382Z] #11 166.0 Setting up dmsetup (2:1.02.155-3) ... [2020-11-30T03:20:22.382Z] #11 166.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:22.382Z] #11 166.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-11-30T03:20:22.382Z] #11 166.1 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:20:22.466Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-11-30T03:20:22.655Z] #18 2.116 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:20:22.665Z] #18 40.22 Selecting previously unselected package python3-pip. [2020-11-30T03:20:22.665Z] #18 40.24 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-30T03:20:22.665Z] #18 40.42 Unpacking python3-pip (18.1-5) ... [2020-11-30T03:20:22.667Z] #11 DONE 166.4s [2020-11-30T03:20:22.668Z] [2020-11-30T03:20:22.668Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:22.887Z] #42 147.3 CC criu/libnetlink.o [2020-11-30T03:20:23.187Z] #42 147.8 CC criu/log.o [2020-11-30T03:20:23.617Z] #18 ... [2020-11-30T03:20:23.617Z] [2020-11-30T03:20:23.617Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:23.617Z] #41 87.91 CC criu/clone-noasan.o [2020-11-30T03:20:23.617Z] #41 88.13 CC criu/config.o [2020-11-30T03:20:23.617Z] #41 89.74 CC criu/cr-check.o [2020-11-30T03:20:23.617Z] #41 91.86 CC criu/cr-dedup.o [2020-11-30T03:20:23.617Z] #41 92.45 CC criu/cr-dump.o [2020-11-30T03:20:23.617Z] #41 95.25 CC criu/cr-errno.o [2020-11-30T03:20:23.617Z] #41 95.41 CC criu/cr-restore.o [2020-11-30T03:20:23.843Z] #42 148.4 CC criu/lsm.o [2020-11-30T03:20:24.024Z] #18 3.206 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:20:24.144Z] #42 148.9 CC criu/mem.o [2020-11-30T03:20:24.589Z] #51 1.610 + RM_GOPATH=0 [2020-11-30T03:20:24.589Z] #51 1.610 + TMP_GOPATH= [2020-11-30T03:20:24.589Z] #51 1.610 + : /build [2020-11-30T03:20:24.589Z] #51 1.610 + '[' -z '' ']' [2020-11-30T03:20:24.589Z] #51 1.613 ++ mktemp -d [2020-11-30T03:20:24.589Z] #51 1.615 + export GOPATH=/tmp/tmp.HTqdgNN94L [2020-11-30T03:20:24.589Z] #51 1.615 + GOPATH=/tmp/tmp.HTqdgNN94L [2020-11-30T03:20:24.589Z] #51 1.615 + RM_GOPATH=1 [2020-11-30T03:20:24.589Z] #51 1.615 + case "$(go env GOARCH)" in [2020-11-30T03:20:24.589Z] #51 1.616 ++ go env GOARCH [2020-11-30T03:20:24.589Z] #51 1.640 + export GO_BUILDMODE=-buildmode=pie [2020-11-30T03:20:24.589Z] #51 1.640 + GO_BUILDMODE=-buildmode=pie [2020-11-30T03:20:24.589Z] #51 ... [2020-11-30T03:20:24.589Z] [2020-11-30T03:20:24.589Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-11-30T03:20:24.589Z] #12 DONE 1.7s [2020-11-30T03:20:24.589Z] [2020-11-30T03:20:24.589Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:24.589Z] #51 1.645 ++ dirname /tmp/install/install.sh [2020-11-30T03:20:24.589Z] #51 1.648 + dir=/tmp/install [2020-11-30T03:20:24.589Z] #51 1.648 + bin=runc [2020-11-30T03:20:24.589Z] #51 1.648 + shift [2020-11-30T03:20:24.589Z] #51 1.648 + '[' '!' -f /tmp/install/runc.installer ']' [2020-11-30T03:20:24.589Z] #51 1.648 + . /tmp/install/runc.installer [2020-11-30T03:20:24.589Z] #51 1.649 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:20:24.589Z] #51 1.651 + install_runc [2020-11-30T03:20:24.589Z] #51 1.651 + uname -r [2020-11-30T03:20:24.589Z] #51 1.656 + grep -q '^3\.10\.0.*\.el7\.' [2020-11-30T03:20:24.589Z] #51 1.702 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-11-30T03:20:24.589Z] #51 1.702 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-11-30T03:20:24.589Z] #51 1.702 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-11-30T03:20:24.589Z] #51 1.702 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HTqdgNN94L/src/github.com/opencontainers/runc [2020-11-30T03:20:24.589Z] #51 1.732 Cloning into '/tmp/tmp.HTqdgNN94L/src/github.com/opencontainers/runc'... [2020-11-30T03:20:25.017Z] #41 99.37 CC criu/cr-service.o [2020-11-30T03:20:25.282Z] #41 ... [2020-11-30T03:20:25.282Z] [2020-11-30T03:20:25.282Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:25.282Z] #18 42.98 Selecting previously unselected package python3-pkg-resources. [2020-11-30T03:20:25.282Z] #18 42.99 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:20:25.282Z] #18 43.02 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:20:25.396Z] #18 4.489 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:20:25.519Z] #51 ... [2020-11-30T03:20:25.519Z] [2020-11-30T03:20:25.519Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-11-30T03:20:25.519Z] #13 DONE 1.1s [2020-11-30T03:20:25.547Z] #18 43.26 Selecting previously unselected package python3-setuptools. [2020-11-30T03:20:25.547Z] #18 43.27 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-30T03:20:25.547Z] #18 43.27 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-30T03:20:25.775Z] [2020-11-30T03:20:25.775Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-11-30T03:20:26.126Z] #18 43.78 Selecting previously unselected package python3-wheel. [2020-11-30T03:20:26.126Z] #18 43.78 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-30T03:20:26.126Z] #18 43.79 Unpacking python3-wheel (0.32.3-2) ... [2020-11-30T03:20:26.259Z] #42 150.9 CC criu/memfd.o [2020-11-30T03:20:26.337Z] #14 0.968 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-11-30T03:20:26.395Z] #18 43.96 Selecting previously unselected package sudo. [2020-11-30T03:20:26.395Z] #18 43.98 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-11-30T03:20:26.395Z] #18 43.99 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:20:26.594Z] #14 DONE 1.1s [2020-11-30T03:20:26.594Z] [2020-11-30T03:20:26.594Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:26.594Z] #41 59.93 CC compel/plugins/std/infect.o [2020-11-30T03:20:26.594Z] #41 60.64 CC compel/arch/x86/plugins/std/parasite-head.o [2020-11-30T03:20:26.594Z] #41 60.71 CC compel/arch/x86/plugins/std/memcpy.o [2020-11-30T03:20:26.594Z] #41 60.80 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-11-30T03:20:26.594Z] #41 60.92 AR compel/plugins/std.lib.a [2020-11-30T03:20:26.594Z] #41 61.00 CC compel/plugins/fds/fds.o [2020-11-30T03:20:26.594Z] #41 61.40 AR compel/plugins/fds.lib.a [2020-11-30T03:20:26.594Z] #41 61.48 HOSTDEP compel/src/lib/log-host.d [2020-11-30T03:20:26.594Z] #41 61.58 HOSTDEP compel/src/lib/handle-elf-host.d [2020-11-30T03:20:26.594Z] #41 61.71 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-11-30T03:20:26.594Z] #41 61.77 HOSTDEP compel/src/main-host.d [2020-11-30T03:20:26.594Z] #41 61.87 DEP compel/src/lib/ptrace.d [2020-11-30T03:20:26.594Z] #41 62.07 DEP compel/src/lib/infect.d [2020-11-30T03:20:26.594Z] #41 62.29 DEP compel/src/lib/infect-util.d [2020-11-30T03:20:26.594Z] #41 62.45 DEP compel/src/lib/infect-rpc.d [2020-11-30T03:20:26.594Z] #41 62.57 DEP compel/arch/x86/src/lib/infect.d [2020-11-30T03:20:26.594Z] #41 62.67 DEP compel/arch/x86/src/lib/cpu.d [2020-11-30T03:20:26.594Z] #41 62.73 DEP compel/src/lib/log.d [2020-11-30T03:20:26.594Z] #41 62.85 DEP compel/src/main.d [2020-11-30T03:20:26.594Z] #41 62.95 DEP compel/src/lib/handle-elf.d [2020-11-30T03:20:26.594Z] #41 63.03 DEP compel/arch/x86/src/lib/handle-elf.d [2020-11-30T03:20:26.594Z] #41 63.09 CC compel/src/lib/log.o [2020-11-30T03:20:26.594Z] #41 63.23 CC compel/arch/x86/src/lib/cpu.o [2020-11-30T03:20:26.594Z] #41 63.73 CC compel/arch/x86/src/lib/infect.o [2020-11-30T03:20:26.594Z] #41 64.91 CC compel/src/lib/infect-rpc.o [2020-11-30T03:20:26.594Z] #41 65.29 CC compel/src/lib/infect-util.o [2020-11-30T03:20:26.594Z] #41 65.68 CC compel/src/lib/infect.o [2020-11-30T03:20:26.594Z] #41 ... [2020-11-30T03:20:26.594Z] [2020-11-30T03:20:26.594Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-11-30T03:20:26.659Z] #18 44.49 Selecting previously unselected package thin-provisioning-tools. [2020-11-30T03:20:26.767Z] #18 ... [2020-11-30T03:20:26.767Z] [2020-11-30T03:20:26.767Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:26.768Z] #41 70.16 AR soccr/libsoccr.a [2020-11-30T03:20:26.768Z] #41 70.20 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:20:26.768Z] #41 70.70 DEP criu/arch/x86/sigframe.d [2020-11-30T03:20:26.768Z] #41 70.80 DEP criu/arch/x86/sigaction_compat.d [2020-11-30T03:20:26.768Z] #41 70.93 DEP criu/arch/x86/kerndat.d [2020-11-30T03:20:26.768Z] #41 71.03 DEP criu/arch/x86/crtools.d [2020-11-30T03:20:26.768Z] #41 71.16 DEP criu/arch/x86/cpu.d [2020-11-30T03:20:26.768Z] #41 71.36 CC criu/arch/x86/cpu.o [2020-11-30T03:20:26.768Z] #41 71.98 CC criu/arch/x86/crtools.o [2020-11-30T03:20:26.768Z] #41 73.28 CC criu/arch/x86/kerndat.o [2020-11-30T03:20:26.768Z] #41 73.67 CC criu/arch/x86/sigaction_compat.o [2020-11-30T03:20:26.768Z] #41 73.94 CC criu/arch/x86/sigframe.o [2020-11-30T03:20:26.768Z] #41 74.13 LINK criu/arch/x86/crtools.built-in.o [2020-11-30T03:20:26.768Z] #41 74.18 DEP criu/pie/util-vdso-elf32.d [2020-11-30T03:20:26.768Z] #41 74.29 DEP criu/pie/util-vdso.d [2020-11-30T03:20:26.768Z] #41 74.37 DEP criu/pie/util.d [2020-11-30T03:20:26.768Z] #41 74.57 CC criu/pie/util.o [2020-11-30T03:20:26.768Z] #41 74.85 CC criu/pie/util-vdso.o [2020-11-30T03:20:26.768Z] #41 75.56 CC criu/pie/util-vdso-elf32.o [2020-11-30T03:20:26.909Z] #42 151.6 CC criu/mount.o [2020-11-30T03:20:26.914Z] ok github.com/docker/docker/pkg/chrootarchive 3.494s coverage: 43.2% of statements [2020-11-30T03:20:26.914Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-11-30T03:20:26.914Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-11-30T03:20:26.923Z] #18 44.49 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-11-30T03:20:26.923Z] #18 44.50 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:20:27.187Z] #18 44.94 Selecting previously unselected package uidmap. [2020-11-30T03:20:27.187Z] #18 44.95 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-11-30T03:20:27.187Z] #18 44.97 Unpacking uidmap (1:4.5-1.1) ... [2020-11-30T03:20:27.205Z] ok github.com/docker/docker/layer 8.015s coverage: 68.8% of statements [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-30T03:20:27.205Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-30T03:20:27.205Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-11-30T03:20:27.332Z] #41 76.24 AR criu/pie/pie.lib.a [2020-11-30T03:20:27.332Z] #41 76.32 DEP criu/pie/restorer.d [2020-11-30T03:20:27.452Z] #18 45.28 Selecting previously unselected package vim-runtime. [2020-11-30T03:20:27.452Z] #18 45.29 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:20:27.452Z] #18 45.32 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-30T03:20:27.496Z] ok github.com/docker/docker/pkg/discovery/memory 0.025s coverage: 92.3% of statements [2020-11-30T03:20:27.589Z] #41 76.60 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-30T03:20:27.846Z] #41 76.70 DEP criu/arch/x86/restorer_unmap.d [2020-11-30T03:20:27.846Z] #41 76.74 DEP criu/arch/x86/restorer.d [2020-11-30T03:20:27.960Z] #15 DONE 1.0s [2020-11-30T03:20:27.960Z] [2020-11-30T03:20:27.960Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-11-30T03:20:28.031Z] #18 45.55 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-30T03:20:28.031Z] #18 45.55 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:20:28.103Z] #41 76.99 DEP criu/arch/x86/vdso-pie.d [2020-11-30T03:20:28.103Z] #41 77.14 DEP criu/pie/parasite-vdso.d [2020-11-30T03:20:28.128Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2020-11-30T03:20:28.360Z] #41 77.27 DEP criu/pie/parasite.d [2020-11-30T03:20:28.420Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-11-30T03:20:28.523Z] #16 DONE 1.0s [2020-11-30T03:20:28.523Z] [2020-11-30T03:20:28.523Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:28.523Z] #41 68.84 CC compel/src/lib/ptrace.o [2020-11-30T03:20:28.523Z] #41 69.13 AR compel/libcompel.a [2020-11-30T03:20:28.523Z] #41 69.21 HOSTCC compel/src/main-host.o [2020-11-30T03:20:28.523Z] #41 69.73 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-11-30T03:20:28.523Z] #41 70.04 HOSTCC compel/src/lib/handle-elf-host.o [2020-11-30T03:20:28.617Z] #41 77.54 CC criu/pie/parasite.o [2020-11-30T03:20:28.782Z] #41 70.42 HOSTCC compel/src/lib/log-host.o [2020-11-30T03:20:29.039Z] #41 70.68 HOSTLINK compel/compel-host-bin [2020-11-30T03:20:29.039Z] #41 70.80 DEP soccr/soccr.d [2020-11-30T03:20:29.295Z] #41 70.98 CC soccr/soccr.o [2020-11-30T03:20:29.452Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2020-11-30T03:20:29.858Z] #41 ... [2020-11-30T03:20:29.858Z] [2020-11-30T03:20:29.858Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-11-30T03:20:29.858Z] #17 DONE 1.2s [2020-11-30T03:20:29.986Z] #41 78.77 LINK criu/pie/parasite.built-in.o [2020-11-30T03:20:29.986Z] #41 78.78 GEN criu/pie/parasite-blob.h [2020-11-30T03:20:29.986Z] #41 78.81 CC criu/pie/parasite-vdso.o [2020-11-30T03:20:29.986Z] #41 ... [2020-11-30T03:20:29.986Z] [2020-11-30T03:20:29.986Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:29.986Z] #43 175.7 github.com/LK4D4/vndr/godl [2020-11-30T03:20:30.085Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2020-11-30T03:20:30.114Z] [2020-11-30T03:20:30.114Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:30.719Z] ok github.com/docker/docker/pkg/fsutils 0.405s coverage: 85.1% of statements [2020-11-30T03:20:30.918Z] #43 176.5 github.com/LK4D4/vndr [2020-11-30T03:20:31.011Z] ok github.com/docker/docker/pkg/discovery/kv 3.074s coverage: 84.1% of statements [2020-11-30T03:20:31.011Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-11-30T03:20:31.085Z] #18 1.384 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2020-11-30T03:20:31.085Z] #18 1.442 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-11-30T03:20:31.343Z] #18 1.445 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-11-30T03:20:31.906Z] #18 2.069 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-11-30T03:20:32.043Z] ok github.com/docker/docker/pkg/idtools 0.357s coverage: 70.1% of statements [2020-11-30T03:20:32.043Z] ok github.com/docker/docker/pkg/ioutils 0.294s coverage: 68.8% of statements [2020-11-30T03:20:32.267Z] #18 49.58 Selecting previously unselected package vim. [2020-11-30T03:20:32.267Z] #18 49.59 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-11-30T03:20:32.267Z] #18 49.61 Unpacking vim (2:8.1.0875-5) ... [2020-11-30T03:20:32.334Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2020-11-30T03:20:32.334Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-11-30T03:20:32.334Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-30T03:20:32.334Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-30T03:20:32.334Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-30T03:20:32.531Z] #18 50.22 Selecting previously unselected package xfsprogs. [2020-11-30T03:20:32.531Z] #18 50.22 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-11-30T03:20:32.531Z] #18 50.23 Unpacking xfsprogs (4.20.0-1) ... [2020-11-30T03:20:32.569Z] #42 156.3 CC criu/namespaces.o [2020-11-30T03:20:32.626Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-11-30T03:20:32.626Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-30T03:20:32.626Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-11-30T03:20:32.795Z] #18 50.73 Selecting previously unselected package zip. [2020-11-30T03:20:32.917Z] ok github.com/docker/docker/pkg/parsers/kernel 0.009s coverage: 60.0% of statements [2020-11-30T03:20:33.060Z] #18 50.74 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-11-30T03:20:33.060Z] #18 50.75 Unpacking zip (3.0-11+b1) ... [2020-11-30T03:20:33.060Z] #18 50.94 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:20:33.060Z] #18 50.98 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:20:33.060Z] #18 51.00 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-11-30T03:20:33.208Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 86.7% of statements [2020-11-30T03:20:33.276Z] #18 3.303 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [253 kB] [2020-11-30T03:20:33.333Z] #18 51.01 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-11-30T03:20:33.333Z] #18 51.03 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-11-30T03:20:33.333Z] #18 51.05 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-11-30T03:20:33.333Z] #18 51.07 Setting up uidmap (1:4.5-1.1) ... [2020-11-30T03:20:33.333Z] #18 51.09 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-11-30T03:20:33.333Z] #18 51.12 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:20:33.333Z] #18 51.15 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:20:33.333Z] #18 51.16 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-11-30T03:20:33.333Z] #18 51.18 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-11-30T03:20:33.333Z] #18 51.20 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:20:33.333Z] #18 51.22 Setting up zip (3.0-11+b1) ... [2020-11-30T03:20:33.333Z] #18 51.23 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:20:33.499Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-11-30T03:20:33.499Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-30T03:20:33.499Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-30T03:20:33.527Z] 4612f6d0b889: Verifying Checksum [2020-11-30T03:20:33.527Z] 4612f6d0b889: Download complete [2020-11-30T03:20:33.597Z] #18 51.28 Setting up bash-completion (1:2.8-6) ... [2020-11-30T03:20:33.790Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2020-11-30T03:20:34.105Z] #42 158.5 CC criu/net.o [2020-11-30T03:20:34.192Z] #43 ... [2020-11-30T03:20:34.192Z] [2020-11-30T03:20:34.192Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:34.192Z] #51 10.81 + cd /tmp/tmp.gRaZs3PLhm/src/github.com/opencontainers/runc [2020-11-30T03:20:34.192Z] #51 10.82 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:20:34.192Z] #51 11.15 + '[' -z '' ']' [2020-11-30T03:20:34.192Z] #51 11.15 + target=static [2020-11-30T03:20:34.192Z] #51 11.15 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-30T03:20:34.192Z] #51 11.60 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-30T03:20:34.209Z] #18 ... [2020-11-30T03:20:34.209Z] [2020-11-30T03:20:34.209Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:34.209Z] #43 167.8 net/http/httptrace [2020-11-30T03:20:34.209Z] #43 168.2 net/http [2020-11-30T03:20:34.424Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-11-30T03:20:34.449Z] #51 ... [2020-11-30T03:20:34.449Z] [2020-11-30T03:20:34.449Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:34.449Z] #41 79.51 CC criu/arch/x86/vdso-pie.o [2020-11-30T03:20:34.449Z] #41 79.91 CC criu/arch/x86/restorer.o [2020-11-30T03:20:34.449Z] #41 80.51 CC criu/arch/x86/restorer_unmap.o [2020-11-30T03:20:34.449Z] #41 80.57 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-30T03:20:34.449Z] #41 80.83 CC criu/pie/restorer.o [2020-11-30T03:20:34.465Z] #43 ... [2020-11-30T03:20:34.465Z] [2020-11-30T03:20:34.465Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:34.465Z] #51 11.09 + cd /tmp/tmp.HTqdgNN94L/src/github.com/opencontainers/runc [2020-11-30T03:20:34.465Z] #51 11.09 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-11-30T03:20:34.465Z] #51 11.80 + '[' -z '' ']' [2020-11-30T03:20:34.465Z] #51 11.80 + target=static [2020-11-30T03:20:34.465Z] #51 11.80 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-11-30T03:20:34.715Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-30T03:20:34.715Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-11-30T03:20:35.013Z] #41 83.94 LINK criu/pie/restorer.built-in.o [2020-11-30T03:20:35.013Z] #41 83.95 GEN criu/pie/restorer-blob.h [2020-11-30T03:20:35.013Z] #41 84.06 DEP criu/vdso.d [2020-11-30T03:20:35.014Z] #18 ... [2020-11-30T03:20:35.014Z] [2020-11-30T03:20:35.014Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:20:35.014Z] #47 188.9 + /build/golangci-lint --version [2020-11-30T03:20:35.028Z] #51 12.14 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-11-30T03:20:35.270Z] #41 84.26 DEP criu/vdso-compat.d [2020-11-30T03:20:35.528Z] #41 84.39 DEP criu/uts_ns.d [2020-11-30T03:20:35.528Z] #41 84.60 DEP criu/util.d [2020-11-30T03:20:35.593Z] #47 189.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-30T03:20:36.092Z] #41 84.87 DEP criu/uffd.d [2020-11-30T03:20:36.092Z] #41 85.06 DEP criu/tun.d [2020-11-30T03:20:36.221Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2020-11-30T03:20:36.221Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-11-30T03:20:36.350Z] #41 85.16 DEP criu/tty.d [2020-11-30T03:20:36.350Z] #41 85.31 DEP criu/timerfd.d [2020-11-30T03:20:36.607Z] #41 85.53 DEP criu/timens.d [2020-11-30T03:20:36.864Z] #41 85.71 DEP criu/sysfs_parse.d [2020-11-30T03:20:36.864Z] #41 85.86 DEP criu/sysctl.d [2020-11-30T03:20:36.993Z] #47 ... [2020-11-30T03:20:36.993Z] [2020-11-30T03:20:36.993Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:36.993Z] #41 100.9 CC criu/crtools.o [2020-11-30T03:20:36.993Z] #41 101.5 CC criu/eventfd.o [2020-11-30T03:20:36.993Z] #41 101.9 CC criu/eventpoll.o [2020-11-30T03:20:36.993Z] #41 102.7 CC criu/external.o [2020-11-30T03:20:36.993Z] #41 103.0 CC criu/fault-injection.o [2020-11-30T03:20:36.993Z] #41 103.2 CC criu/fdstore.o [2020-11-30T03:20:36.993Z] #41 103.6 CC criu/fifo.o [2020-11-30T03:20:36.993Z] #41 104.0 CC criu/file-ids.o [2020-11-30T03:20:36.993Z] #41 104.4 CC criu/file-lock.o [2020-11-30T03:20:36.993Z] #41 105.1 CC criu/files-ext.o [2020-11-30T03:20:36.993Z] #41 105.7 CC criu/files-reg.o [2020-11-30T03:20:36.993Z] #41 108.0 CC criu/files.o [2020-11-30T03:20:36.993Z] #41 109.8 CC criu/filesystems.o [2020-11-30T03:20:36.993Z] #41 110.7 CC criu/fsnotify.o [2020-11-30T03:20:36.993Z] #41 ... [2020-11-30T03:20:36.993Z] [2020-11-30T03:20:36.993Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:36.993Z] #18 54.09 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-11-30T03:20:37.121Z] #41 86.09 DEP criu/string.d [2020-11-30T03:20:37.121Z] #41 86.13 DEP criu/stats.d [2020-11-30T03:20:37.121Z] #41 86.23 DEP criu/sockets.d [2020-11-30T03:20:37.685Z] #41 86.41 DEP criu/sk-unix.d [2020-11-30T03:20:37.685Z] #41 86.60 DEP criu/sk-tcp.d [2020-11-30T03:20:37.942Z] #41 86.85 DEP criu/sk-queue.d [2020-11-30T03:20:37.942Z] #41 86.98 DEP criu/sk-packet.d [2020-11-30T03:20:38.199Z] #41 87.11 DEP criu/sk-netlink.d [2020-11-30T03:20:38.199Z] #41 87.26 DEP criu/sk-inet.d [2020-11-30T03:20:38.456Z] #41 87.44 DEP criu/signalfd.d [2020-11-30T03:20:38.652Z] #42 162.4 CC criu/netfilter.o [2020-11-30T03:20:38.652Z] #42 162.9 CC criu/page-pipe.o [2020-11-30T03:20:38.713Z] #41 87.63 DEP criu/sigframe.d [2020-11-30T03:20:38.713Z] #41 87.73 DEP criu/shmem.d [2020-11-30T03:20:38.924Z] #18 ... [2020-11-30T03:20:38.924Z] [2020-11-30T03:20:38.924Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:20:38.924Z] #47 DONE 192.6s [2020-11-30T03:20:38.924Z] [2020-11-30T03:20:38.924Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:38.924Z] #18 56.54 Setting up xz-utils (5.2.4-1) ... [2020-11-30T03:20:38.924Z] #18 56.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-30T03:20:38.924Z] #18 56.65 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:20:38.924Z] #18 56.82 invoke-rc.d: could not determine current runlevel [2020-11-30T03:20:38.948Z] ok github.com/docker/docker/pkg/signal 2.339s coverage: 61.0% of statements [2020-11-30T03:20:38.970Z] #41 87.87 DEP criu/servicefd.d [2020-11-30T03:20:38.970Z] #41 87.98 DEP criu/seize.d [2020-11-30T03:20:39.189Z] #18 56.84 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-30T03:20:39.189Z] #18 56.96 Setting up pigz (2.4-1) ... [2020-11-30T03:20:39.189Z] #18 57.02 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-11-30T03:20:39.189Z] #18 57.05 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-11-30T03:20:39.189Z] #18 57.09 Setting up python-pip-whl (18.1-5) ... [2020-11-30T03:20:39.227Z] #41 88.20 DEP criu/seccomp.d [2020-11-30T03:20:39.239Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-11-30T03:20:39.304Z] #42 163.9 CC criu/page-xfer.o [2020-11-30T03:20:39.453Z] #18 57.11 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-11-30T03:20:39.453Z] #18 57.13 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:20:39.484Z] #41 88.33 DEP criu/rst-malloc.d [2020-11-30T03:20:39.485Z] #41 88.43 DEP criu/rbtree.d [2020-11-30T03:20:39.485Z] #41 88.49 DEP criu/pstree.d [2020-11-30T03:20:39.530Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-11-30T03:20:39.530Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-11-30T03:20:39.742Z] #41 88.70 DEP criu/protobuf.d [2020-11-30T03:20:39.999Z] #41 ... [2020-11-30T03:20:39.999Z] [2020-11-30T03:20:39.999Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:39.999Z] #43 DONE 185.7s [2020-11-30T03:20:39.999Z] [2020-11-30T03:20:39.999Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:39.999Z] #41 88.90 GEN criu/protobuf-desc-gen.h [2020-11-30T03:20:39.999Z] #41 ... [2020-11-30T03:20:39.999Z] [2020-11-30T03:20:39.999Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:39.999Z] #18 10.22 Fetched 8406 kB in 9s (915 kB/s) [2020-11-30T03:20:39.999Z] #18 10.22 Reading package lists... [2020-11-30T03:20:39.999Z] #18 14.07 Reading package lists... [2020-11-30T03:20:39.999Z] #18 17.97 Building dependency tree... [2020-11-30T03:20:40.030Z] #18 57.98 Setting up libaio1:arm64 (0.3.112-3) ... [2020-11-30T03:20:40.162Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-11-30T03:20:40.280Z] #51 ... [2020-11-30T03:20:40.280Z] [2020-11-30T03:20:40.280Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:40.280Z] #41 72.66 AR soccr/libsoccr.a [2020-11-30T03:20:40.280Z] #41 72.71 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:20:40.280Z] #41 73.12 DEP criu/arch/x86/sigframe.d [2020-11-30T03:20:40.280Z] #41 73.23 DEP criu/arch/x86/sigaction_compat.d [2020-11-30T03:20:40.280Z] #41 73.37 DEP criu/arch/x86/kerndat.d [2020-11-30T03:20:40.280Z] #41 73.51 DEP criu/arch/x86/crtools.d [2020-11-30T03:20:40.280Z] #41 73.67 DEP criu/arch/x86/cpu.d [2020-11-30T03:20:40.280Z] #41 73.85 CC criu/arch/x86/cpu.o [2020-11-30T03:20:40.280Z] #41 74.45 CC criu/arch/x86/crtools.o [2020-11-30T03:20:40.280Z] #41 75.74 CC criu/arch/x86/kerndat.o [2020-11-30T03:20:40.280Z] #41 76.29 CC criu/arch/x86/sigaction_compat.o [2020-11-30T03:20:40.280Z] #41 76.51 CC criu/arch/x86/sigframe.o [2020-11-30T03:20:40.280Z] #41 76.77 LINK criu/arch/x86/crtools.built-in.o [2020-11-30T03:20:40.280Z] #41 76.83 DEP criu/pie/util-vdso-elf32.d [2020-11-30T03:20:40.280Z] #41 77.05 DEP criu/pie/util-vdso.d [2020-11-30T03:20:40.280Z] #41 77.15 DEP criu/pie/util.d [2020-11-30T03:20:40.280Z] #41 77.35 CC criu/pie/util.o [2020-11-30T03:20:40.280Z] #41 77.63 CC criu/pie/util-vdso.o [2020-11-30T03:20:40.280Z] #41 78.34 CC criu/pie/util-vdso-elf32.o [2020-11-30T03:20:40.280Z] #41 79.01 AR criu/pie/pie.lib.a [2020-11-30T03:20:40.280Z] #41 79.09 DEP criu/pie/restorer.d [2020-11-30T03:20:40.280Z] #41 79.27 DEP criu/arch/x86/sigaction_compat_pie.d [2020-11-30T03:20:40.280Z] #41 79.43 DEP criu/arch/x86/restorer_unmap.d [2020-11-30T03:20:40.280Z] #41 79.44 DEP criu/arch/x86/restorer.d [2020-11-30T03:20:40.280Z] #41 79.65 DEP criu/arch/x86/vdso-pie.d [2020-11-30T03:20:40.280Z] #41 79.84 DEP criu/pie/parasite-vdso.d [2020-11-30T03:20:40.280Z] #41 80.07 DEP criu/pie/parasite.d [2020-11-30T03:20:40.280Z] #41 80.27 CC criu/pie/parasite.o [2020-11-30T03:20:40.280Z] #41 81.50 LINK criu/pie/parasite.built-in.o [2020-11-30T03:20:40.280Z] #41 81.51 GEN criu/pie/parasite-blob.h [2020-11-30T03:20:40.280Z] #41 81.53 CC criu/pie/parasite-vdso.o [2020-11-30T03:20:40.453Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2020-11-30T03:20:40.563Z] #18 19.73 libcap2-bin is already the newest version (1:2.25-2). [2020-11-30T03:20:40.564Z] #18 19.73 The following additional packages will be installed: [2020-11-30T03:20:40.564Z] #18 19.73 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-30T03:20:40.564Z] #18 19.73 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-30T03:20:40.564Z] #18 19.73 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-30T03:20:40.564Z] #18 19.73 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-30T03:20:40.564Z] #18 19.73 python3.7 python3.7-minimal vim-runtime xxd [2020-11-30T03:20:40.564Z] #18 19.73 Suggested packages: [2020-11-30T03:20:40.564Z] #18 19.73 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-30T03:20:40.564Z] #18 19.73 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-30T03:20:40.564Z] #18 19.73 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-30T03:20:40.564Z] #18 19.73 Recommended packages: [2020-11-30T03:20:40.564Z] #18 19.73 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-30T03:20:40.564Z] #18 19.73 python3-keyrings.alt python3-xdg unzip [2020-11-30T03:20:40.744Z] ok github.com/docker/docker/pkg/tailfile 0.036s coverage: 88.6% of statements [2020-11-30T03:20:40.844Z] #41 82.33 CC criu/arch/x86/vdso-pie.o [2020-11-30T03:20:40.982Z] #18 58.50 Setting up libonig5:arm64 (6.9.1-1) ... [2020-11-30T03:20:40.982Z] #18 58.50 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:41.101Z] #41 82.66 CC criu/arch/x86/restorer.o [2020-11-30T03:20:41.246Z] #18 58.93 Setting up vim (2:8.1.0875-5) ... [2020-11-30T03:20:41.246Z] #18 58.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-30T03:20:41.417Z] ok github.com/docker/docker/pkg/tarsum 0.025s coverage: 89.3% of statements [2020-11-30T03:20:41.417Z] testing: warning: no tests to run [2020-11-30T03:20:41.417Z] coverage: [no statements] [2020-11-30T03:20:41.417Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-30T03:20:41.445Z] #42 166.0 CC criu/pagemap-cache.o [2020-11-30T03:20:41.510Z] #18 59.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-30T03:20:41.510Z] #18 59.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-30T03:20:41.666Z] #41 83.25 CC criu/arch/x86/restorer_unmap.o [2020-11-30T03:20:41.666Z] #41 83.31 CC criu/arch/x86/sigaction_compat_pie.o [2020-11-30T03:20:41.709Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-11-30T03:20:41.745Z] #42 166.5 CC criu/pagemap.o [2020-11-30T03:20:41.776Z] #18 59.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-30T03:20:41.776Z] #18 59.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-30T03:20:41.776Z] #18 59.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-30T03:20:41.776Z] #18 59.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-30T03:20:41.776Z] #18 59.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-30T03:20:41.923Z] #41 83.70 CC criu/pie/restorer.o [2020-11-30T03:20:42.008Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-11-30T03:20:42.008Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-11-30T03:20:42.041Z] #18 59.65 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-11-30T03:20:42.041Z] #18 59.67 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:20:42.041Z] #18 59.68 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-11-30T03:20:42.041Z] #18 59.70 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:20:42.041Z] #18 59.71 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-11-30T03:20:42.041Z] #18 59.73 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:42.458Z] #18 ... [2020-11-30T03:20:42.458Z] [2020-11-30T03:20:42.458Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:42.458Z] #41 91.19 DEP criu/protobuf-desc.d [2020-11-30T03:20:42.458Z] #41 91.29 DEP criu/proc_parse.d [2020-11-30T03:20:42.458Z] #41 91.46 DEP criu/plugin.d [2020-11-30T03:20:42.716Z] #41 91.55 DEP criu/pipes.d [2020-11-30T03:20:42.716Z] #41 91.71 DEP criu/pie-util.d [2020-11-30T03:20:43.009Z] #41 91.78 DEP criu/pie-util-vdso.d [2020-11-30T03:20:43.009Z] #41 91.87 DEP criu/pie-util-vdso-elf32.d [2020-11-30T03:20:43.009Z] #41 91.98 DEP criu/path.d [2020-11-30T03:20:43.009Z] #41 92.06 DEP criu/parasite-syscall.d [2020-11-30T03:20:43.281Z] #41 92.39 DEP criu/pagemap.d [2020-11-30T03:20:43.287Z] #42 167.6 CC criu/parasite-syscall.o [2020-11-30T03:20:43.443Z] #18 ... [2020-11-30T03:20:43.443Z] [2020-11-30T03:20:43.443Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:43.443Z] #51 73.21 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-30T03:20:43.443Z] #51 75.15 + mkdir -p /build [2020-11-30T03:20:43.443Z] #51 75.15 + cp runc /build/runc [2020-11-30T03:20:43.443Z] #51 DONE 75.7s [2020-11-30T03:20:43.543Z] #41 92.54 DEP criu/pagemap-cache.d [2020-11-30T03:20:43.543Z] #41 92.63 DEP criu/page-xfer.d [2020-11-30T03:20:43.707Z] [2020-11-30T03:20:43.708Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:43.708Z] #41 112.0 CC criu/image-desc.o [2020-11-30T03:20:43.708Z] #41 112.2 CC criu/image.o [2020-11-30T03:20:43.708Z] #41 113.0 CC criu/ipc_ns.o [2020-11-30T03:20:43.708Z] #41 114.5 CC criu/irmap.o [2020-11-30T03:20:43.708Z] #41 115.2 CC criu/kcmp-ids.o [2020-11-30T03:20:43.708Z] #41 115.5 CC criu/kerndat.o [2020-11-30T03:20:43.708Z] #41 116.5 CC criu/libnetlink.o [2020-11-30T03:20:43.708Z] #41 116.8 CC criu/log.o [2020-11-30T03:20:43.708Z] #41 117.2 CC criu/lsm.o [2020-11-30T03:20:43.708Z] #41 117.6 CC criu/mem.o [2020-11-30T03:20:43.809Z] #41 92.85 DEP criu/page-pipe.d [2020-11-30T03:20:43.951Z] #42 168.6 CC criu/path.o [2020-11-30T03:20:43.973Z] #41 ... [2020-11-30T03:20:43.973Z] [2020-11-30T03:20:43.973Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:43.973Z] #18 61.92 Setting up iptables (1.8.2-4) ... [2020-11-30T03:20:44.065Z] #41 92.99 DEP criu/netfilter.d [2020-11-30T03:20:44.065Z] #41 93.12 DEP criu/net.d [2020-11-30T03:20:44.073Z] ok github.com/docker/docker/plugin 0.558s coverage: 23.2% of statements [2020-11-30T03:20:44.243Z] #18 61.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:20:44.243Z] #18 61.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:20:44.243Z] #18 61.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:20:44.243Z] #18 62.00 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:20:44.243Z] #18 62.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-30T03:20:44.243Z] #18 62.02 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-30T03:20:44.243Z] #18 62.04 Setting up python3 (3.7.3-1) ... [2020-11-30T03:20:44.321Z] #41 93.30 DEP criu/namespaces.d [2020-11-30T03:20:44.367Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-11-30T03:20:44.446Z] #41 ... [2020-11-30T03:20:44.446Z] [2020-11-30T03:20:44.446Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:44.446Z] #18 4.781 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] [2020-11-30T03:20:44.446Z] #18 10.38 Fetched 8406 kB in 9s (908 kB/s) [2020-11-30T03:20:44.446Z] #18 10.38 Reading package lists... [2020-11-30T03:20:44.577Z] #41 93.57 DEP criu/mount.d [2020-11-30T03:20:44.600Z] #42 169.2 CC criu/pie-util-vdso.o [2020-11-30T03:20:44.658Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 86.4% of statements [2020-11-30T03:20:44.833Z] #41 93.78 DEP criu/memfd.d [2020-11-30T03:20:44.833Z] #41 93.90 DEP criu/mem.d [2020-11-30T03:20:45.089Z] #41 94.13 DEP criu/lsm.d [2020-11-30T03:20:45.196Z] #18 62.67 Setting up python3-wheel (0.32.3-2) ... [2020-11-30T03:20:45.256Z] #42 ... [2020-11-30T03:20:45.256Z] [2020-11-30T03:20:45.256Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:20:45.256Z] #39 235.3 + dpkg --print-architecture [2020-11-30T03:20:45.256Z] #39 235.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-30T03:20:45.346Z] #41 94.24 DEP criu/log.d [2020-11-30T03:20:45.346Z] #41 94.36 DEP criu/libnetlink.d [2020-11-30T03:20:45.346Z] #41 94.48 DEP criu/kerndat.d [2020-11-30T03:20:45.377Z] #18 14.47 Reading package lists... [2020-11-30T03:20:45.377Z] #18 ... [2020-11-30T03:20:45.377Z] [2020-11-30T03:20:45.377Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:45.377Z] #41 86.93 LINK criu/pie/restorer.built-in.o [2020-11-30T03:20:45.377Z] #41 86.96 GEN criu/pie/restorer-blob.h [2020-11-30T03:20:45.377Z] #41 87.03 DEP criu/vdso.d [2020-11-30T03:20:45.556Z] #39 235.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-30T03:20:45.556Z] #39 235.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-30T03:20:45.601Z] #41 94.66 DEP criu/kcmp-ids.d [2020-11-30T03:20:45.602Z] #41 94.74 DEP criu/irmap.d [2020-11-30T03:20:45.635Z] #41 87.30 DEP criu/vdso-compat.d [2020-11-30T03:20:45.780Z] #18 63.53 Setting up apparmor (2.13.2-10) ... [2020-11-30T03:20:45.858Z] #41 94.89 DEP criu/ipc_ns.d [2020-11-30T03:20:45.858Z] #41 95.00 DEP criu/image.d [2020-11-30T03:20:45.892Z] #41 87.46 DEP criu/uts_ns.d [2020-11-30T03:20:46.114Z] #41 95.13 DEP criu/image-desc.d [2020-11-30T03:20:46.114Z] #41 95.26 DEP criu/fsnotify.d [2020-11-30T03:20:46.148Z] #41 87.62 DEP criu/util.d [2020-11-30T03:20:46.148Z] #41 87.84 DEP criu/uffd.d [2020-11-30T03:20:46.163Z] ok github.com/docker/docker/quota 0.644s coverage: 71.4% of statements [2020-11-30T03:20:46.370Z] #41 95.38 DEP criu/filesystems.d [2020-11-30T03:20:46.370Z] #41 95.49 DEP criu/files.d [2020-11-30T03:20:46.405Z] #41 88.02 DEP criu/tun.d [2020-11-30T03:20:46.454Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-11-30T03:20:46.626Z] #41 95.61 DEP criu/files-reg.d [2020-11-30T03:20:46.661Z] #41 88.16 DEP criu/tty.d [2020-11-30T03:20:46.661Z] #41 88.39 DEP criu/timerfd.d [2020-11-30T03:20:46.882Z] #41 95.81 DEP criu/files-ext.d [2020-11-30T03:20:46.882Z] #41 95.90 DEP criu/file-lock.d [2020-11-30T03:20:46.882Z] #41 96.01 DEP criu/file-ids.d [2020-11-30T03:20:46.917Z] #41 88.56 DEP criu/timens.d [2020-11-30T03:20:47.138Z] #41 96.12 DEP criu/fifo.d [2020-11-30T03:20:47.138Z] #41 96.26 DEP criu/fdstore.d [2020-11-30T03:20:47.173Z] #41 88.75 DEP criu/sysfs_parse.d [2020-11-30T03:20:47.179Z] #18 65.10 Setting up xfsprogs (4.20.0-1) ... [2020-11-30T03:20:47.394Z] #41 96.36 DEP criu/fault-injection.d [2020-11-30T03:20:47.394Z] #41 96.40 DEP criu/external.d [2020-11-30T03:20:47.394Z] #41 96.50 DEP criu/eventpoll.d [2020-11-30T03:20:47.429Z] #41 88.91 DEP criu/sysctl.d [2020-11-30T03:20:47.429Z] #41 89.08 DEP criu/string.d [2020-11-30T03:20:47.429Z] #41 89.11 DEP criu/stats.d [2020-11-30T03:20:47.429Z] #41 89.22 DEP criu/sockets.d [2020-11-30T03:20:47.443Z] #18 65.12 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:20:47.487Z] ok github.com/docker/docker/registry 0.079s coverage: 57.2% of statements [2020-11-30T03:20:47.651Z] #41 96.67 DEP criu/eventfd.d [2020-11-30T03:20:47.908Z] #41 96.80 DEP criu/crtools.d [2020-11-30T03:20:47.992Z] #41 89.41 DEP criu/sk-unix.d [2020-11-30T03:20:47.992Z] #41 89.63 DEP criu/sk-tcp.d [2020-11-30T03:20:48.028Z] #18 65.59 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:20:48.120Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-11-30T03:20:48.120Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-11-30T03:20:48.165Z] #41 97.04 DEP criu/cr-service.d [2020-11-30T03:20:48.165Z] #41 ... [2020-11-30T03:20:48.165Z] [2020-11-30T03:20:48.165Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:20:48.165Z] #30 DONE 193.7s [2020-11-30T03:20:48.165Z] [2020-11-30T03:20:48.165Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:48.165Z] #41 97.15 DEP criu/cr-restore.d [2020-11-30T03:20:48.165Z] #41 ... [2020-11-30T03:20:48.165Z] [2020-11-30T03:20:48.165Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:48.165Z] #18 21.92 The following NEW packages will be installed: [2020-11-30T03:20:48.165Z] #18 21.92 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-30T03:20:48.165Z] #18 21.92 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-30T03:20:48.165Z] #18 21.93 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-30T03:20:48.165Z] #18 21.93 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-30T03:20:48.165Z] #18 21.93 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-30T03:20:48.165Z] #18 21.93 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-30T03:20:48.165Z] #18 21.93 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-30T03:20:48.165Z] #18 21.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-30T03:20:48.165Z] #18 21.93 xz-utils zip [2020-11-30T03:20:48.165Z] #18 22.54 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:20:48.165Z] #18 22.54 Need to get 28.5 MB of archives. [2020-11-30T03:20:48.165Z] #18 22.54 After this operation, 116 MB of additional disk space will be used. [2020-11-30T03:20:48.165Z] #18 22.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-30T03:20:48.165Z] #18 22.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-30T03:20:48.165Z] #18 22.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-30T03:20:48.165Z] #18 22.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-30T03:20:48.165Z] #18 22.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-30T03:20:48.165Z] #18 22.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-30T03:20:48.165Z] #18 23.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-30T03:20:48.165Z] #18 23.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-30T03:20:48.165Z] #18 23.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-30T03:20:48.165Z] #18 23.07 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-30T03:20:48.165Z] #18 23.08 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-30T03:20:48.165Z] #18 23.09 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-30T03:20:48.165Z] #18 23.09 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-30T03:20:48.165Z] #18 23.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-30T03:20:48.165Z] #18 23.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-30T03:20:48.165Z] #18 23.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-30T03:20:48.165Z] #18 23.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-30T03:20:48.165Z] #18 23.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:20:48.165Z] #18 23.37 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-30T03:20:48.165Z] #18 23.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-30T03:20:48.165Z] #18 23.42 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-30T03:20:48.165Z] #18 23.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-30T03:20:48.165Z] #18 23.52 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-30T03:20:48.165Z] #18 23.52 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-30T03:20:48.165Z] #18 23.58 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-30T03:20:48.165Z] #18 23.70 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-30T03:20:48.165Z] #18 23.70 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-30T03:20:48.165Z] #18 23.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-30T03:20:48.165Z] #18 23.77 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-30T03:20:48.165Z] #18 24.33 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-30T03:20:48.165Z] #18 24.34 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-30T03:20:48.165Z] #18 24.34 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-30T03:20:48.165Z] #18 24.34 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-30T03:20:48.165Z] #18 24.34 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-30T03:20:48.165Z] #18 24.36 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-30T03:20:48.165Z] #18 24.46 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-30T03:20:48.165Z] #18 24.47 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-30T03:20:48.165Z] #18 24.47 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-30T03:20:48.165Z] #18 24.50 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-30T03:20:48.165Z] #18 24.50 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-30T03:20:48.165Z] #18 24.52 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-30T03:20:48.165Z] #18 24.78 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-30T03:20:48.165Z] #18 25.31 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-30T03:20:48.165Z] #18 25.32 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-30T03:20:48.165Z] #18 25.35 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-30T03:20:48.165Z] #18 25.73 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-30T03:20:48.165Z] #18 25.96 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-30T03:20:48.165Z] #18 26.01 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-30T03:20:48.165Z] #18 26.61 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:20:48.165Z] #18 26.70 Fetched 28.5 MB in 4s (7069 kB/s) [2020-11-30T03:20:48.165Z] #18 26.78 Selecting previously unselected package pigz. [2020-11-30T03:20:48.165Z] #18 26.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-11-30T03:20:48.165Z] #18 26.83 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-30T03:20:48.165Z] #18 26.84 Unpacking pigz (2.4-1) ... [2020-11-30T03:20:48.165Z] #18 26.93 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-30T03:20:48.165Z] #18 26.94 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:20:48.165Z] #18 26.95 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:48.248Z] #41 89.87 DEP criu/sk-queue.d [2020-11-30T03:20:48.422Z] #18 27.65 Selecting previously unselected package python3.7-minimal. [2020-11-30T03:20:48.422Z] #18 27.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:20:48.422Z] #18 27.69 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:20:48.422Z] #18 ... [2020-11-30T03:20:48.422Z] [2020-11-30T03:20:48.422Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:48.422Z] #41 97.35 DEP criu/cr-errno.d [2020-11-30T03:20:48.422Z] #41 97.37 DEP criu/cr-dump.d [2020-11-30T03:20:48.505Z] #41 89.97 DEP criu/sk-packet.d [2020-11-30T03:20:48.505Z] #41 90.15 DEP criu/sk-netlink.d [2020-11-30T03:20:48.679Z] #41 97.62 DEP criu/cr-dedup.d [2020-11-30T03:20:48.752Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-11-30T03:20:48.752Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-11-30T03:20:48.762Z] #41 90.29 DEP criu/sk-inet.d [2020-11-30T03:20:48.762Z] #41 90.46 DEP criu/signalfd.d [2020-11-30T03:20:48.762Z] #41 ... [2020-11-30T03:20:48.762Z] [2020-11-30T03:20:48.762Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:48.762Z] #43 182.6 github.com/LK4D4/vndr/godl [2020-11-30T03:20:48.762Z] #43 183.4 github.com/LK4D4/vndr [2020-11-30T03:20:48.935Z] #41 97.85 DEP criu/cr-check.d [2020-11-30T03:20:48.982Z] #18 66.55 Setting up python3-distutils (3.7.3-1) ... [2020-11-30T03:20:49.018Z] #43 ... [2020-11-30T03:20:49.018Z] [2020-11-30T03:20:49.018Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:49.018Z] #18 14.47 Reading package lists... [2020-11-30T03:20:49.018Z] #18 18.42 Building dependency tree... [2020-11-30T03:20:49.192Z] #41 98.17 DEP criu/config.d [2020-11-30T03:20:49.247Z] #18 67.01 Setting up python3-setuptools (40.8.0-1) ... [2020-11-30T03:20:49.756Z] #41 98.48 DEP criu/clone-noasan.d [2020-11-30T03:20:49.756Z] #41 98.60 DEP criu/cgroup.d [2020-11-30T03:20:49.756Z] #41 98.78 DEP criu/cgroup-props.d [2020-11-30T03:20:49.756Z] #41 98.88 DEP criu/bitmap.d [2020-11-30T03:20:49.948Z] #18 20.09 libcap2-bin is already the newest version (1:2.25-2). [2020-11-30T03:20:49.948Z] #18 20.09 The following additional packages will be installed: [2020-11-30T03:20:49.948Z] #18 20.09 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-11-30T03:20:49.948Z] #18 20.10 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-11-30T03:20:49.948Z] #18 20.10 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-11-30T03:20:49.948Z] #18 20.10 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-11-30T03:20:49.948Z] #18 20.10 python3.7 python3.7-minimal vim-runtime xxd [2020-11-30T03:20:49.948Z] #18 20.10 Suggested packages: [2020-11-30T03:20:49.948Z] #18 20.10 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-11-30T03:20:49.948Z] #18 20.11 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-11-30T03:20:49.948Z] #18 20.11 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-11-30T03:20:49.948Z] #18 20.11 Recommended packages: [2020-11-30T03:20:49.948Z] #18 20.11 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-11-30T03:20:49.948Z] #18 20.11 python3-keyrings.alt python3-xdg unzip [2020-11-30T03:20:50.013Z] #41 98.90 DEP criu/bfd.d [2020-11-30T03:20:50.013Z] #41 98.97 DEP criu/autofs.d [2020-11-30T03:20:50.013Z] #41 99.15 DEP criu/aio.d [2020-11-30T03:20:50.200Z] #18 67.83 Setting up python3-pip (18.1-5) ... [2020-11-30T03:20:50.205Z] #18 ... [2020-11-30T03:20:50.205Z] [2020-11-30T03:20:50.205Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:50.205Z] #43 DONE 193.7s [2020-11-30T03:20:50.205Z] [2020-11-30T03:20:50.205Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:50.205Z] #41 90.65 DEP criu/sigframe.d [2020-11-30T03:20:50.205Z] #41 90.81 DEP criu/shmem.d [2020-11-30T03:20:50.205Z] #41 91.00 DEP criu/servicefd.d [2020-11-30T03:20:50.205Z] #41 91.17 DEP criu/seize.d [2020-11-30T03:20:50.205Z] #41 91.36 DEP criu/seccomp.d [2020-11-30T03:20:50.205Z] #41 91.56 DEP criu/rst-malloc.d [2020-11-30T03:20:50.205Z] #41 91.62 DEP criu/rbtree.d [2020-11-30T03:20:50.205Z] #41 91.65 DEP criu/pstree.d [2020-11-30T03:20:50.270Z] #41 99.28 DEP criu/action-scripts.d [2020-11-30T03:20:50.462Z] #41 92.01 DEP criu/protobuf.d [2020-11-30T03:20:50.720Z] #41 92.25 GEN criu/protobuf-desc-gen.h [2020-11-30T03:20:50.833Z] #41 99.63 CC criu/action-scripts.o [2020-11-30T03:20:51.093Z] #41 100.0 CC criu/aio.o [2020-11-30T03:20:51.155Z] #18 68.70 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:20:51.155Z] #18 68.91 Processing triggers for mime-support (3.62) ... [2020-11-30T03:20:51.479Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-11-30T03:20:51.656Z] #41 100.5 CC criu/autofs.o [2020-11-30T03:20:51.735Z] #18 DONE 69.4s [2020-11-30T03:20:51.735Z] [2020-11-30T03:20:51.735Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-30T03:20:52.111Z] ok github.com/docker/docker/volume/local 0.290s coverage: 76.6% of statements [2020-11-30T03:20:52.402Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-11-30T03:20:52.553Z] #39 ... [2020-11-30T03:20:52.553Z] [2020-11-30T03:20:52.553Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:20:52.553Z] #52 125.8 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-30T03:20:52.553Z] #52 128.4 + mkdir -p /build [2020-11-30T03:20:52.553Z] #52 128.4 + cp runc /build/runc [2020-11-30T03:20:52.553Z] #52 DONE 128.6s [2020-11-30T03:20:52.553Z] [2020-11-30T03:20:52.553Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:52.553Z] #42 170.0 CC criu/pie-util.o [2020-11-30T03:20:52.553Z] #42 170.3 CC criu/pipes.o [2020-11-30T03:20:52.553Z] #42 171.1 CC criu/plugin.o [2020-11-30T03:20:52.553Z] #42 171.7 CC criu/proc_parse.o [2020-11-30T03:20:52.553Z] #42 175.3 CC criu/protobuf-desc.o [2020-11-30T03:20:52.553Z] #42 176.6 CC criu/protobuf.o [2020-11-30T03:20:52.553Z] #42 177.1 CC criu/pstree.o [2020-11-30T03:20:52.617Z] #41 94.09 DEP criu/protobuf-desc.d [2020-11-30T03:20:52.617Z] #41 94.25 DEP criu/proc_parse.d [2020-11-30T03:20:52.874Z] #41 94.50 DEP criu/plugin.d [2020-11-30T03:20:52.874Z] #41 94.61 DEP criu/pipes.d [2020-11-30T03:20:52.952Z] #19 1.246 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-30T03:20:52.953Z] #19 1.257 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-30T03:20:52.953Z] #19 1.269 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-30T03:20:53.026Z] #41 101.8 CC criu/bfd.o [2020-11-30T03:20:53.131Z] #41 94.79 DEP criu/pie-util.d [2020-11-30T03:20:53.131Z] #41 94.88 DEP criu/pie-util-vdso.d [2020-11-30T03:20:53.283Z] #41 102.3 CC criu/bitmap.o [2020-11-30T03:20:53.388Z] #41 95.03 DEP criu/pie-util-vdso-elf32.d [2020-11-30T03:20:53.388Z] #41 95.12 DEP criu/path.d [2020-11-30T03:20:53.436Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.1% of statements [2020-11-30T03:20:53.554Z] #41 102.5 CC criu/cgroup-props.o [2020-11-30T03:20:53.645Z] #41 95.28 DEP criu/parasite-syscall.d [2020-11-30T03:20:53.903Z] #41 95.47 DEP criu/pagemap.d [2020-11-30T03:20:53.905Z] #19 DONE 2.2s [2020-11-30T03:20:53.905Z] [2020-11-30T03:20:53.905Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:20:54.160Z] #41 95.61 DEP criu/pagemap-cache.d [2020-11-30T03:20:54.160Z] #41 95.73 DEP criu/page-xfer.d [2020-11-30T03:20:54.418Z] #41 95.90 DEP criu/page-pipe.d [2020-11-30T03:20:54.418Z] #41 96.02 DEP criu/netfilter.d [2020-11-30T03:20:54.482Z] #41 103.3 CC criu/cgroup.o [2020-11-30T03:20:54.482Z] #41 ... [2020-11-30T03:20:54.482Z] [2020-11-30T03:20:54.482Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:54.482Z] #18 29.11 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:54.482Z] #18 29.13 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:20:54.482Z] #18 31.14 Selecting previously unselected package python3-minimal. [2020-11-30T03:20:54.482Z] #18 31.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 ... 23681 files and directories currently installed.) [2020-11-30T03:20:54.482Z] #18 31.20 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 31.20 Unpacking python3-minimal (3.7.3-1) ... [2020-11-30T03:20:54.482Z] #18 31.29 Selecting previously unselected package libmpdec2:amd64. [2020-11-30T03:20:54.482Z] #18 31.31 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 31.32 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-30T03:20:54.482Z] #18 31.41 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-30T03:20:54.482Z] #18 31.41 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 31.41 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:54.482Z] #18 32.26 Selecting previously unselected package python3.7. [2020-11-30T03:20:54.482Z] #18 32.28 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 32.28 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:54.482Z] #18 32.40 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-30T03:20:54.482Z] #18 32.41 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 32.41 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-30T03:20:54.482Z] #18 32.51 Setting up python3-minimal (3.7.3-1) ... [2020-11-30T03:20:54.482Z] #18 33.40 Selecting previously unselected package python3. [2020-11-30T03:20:54.482Z] #18 33.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 ... 24093 files and directories currently installed.) [2020-11-30T03:20:54.482Z] #18 33.43 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.45 Unpacking python3 (3.7.3-1) ... [2020-11-30T03:20:54.482Z] #18 33.52 Selecting previously unselected package libip4tc0:amd64. [2020-11-30T03:20:54.482Z] #18 33.52 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.54 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-30T03:20:54.482Z] #18 33.62 Selecting previously unselected package libip6tc0:amd64. [2020-11-30T03:20:54.482Z] #18 33.62 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.62 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-30T03:20:54.482Z] #18 33.71 Selecting previously unselected package libiptc0:amd64. [2020-11-30T03:20:54.482Z] #18 33.71 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.74 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-30T03:20:54.482Z] #18 33.81 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-30T03:20:54.482Z] #18 33.82 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.83 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-30T03:20:54.482Z] #18 33.88 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-30T03:20:54.482Z] #18 33.88 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-30T03:20:54.482Z] #18 33.95 Selecting previously unselected package libnftnl11:amd64. [2020-11-30T03:20:54.482Z] #18 33.95 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-30T03:20:54.482Z] #18 33.97 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-30T03:20:54.660Z] #42 178.9 CC criu/rbtree.o [2020-11-30T03:20:54.660Z] #42 179.3 CC criu/rst-malloc.o [2020-11-30T03:20:54.675Z] #41 96.22 DEP criu/net.d [2020-11-30T03:20:54.738Z] #18 34.04 Selecting previously unselected package iptables. [2020-11-30T03:20:54.738Z] #18 34.04 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-30T03:20:54.738Z] #18 34.05 Unpacking iptables (1.8.2-4) ... [2020-11-30T03:20:54.932Z] #41 96.47 DEP criu/namespaces.d [2020-11-30T03:20:54.932Z] #41 96.61 DEP criu/mount.d [2020-11-30T03:20:54.994Z] #18 34.33 Selecting previously unselected package xxd. [2020-11-30T03:20:54.994Z] #18 34.35 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:20:54.994Z] #18 34.35 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:20:55.190Z] #41 96.77 DEP criu/memfd.d [2020-11-30T03:20:55.251Z] #18 34.48 Selecting previously unselected package vim-common. [2020-11-30T03:20:55.251Z] #18 34.49 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:20:55.251Z] #18 34.53 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:20:55.251Z] #18 34.70 Selecting previously unselected package bash-completion. [2020-11-30T03:20:55.251Z] #18 34.72 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-30T03:20:55.304Z] #20 ... [2020-11-30T03:20:55.304Z] [2020-11-30T03:20:55.304Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:20:55.304Z] #41 119.2 CC criu/memfd.o [2020-11-30T03:20:55.304Z] #41 119.8 CC criu/mount.o [2020-11-30T03:20:55.304Z] #41 122.8 CC criu/namespaces.o [2020-11-30T03:20:55.304Z] #41 124.1 CC criu/net.o [2020-11-30T03:20:55.304Z] #41 126.5 CC criu/netfilter.o [2020-11-30T03:20:55.304Z] #41 126.8 CC criu/page-pipe.o [2020-11-30T03:20:55.304Z] #41 127.4 CC criu/page-xfer.o [2020-11-30T03:20:55.304Z] #41 128.8 CC criu/pagemap-cache.o [2020-11-30T03:20:55.304Z] #41 129.0 CC criu/pagemap.o [2020-11-30T03:20:55.311Z] #42 179.6 CC criu/seccomp.o [2020-11-30T03:20:55.447Z] #41 96.95 DEP criu/mem.d [2020-11-30T03:20:55.447Z] #41 ... [2020-11-30T03:20:55.447Z] [2020-11-30T03:20:55.447Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:55.447Z] #18 22.46 The following NEW packages will be installed: [2020-11-30T03:20:55.447Z] #18 22.48 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-11-30T03:20:55.447Z] #18 22.48 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-11-30T03:20:55.447Z] #18 22.48 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-11-30T03:20:55.447Z] #18 22.48 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-11-30T03:20:55.447Z] #18 22.48 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-11-30T03:20:55.447Z] #18 22.48 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-11-30T03:20:55.447Z] #18 22.48 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-11-30T03:20:55.447Z] #18 22.49 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-11-30T03:20:55.447Z] #18 22.49 xz-utils zip [2020-11-30T03:20:55.447Z] #18 22.84 0 upgraded, 48 newly installed, 0 to remove and 9 not upgraded. [2020-11-30T03:20:55.447Z] #18 22.84 Need to get 28.5 MB of archives. [2020-11-30T03:20:55.447Z] #18 22.84 After this operation, 116 MB of additional disk space will be used. [2020-11-30T03:20:55.447Z] #18 22.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-11-30T03:20:55.447Z] #18 22.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-11-30T03:20:55.447Z] #18 22.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-11-30T03:20:55.447Z] #18 23.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-11-30T03:20:55.447Z] #18 23.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-11-30T03:20:55.447Z] #18 23.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-11-30T03:20:55.447Z] #18 23.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-11-30T03:20:55.447Z] #18 23.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-11-30T03:20:55.447Z] #18 23.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-11-30T03:20:55.447Z] #18 23.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-11-30T03:20:55.447Z] #18 23.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-11-30T03:20:55.447Z] #18 23.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-11-30T03:20:55.447Z] #18 23.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-11-30T03:20:55.447Z] #18 23.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-11-30T03:20:55.447Z] #18 23.28 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-11-30T03:20:55.447Z] #18 23.28 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-11-30T03:20:55.447Z] #18 23.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-11-30T03:20:55.447Z] #18 23.31 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-11-30T03:20:55.447Z] #18 23.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-11-30T03:20:55.448Z] #18 23.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-11-30T03:20:55.448Z] #18 23.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-11-30T03:20:55.448Z] #18 23.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-11-30T03:20:55.448Z] #18 23.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-11-30T03:20:55.448Z] #18 23.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-11-30T03:20:55.448Z] #18 23.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-11-30T03:20:55.448Z] #18 23.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-11-30T03:20:55.448Z] #18 23.57 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-11-30T03:20:55.448Z] #18 23.57 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-11-30T03:20:55.448Z] #18 23.65 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-11-30T03:20:55.448Z] #18 25.19 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-11-30T03:20:55.448Z] #18 25.19 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-11-30T03:20:55.448Z] #18 25.20 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-11-30T03:20:55.448Z] #18 25.20 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-11-30T03:20:55.448Z] #18 25.20 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-11-30T03:20:55.448Z] #18 25.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-11-30T03:20:55.448Z] #18 25.32 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-11-30T03:20:55.448Z] #18 25.32 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-11-30T03:20:55.448Z] #18 25.34 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-11-30T03:20:55.448Z] #18 25.35 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-11-30T03:20:55.448Z] #18 25.36 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-11-30T03:20:55.448Z] #18 25.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-11-30T03:20:55.448Z] #18 25.39 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-11-30T03:20:55.448Z] #18 25.46 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-11-30T03:20:55.448Z] #18 25.50 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-11-30T03:20:55.448Z] #18 25.53 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-11-30T03:20:55.448Z] #18 25.83 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-11-30T03:20:55.569Z] #41 129.8 CC criu/parasite-syscall.o [2020-11-30T03:20:55.705Z] #18 25.91 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-11-30T03:20:55.705Z] #18 25.94 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-11-30T03:20:55.961Z] #42 180.5 CC criu/seize.o [2020-11-30T03:20:56.522Z] #41 130.6 CC criu/path.o [2020-11-30T03:20:56.522Z] #41 130.8 CC criu/pie-util-vdso.o [2020-11-30T03:20:56.646Z] #18 ... [2020-11-30T03:20:56.646Z] [2020-11-30T03:20:56.646Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-11-30T03:20:56.646Z] #30 DONE 200.2s [2020-11-30T03:20:56.646Z] [2020-11-30T03:20:56.646Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:20:56.646Z] #18 26.91 debconf: delaying package configuration, since apt-utils is not installed [2020-11-30T03:20:56.903Z] #18 27.14 Fetched 28.5 MB in 3s (8323 kB/s) [2020-11-30T03:20:57.102Z] #41 131.2 CC criu/pie-util.o [2020-11-30T03:20:57.102Z] #41 131.4 CC criu/pipes.o [2020-11-30T03:20:57.160Z] #18 27.22 Selecting previously unselected package pigz. [2020-11-30T03:20:57.160Z] #18 27.22 (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 ... 23432 files and directories currently installed.) [2020-11-30T03:20:57.160Z] #18 27.29 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-11-30T03:20:57.160Z] #18 27.29 Unpacking pigz (2.4-1) ... [2020-11-30T03:20:57.160Z] #18 27.45 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-11-30T03:20:57.160Z] #18 27.46 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:20:57.160Z] #18 27.48 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:57.502Z] #42 181.8 CC criu/servicefd.o [2020-11-30T03:20:57.502Z] #42 182.3 CC criu/shmem.o [2020-11-30T03:20:58.056Z] #41 132.1 CC criu/plugin.o [2020-11-30T03:20:58.056Z] #41 ... [2020-11-30T03:20:58.056Z] [2020-11-30T03:20:58.056Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:20:58.056Z] #20 4.245 Collecting yamllint==1.16.0 [2020-11-30T03:20:58.092Z] #18 28.12 Selecting previously unselected package python3.7-minimal. [2020-11-30T03:20:58.092Z] #18 28.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:20:58.092Z] #18 28.13 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:20:58.523Z] #18 37.42 Unpacking bash-completion (1:2.8-6) ... [2020-11-30T03:20:58.523Z] #18 37.80 Selecting previously unselected package bzip2. [2020-11-30T03:20:58.523Z] #18 37.81 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-30T03:20:58.523Z] #18 37.81 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:20:58.523Z] #18 37.90 Selecting previously unselected package xz-utils. [2020-11-30T03:20:58.523Z] #18 37.91 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-30T03:20:58.523Z] #18 37.91 Unpacking xz-utils (5.2.4-1) ... [2020-11-30T03:20:58.655Z] #18 28.90 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:20:58.655Z] #18 28.93 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-11-30T03:20:58.779Z] #18 38.09 Selecting previously unselected package apparmor. [2020-11-30T03:20:58.780Z] #18 38.09 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-30T03:20:58.780Z] #18 38.17 Unpacking apparmor (2.13.2-10) ... [2020-11-30T03:20:59.053Z] #42 183.6 CC criu/sigframe.o [2020-11-30T03:20:59.343Z] #18 38.51 Selecting previously unselected package aufs-tools. [2020-11-30T03:20:59.343Z] #18 38.51 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-30T03:20:59.343Z] #18 38.52 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:20:59.343Z] #18 38.65 Selecting previously unselected package libonig5:amd64. [2020-11-30T03:20:59.343Z] #18 38.66 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-30T03:20:59.343Z] #18 38.66 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:20:59.343Z] #18 38.83 Selecting previously unselected package libjq1:amd64. [2020-11-30T03:20:59.343Z] #18 38.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:20:59.343Z] #18 38.85 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:20:59.352Z] #42 183.8 CC criu/signalfd.o [2020-11-30T03:20:59.600Z] #18 38.95 Selecting previously unselected package jq. [2020-11-30T03:20:59.600Z] #18 38.97 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:20:59.600Z] #18 38.97 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:20:59.600Z] #18 39.04 Selecting previously unselected package libaio1:amd64. [2020-11-30T03:20:59.600Z] #18 39.07 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-30T03:20:59.600Z] #18 39.07 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-30T03:20:59.600Z] #18 39.13 Selecting previously unselected package libgpm2:amd64. [2020-11-30T03:20:59.600Z] #18 39.14 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-30T03:20:59.652Z] #42 184.2 CC criu/sk-inet.o [2020-11-30T03:20:59.857Z] #18 39.14 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-30T03:20:59.857Z] #18 39.21 Selecting previously unselected package libicu63:amd64. [2020-11-30T03:20:59.857Z] #18 39.21 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-30T03:20:59.857Z] #18 39.22 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:21:01.178Z] #18 30.97 Selecting previously unselected package python3-minimal. [2020-11-30T03:21:01.179Z] #18 30.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 ... 23681 files and directories currently installed.) [2020-11-30T03:21:01.179Z] #18 31.03 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-11-30T03:21:01.179Z] #18 31.03 Unpacking python3-minimal (3.7.3-1) ... [2020-11-30T03:21:01.179Z] #18 31.10 Selecting previously unselected package libmpdec2:amd64. [2020-11-30T03:21:01.179Z] #18 31.10 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-11-30T03:21:01.179Z] #18 31.12 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-11-30T03:21:01.179Z] #18 31.23 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-11-30T03:21:01.179Z] #18 31.23 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:21:01.179Z] #18 31.24 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:21:01.196Z] #42 185.5 CC criu/sk-netlink.o [2020-11-30T03:21:01.497Z] #42 186.1 CC criu/sk-packet.o [2020-11-30T03:21:02.110Z] #18 32.15 Selecting previously unselected package python3.7. [2020-11-30T03:21:02.111Z] #18 32.16 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-11-30T03:21:02.111Z] #18 32.16 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:21:02.111Z] #18 32.29 Selecting previously unselected package libpython3-stdlib:amd64. [2020-11-30T03:21:02.111Z] #18 32.29 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-11-30T03:21:02.111Z] #18 32.31 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-30T03:21:02.368Z] #18 32.45 Setting up python3-minimal (3.7.3-1) ... [2020-11-30T03:21:02.582Z] #42 186.8 CC criu/sk-queue.o [2020-11-30T03:21:03.231Z] #42 187.6 CC criu/sk-tcp.o [2020-11-30T03:21:03.299Z] #18 33.45 Selecting previously unselected package python3. [2020-11-30T03:21:03.299Z] #18 33.46 (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 ... 24093 files and directories currently installed.) [2020-11-30T03:21:03.299Z] #18 33.52 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-11-30T03:21:03.299Z] #18 33.53 Unpacking python3 (3.7.3-1) ... [2020-11-30T03:21:03.382Z] #20 ... [2020-11-30T03:21:03.382Z] [2020-11-30T03:21:03.382Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:03.382Z] #54 161.9 + bin/containerd [2020-11-30T03:21:03.382Z] #54 ... [2020-11-30T03:21:03.382Z] [2020-11-30T03:21:03.382Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:03.382Z] #41 132.4 CC criu/proc_parse.o [2020-11-30T03:21:03.382Z] #41 134.5 CC criu/protobuf-desc.o [2020-11-30T03:21:03.382Z] #41 135.3 CC criu/protobuf.o [2020-11-30T03:21:03.382Z] #41 135.7 CC criu/pstree.o [2020-11-30T03:21:03.382Z] #41 136.7 CC criu/rbtree.o [2020-11-30T03:21:03.382Z] #41 136.9 CC criu/rst-malloc.o [2020-11-30T03:21:03.382Z] #41 137.2 CC criu/seccomp.o [2020-11-30T03:21:03.382Z] #41 137.7 CC criu/seize.o [2020-11-30T03:21:03.556Z] #18 33.64 Selecting previously unselected package libip4tc0:amd64. [2020-11-30T03:21:03.556Z] #18 33.66 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-11-30T03:21:03.556Z] #18 33.67 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:03.556Z] #18 33.74 Selecting previously unselected package libip6tc0:amd64. [2020-11-30T03:21:03.556Z] #18 33.74 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-11-30T03:21:03.556Z] #18 33.75 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:03.556Z] #18 33.83 Selecting previously unselected package libiptc0:amd64. [2020-11-30T03:21:03.556Z] #18 33.84 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-11-30T03:21:03.556Z] #18 33.85 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:03.813Z] #18 33.95 Selecting previously unselected package libnfnetlink0:amd64. [2020-11-30T03:21:03.813Z] #18 33.97 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-11-30T03:21:03.813Z] #18 33.97 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-30T03:21:03.813Z] #18 34.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-11-30T03:21:03.813Z] #18 34.04 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-11-30T03:21:03.813Z] #18 34.04 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-30T03:21:03.878Z] #42 188.2 CC criu/sk-unix.o [2020-11-30T03:21:04.028Z] #18 42.86 Selecting previously unselected package libnet1:amd64. [2020-11-30T03:21:04.028Z] #18 42.87 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:21:04.028Z] #18 42.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:21:04.028Z] #18 42.96 Selecting previously unselected package libnl-3-200:amd64. [2020-11-30T03:21:04.028Z] #18 42.98 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-30T03:21:04.028Z] #18 42.99 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:21:04.028Z] #18 43.08 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-30T03:21:04.028Z] #18 43.08 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:21:04.028Z] #18 43.09 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:21:04.028Z] #18 43.15 Selecting previously unselected package libreadline5:amd64. [2020-11-30T03:21:04.028Z] #18 43.16 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-30T03:21:04.028Z] #18 43.16 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-30T03:21:04.028Z] #18 43.28 Selecting previously unselected package net-tools. [2020-11-30T03:21:04.028Z] #18 43.28 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-30T03:21:04.028Z] #18 43.29 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:21:04.028Z] #18 43.45 Selecting previously unselected package python-pip-whl. [2020-11-30T03:21:04.028Z] #18 43.46 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-30T03:21:04.028Z] #18 43.47 Unpacking python-pip-whl (18.1-5) ... [2020-11-30T03:21:04.070Z] #18 34.14 Selecting previously unselected package libnftnl11:amd64. [2020-11-30T03:21:04.070Z] #18 34.16 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-11-30T03:21:04.070Z] #18 34.16 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-11-30T03:21:04.070Z] #18 34.25 Selecting previously unselected package iptables. [2020-11-30T03:21:04.070Z] #18 34.26 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-11-30T03:21:04.070Z] #18 34.27 Unpacking iptables (1.8.2-4) ... [2020-11-30T03:21:04.328Z] #18 34.56 Selecting previously unselected package xxd. [2020-11-30T03:21:04.328Z] #18 34.57 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:21:04.328Z] #18 34.58 Unpacking xxd (2:8.1.0875-5) ... [2020-11-30T03:21:04.334Z] #41 138.4 CC criu/servicefd.o [2020-11-30T03:21:04.585Z] #18 34.72 Selecting previously unselected package vim-common. [2020-11-30T03:21:04.585Z] #18 34.73 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:21:04.585Z] #18 34.78 Unpacking vim-common (2:8.1.0875-5) ... [2020-11-30T03:21:04.591Z] #18 43.99 Selecting previously unselected package python3-lib2to3. [2020-11-30T03:21:04.591Z] #18 44.00 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-30T03:21:04.591Z] #18 44.02 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:21:04.598Z] #41 138.8 CC criu/shmem.o [2020-11-30T03:21:04.843Z] #18 34.94 Selecting previously unselected package bash-completion. [2020-11-30T03:21:04.843Z] #18 34.94 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-11-30T03:21:04.848Z] #18 44.13 Selecting previously unselected package python3-distutils. [2020-11-30T03:21:04.848Z] #18 44.15 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-30T03:21:04.848Z] #18 44.15 Unpacking python3-distutils (3.7.3-1) ... [2020-11-30T03:21:05.104Z] #18 44.30 Selecting previously unselected package python3-pip. [2020-11-30T03:21:05.104Z] #18 44.30 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-30T03:21:05.104Z] #18 44.31 Unpacking python3-pip (18.1-5) ... [2020-11-30T03:21:05.104Z] #18 44.48 Selecting previously unselected package python3-pkg-resources. [2020-11-30T03:21:05.104Z] #18 44.49 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:21:05.104Z] #18 44.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:21:05.367Z] #18 44.62 Selecting previously unselected package python3-setuptools. [2020-11-30T03:21:05.367Z] #18 44.63 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-30T03:21:05.367Z] #18 44.64 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-30T03:21:05.367Z] #18 44.85 Selecting previously unselected package python3-wheel. [2020-11-30T03:21:05.443Z] #18 ... [2020-11-30T03:21:05.443Z] [2020-11-30T03:21:05.443Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:05.443Z] #41 97.12 DEP criu/lsm.d [2020-11-30T03:21:05.443Z] #41 97.28 DEP criu/log.d [2020-11-30T03:21:05.443Z] #41 97.38 DEP criu/libnetlink.d [2020-11-30T03:21:05.443Z] #41 97.53 DEP criu/kerndat.d [2020-11-30T03:21:05.443Z] #41 97.72 DEP criu/kcmp-ids.d [2020-11-30T03:21:05.443Z] #41 97.82 DEP criu/irmap.d [2020-11-30T03:21:05.443Z] #41 97.96 DEP criu/ipc_ns.d [2020-11-30T03:21:05.443Z] #41 98.23 DEP criu/image.d [2020-11-30T03:21:05.443Z] #41 98.49 DEP criu/image-desc.d [2020-11-30T03:21:05.443Z] #41 98.66 DEP criu/fsnotify.d [2020-11-30T03:21:05.443Z] #41 99.03 DEP criu/filesystems.d [2020-11-30T03:21:05.443Z] #41 99.31 DEP criu/files.d [2020-11-30T03:21:05.443Z] #41 99.52 DEP criu/files-reg.d [2020-11-30T03:21:05.443Z] #41 99.68 DEP criu/files-ext.d [2020-11-30T03:21:05.443Z] #41 99.85 DEP criu/file-lock.d [2020-11-30T03:21:05.443Z] #41 99.97 DEP criu/file-ids.d [2020-11-30T03:21:05.443Z] #41 100.1 DEP criu/fifo.d [2020-11-30T03:21:05.443Z] #41 100.2 DEP criu/fdstore.d [2020-11-30T03:21:05.443Z] #41 100.3 DEP criu/fault-injection.d [2020-11-30T03:21:05.443Z] #41 100.4 DEP criu/external.d [2020-11-30T03:21:05.443Z] #41 100.4 DEP criu/eventpoll.d [2020-11-30T03:21:05.443Z] #41 100.6 DEP criu/eventfd.d [2020-11-30T03:21:05.443Z] #41 100.7 DEP criu/crtools.d [2020-11-30T03:21:05.443Z] #41 100.9 DEP criu/cr-service.d [2020-11-30T03:21:05.443Z] #41 101.1 DEP criu/cr-restore.d [2020-11-30T03:21:05.443Z] #41 101.4 DEP criu/cr-errno.d [2020-11-30T03:21:05.443Z] #41 101.4 DEP criu/cr-dump.d [2020-11-30T03:21:05.443Z] #41 101.6 DEP criu/cr-dedup.d [2020-11-30T03:21:05.443Z] #41 101.7 DEP criu/cr-check.d [2020-11-30T03:21:05.443Z] #41 101.9 DEP criu/config.d [2020-11-30T03:21:05.443Z] #41 102.0 DEP criu/clone-noasan.d [2020-11-30T03:21:05.443Z] #41 102.1 DEP criu/cgroup.d [2020-11-30T03:21:05.443Z] #41 102.2 DEP criu/cgroup-props.d [2020-11-30T03:21:05.443Z] #41 102.3 DEP criu/bitmap.d [2020-11-30T03:21:05.443Z] #41 102.3 DEP criu/bfd.d [2020-11-30T03:21:05.443Z] #41 102.4 DEP criu/autofs.d [2020-11-30T03:21:05.443Z] #41 102.5 DEP criu/aio.d [2020-11-30T03:21:05.443Z] #41 102.6 DEP criu/action-scripts.d [2020-11-30T03:21:05.443Z] #41 102.9 CC criu/action-scripts.o [2020-11-30T03:21:05.443Z] #41 103.3 CC criu/aio.o [2020-11-30T03:21:05.443Z] #41 103.8 CC criu/autofs.o [2020-11-30T03:21:05.443Z] #41 105.1 CC criu/bfd.o [2020-11-30T03:21:05.443Z] #41 105.6 CC criu/bitmap.o [2020-11-30T03:21:05.443Z] #41 105.7 CC criu/cgroup-props.o [2020-11-30T03:21:05.443Z] #41 106.5 CC criu/cgroup.o [2020-11-30T03:21:05.550Z] #41 139.7 CC criu/sigframe.o [2020-11-30T03:21:05.624Z] #18 44.86 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-30T03:21:05.624Z] #18 44.87 Unpacking python3-wheel (0.32.3-2) ... [2020-11-30T03:21:05.624Z] #18 44.95 Selecting previously unselected package sudo. [2020-11-30T03:21:05.624Z] #18 44.96 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-30T03:21:05.624Z] #18 44.98 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:21:05.818Z] #41 139.8 CC criu/signalfd.o [2020-11-30T03:21:05.818Z] #41 ... [2020-11-30T03:21:05.818Z] [2020-11-30T03:21:05.818Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:05.818Z] #22 219.7 + return [2020-11-30T03:21:05.990Z] #42 190.3 CC criu/sockets.o [2020-11-30T03:21:06.187Z] #18 45.47 Selecting previously unselected package thin-provisioning-tools. [2020-11-30T03:21:06.187Z] #18 45.48 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-30T03:21:06.187Z] #18 45.48 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:21:06.444Z] #18 45.69 Selecting previously unselected package uidmap. [2020-11-30T03:21:06.444Z] #18 45.72 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-30T03:21:06.444Z] #18 45.72 Unpacking uidmap (1:4.5-1.1) ... [2020-11-30T03:21:06.444Z] #18 45.83 Selecting previously unselected package vim-runtime. [2020-11-30T03:21:06.444Z] #18 45.83 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:21:06.444Z] #18 45.87 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-30T03:21:06.444Z] #18 45.90 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-30T03:21:06.444Z] #18 45.91 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:21:07.008Z] #18 ... [2020-11-30T03:21:07.008Z] [2020-11-30T03:21:07.008Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:07.008Z] #41 106.1 CC criu/clone-noasan.o [2020-11-30T03:21:07.008Z] #41 106.3 CC criu/config.o [2020-11-30T03:21:07.008Z] #41 107.7 CC criu/cr-check.o [2020-11-30T03:21:07.008Z] #41 109.3 CC criu/cr-dedup.o [2020-11-30T03:21:07.008Z] #41 109.7 CC criu/cr-dump.o [2020-11-30T03:21:07.008Z] #41 111.8 CC criu/cr-errno.o [2020-11-30T03:21:07.008Z] #41 111.9 CC criu/cr-restore.o [2020-11-30T03:21:07.048Z] #42 191.3 CC criu/stats.o [2020-11-30T03:21:07.048Z] #42 191.7 CC criu/string.o [2020-11-30T03:21:07.347Z] #42 191.8 CC criu/sysctl.o [2020-11-30T03:21:07.572Z] #41 116.4 CC criu/cr-service.o [2020-11-30T03:21:08.002Z] #42 192.6 CC criu/sysfs_parse.o [2020-11-30T03:21:08.047Z] #41 ... [2020-11-30T03:21:08.047Z] [2020-11-30T03:21:08.047Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:21:08.047Z] #18 37.96 Unpacking bash-completion (1:2.8-6) ... [2020-11-30T03:21:08.303Z] #18 38.49 Selecting previously unselected package bzip2. [2020-11-30T03:21:08.303Z] #18 38.50 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-11-30T03:21:08.303Z] #18 38.50 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:21:08.560Z] #18 38.59 Selecting previously unselected package xz-utils. [2020-11-30T03:21:08.560Z] #18 38.60 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-11-30T03:21:08.560Z] #18 38.60 Unpacking xz-utils (5.2.4-1) ... [2020-11-30T03:21:08.560Z] #18 38.76 Selecting previously unselected package apparmor. [2020-11-30T03:21:08.560Z] #18 38.76 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-11-30T03:21:08.648Z] #42 193.2 CC criu/timens.o [2020-11-30T03:21:08.770Z] ok github.com/docker/docker/pkg/plugins 33.610s coverage: 76.6% of statements [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/rootless [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/volume [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-30T03:21:08.771Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === Skipped [2020-11-30T03:21:08.771Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-30T03:21:08.771Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-30T03:21:08.771Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-30T03:21:08.771Z] time="2020-11-30T03:19:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-30T03:21:08.771Z] time="2020-11-30T03:19:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-30T03:21:08.771Z] time="2020-11-30T03:19:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-30T03:21:08.771Z] time="2020-11-30T03:19:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-30T03:21:08.771Z] time="2020-11-30T03:19:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-30T03:21:08.771Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-30T03:21:08.771Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-30T03:21:08.771Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:21:08.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-30T03:21:08.771Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-30T03:21:08.771Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-30T03:21:08.771Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] [2020-11-30T03:21:08.771Z] DONE 2191 tests, 26 skipped in 191.035s Post stage [Pipeline] junit [2020-11-30T03:21:08.817Z] #18 38.85 Unpacking apparmor (2.13.2-10) ... [2020-11-30T03:21:08.817Z] Recording test results [Pipeline] } [2020-11-30T03:21:08.942Z] #41 117.9 CC criu/crtools.o [2020-11-30T03:21:08.949Z] #42 193.5 CC criu/timerfd.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-30T03:21:09.073Z] #18 39.19 Selecting previously unselected package aufs-tools. [2020-11-30T03:21:09.073Z] #18 39.19 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-11-30T03:21:09.073Z] #18 39.20 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:21:09.073Z] #18 39.30 Selecting previously unselected package libonig5:amd64. [2020-11-30T03:21:09.073Z] #18 39.33 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-11-30T03:21:09.073Z] #18 39.34 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:21:09.248Z] #42 193.9 CC criu/tty.o [2020-11-30T03:21:09.329Z] #18 39.54 Selecting previously unselected package libjq1:amd64. [2020-11-30T03:21:09.329Z] #18 39.56 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:21:09.329Z] #18 39.58 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:21:09.355Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -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:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh dynbinary test-integration [2020-11-30T03:21:09.506Z] #41 118.4 CC criu/eventfd.o [2020-11-30T03:21:09.585Z] #18 39.68 Selecting previously unselected package jq. [2020-11-30T03:21:09.586Z] #18 39.68 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-11-30T03:21:09.586Z] #18 39.69 Unpacking jq (1.5+dfsg-2+b1) ... [2020-11-30T03:21:09.586Z] #18 39.76 Selecting previously unselected package libaio1:amd64. [2020-11-30T03:21:09.586Z] #18 39.78 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-11-30T03:21:09.586Z] #18 39.79 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-11-30T03:21:09.586Z] #18 39.84 Selecting previously unselected package libgpm2:amd64. [2020-11-30T03:21:09.586Z] #18 39.86 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-11-30T03:21:09.586Z] #18 39.87 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-11-30T03:21:09.649Z] [2020-11-30T03:21:09.649Z] Removing bundles/ [2020-11-30T03:21:09.649Z] [2020-11-30T03:21:09.649Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-30T03:21:09.764Z] #41 118.7 CC criu/eventpoll.o [2020-11-30T03:21:09.842Z] #18 39.92 Selecting previously unselected package libicu63:amd64. [2020-11-30T03:21:09.842Z] #18 39.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-11-30T03:21:09.842Z] #18 39.94 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:21:09.952Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:21:09.952Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:21:10.021Z] #41 ... [2020-11-30T03:21:10.021Z] [2020-11-30T03:21:10.021Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:21:10.021Z] #18 49.25 Selecting previously unselected package vim. [2020-11-30T03:21:10.021Z] #18 49.25 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:21:10.021Z] #18 49.29 Unpacking vim (2:8.1.0875-5) ... [2020-11-30T03:21:10.054Z] #22 DONE 223.5s [2020-11-30T03:21:10.054Z] [2020-11-30T03:21:10.054Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:21:10.054Z] #20 9.624 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-30T03:21:10.054Z] #20 9.873 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-30T03:21:10.054Z] #20 9.953 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-30T03:21:10.054Z] #20 10.04 Collecting pyyaml (from yamllint==1.16.0) [2020-11-30T03:21:10.054Z] #20 10.33 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-30T03:21:10.054Z] #20 11.90 Building wheels for collected packages: pyyaml [2020-11-30T03:21:10.054Z] #20 11.90 Running setup.py bdist_wheel for pyyaml: started [2020-11-30T03:21:10.054Z] #20 12.77 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-30T03:21:10.054Z] #20 12.77 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-30T03:21:10.054Z] #20 12.84 Successfully built pyyaml [2020-11-30T03:21:10.054Z] #20 12.85 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-30T03:21:10.054Z] #20 13.12 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-30T03:21:10.054Z] #20 DONE 15.9s [2020-11-30T03:21:10.054Z] [2020-11-30T03:21:10.054Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:10.054Z] #41 140.1 CC criu/sk-inet.o [2020-11-30T03:21:10.054Z] #41 141.0 CC criu/sk-netlink.o [2020-11-30T03:21:10.054Z] #41 141.4 CC criu/sk-packet.o [2020-11-30T03:21:10.054Z] #41 142.0 CC criu/sk-queue.o [2020-11-30T03:21:10.054Z] #41 142.4 CC criu/sk-tcp.o [2020-11-30T03:21:10.054Z] #41 142.8 CC criu/sk-unix.o [2020-11-30T03:21:10.054Z] #41 144.4 CC criu/sockets.o [2020-11-30T03:21:10.278Z] #18 49.78 Selecting previously unselected package xfsprogs. [2020-11-30T03:21:10.535Z] #18 49.80 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-30T03:21:10.535Z] #18 49.81 Unpacking xfsprogs (4.20.0-1) ... [2020-11-30T03:21:11.007Z] #41 145.2 CC criu/stats.o [2020-11-30T03:21:11.099Z] #18 50.26 Selecting previously unselected package zip. [2020-11-30T03:21:11.099Z] #18 50.28 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-30T03:21:11.099Z] #18 50.28 Unpacking zip (3.0-11+b1) ... [2020-11-30T03:21:11.099Z] #18 50.48 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:21:11.099Z] #18 50.49 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:21:11.099Z] #18 50.50 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:11.099Z] #18 50.51 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-30T03:21:11.099Z] #18 50.52 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-30T03:21:11.099Z] #18 50.53 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:11.099Z] #18 50.55 Setting up uidmap (1:4.5-1.1) ... [2020-11-30T03:21:11.099Z] #18 50.56 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-30T03:21:11.099Z] #18 50.57 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:21:11.099Z] #18 50.58 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:21:11.099Z] #18 50.59 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:21:11.099Z] #18 50.60 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:21:11.099Z] #18 50.61 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:21:11.271Z] #41 145.5 CC criu/string.o [2020-11-30T03:21:11.271Z] #41 145.6 CC criu/sysctl.o [2020-11-30T03:21:11.356Z] #18 50.62 Setting up zip (3.0-11+b1) ... [2020-11-30T03:21:11.356Z] #18 50.63 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:21:11.356Z] #18 50.65 Setting up bash-completion (1:2.8-6) ... [2020-11-30T03:21:11.851Z] #41 146.2 CC criu/sysfs_parse.o [2020-11-30T03:21:12.024Z] #42 196.3 CC criu/tun.o [2020-11-30T03:21:12.334Z] #42 197.0 CC criu/uffd.o [2020-11-30T03:21:12.433Z] #41 146.5 CC criu/timens.o [2020-11-30T03:21:12.698Z] #41 146.9 CC criu/timerfd.o [2020-11-30T03:21:12.698Z] #41 ... [2020-11-30T03:21:12.698Z] [2020-11-30T03:21:12.698Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-30T03:21:13.369Z] #18 43.51 Selecting previously unselected package libnet1:amd64. [2020-11-30T03:21:13.369Z] #18 43.51 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-11-30T03:21:13.369Z] #18 43.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:21:13.369Z] #18 43.59 Selecting previously unselected package libnl-3-200:amd64. [2020-11-30T03:21:13.369Z] #18 43.61 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-11-30T03:21:13.369Z] #18 43.62 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:21:13.391Z] #42 ... [2020-11-30T03:21:13.391Z] [2020-11-30T03:21:13.391Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:21:13.391Z] #39 DONE 263.3s [2020-11-30T03:21:13.391Z] [2020-11-30T03:21:13.391Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:13.625Z] #18 43.72 Selecting previously unselected package libprotobuf-c1:amd64. [2020-11-30T03:21:13.625Z] #18 43.74 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-11-30T03:21:13.625Z] #18 43.75 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:21:13.625Z] #18 43.83 Selecting previously unselected package libreadline5:amd64. [2020-11-30T03:21:13.625Z] #18 43.85 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-11-30T03:21:13.625Z] #18 43.87 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-30T03:21:13.625Z] #18 43.97 Selecting previously unselected package net-tools. [2020-11-30T03:21:13.881Z] #18 43.99 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-11-30T03:21:13.881Z] #18 44.00 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:21:13.881Z] #18 44.22 Selecting previously unselected package python-pip-whl. [2020-11-30T03:21:14.137Z] #18 44.22 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-11-30T03:21:14.137Z] #18 44.23 Unpacking python-pip-whl (18.1-5) ... [2020-11-30T03:21:14.138Z] #18 53.37 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:14.138Z] #18 53.38 Setting up xz-utils (5.2.4-1) ... [2020-11-30T03:21:14.138Z] #18 53.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-30T03:21:14.138Z] #18 53.41 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:21:14.138Z] #18 53.50 invoke-rc.d: could not determine current runlevel [2020-11-30T03:21:14.138Z] #18 53.50 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-30T03:21:14.138Z] #18 53.51 Setting up pigz (2.4-1) ... [2020-11-30T03:21:14.138Z] #18 53.52 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-30T03:21:14.138Z] #18 53.54 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:21:14.138Z] #18 53.55 Setting up python-pip-whl (18.1-5) ... [2020-11-30T03:21:14.138Z] #18 53.56 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-30T03:21:14.138Z] #18 53.57 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:21:14.450Z] #23 ... [2020-11-30T03:21:14.450Z] [2020-11-30T03:21:14.450Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:14.450Z] #42 198.8 CC criu/util.o [2020-11-30T03:21:14.629Z] #23 DONE 1.7s [2020-11-30T03:21:14.629Z] [2020-11-30T03:21:14.629Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:14.629Z] #41 147.3 CC criu/tty.o [2020-11-30T03:21:14.629Z] #41 148.9 CC criu/tun.o [2020-11-30T03:21:14.699Z] #18 44.83 Selecting previously unselected package python3-lib2to3. [2020-11-30T03:21:14.700Z] #18 44.84 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-11-30T03:21:14.700Z] #18 44.85 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:21:14.702Z] #18 54.03 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-30T03:21:14.702Z] #18 54.04 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:21:14.702Z] #18 54.05 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:21:14.702Z] #18 54.06 Setting up vim (2:8.1.0875-5) ... [2020-11-30T03:21:14.702Z] #18 54.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-30T03:21:14.702Z] #18 54.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-30T03:21:14.702Z] #18 54.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-30T03:21:14.702Z] #18 54.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-30T03:21:14.702Z] #18 54.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-30T03:21:14.702Z] #18 54.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-30T03:21:14.702Z] #18 54.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-30T03:21:14.702Z] #18 54.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-30T03:21:14.702Z] #18 54.15 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:21:14.956Z] #18 44.98 Selecting previously unselected package python3-distutils. [2020-11-30T03:21:14.956Z] #18 44.98 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-11-30T03:21:14.956Z] #18 44.99 Unpacking python3-distutils (3.7.3-1) ... [2020-11-30T03:21:14.956Z] #18 45.15 Selecting previously unselected package python3-pip. [2020-11-30T03:21:14.956Z] #18 45.16 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-11-30T03:21:14.956Z] #18 45.17 Unpacking python3-pip (18.1-5) ... [2020-11-30T03:21:14.959Z] #18 54.16 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:21:14.959Z] #18 54.17 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-30T03:21:14.959Z] #18 54.18 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:21:14.959Z] #18 54.19 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-30T03:21:14.959Z] #18 54.20 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:21:15.208Z] #41 149.4 CC criu/uffd.o [2020-11-30T03:21:15.212Z] #18 45.33 Selecting previously unselected package python3-pkg-resources. [2020-11-30T03:21:15.212Z] #18 45.35 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-11-30T03:21:15.212Z] #18 45.35 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:21:15.212Z] #18 45.47 Selecting previously unselected package python3-setuptools. [2020-11-30T03:21:15.212Z] #18 45.48 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-11-30T03:21:15.212Z] #18 45.49 Unpacking python3-setuptools (40.8.0-1) ... [2020-11-30T03:21:15.468Z] #18 45.75 Selecting previously unselected package python3-wheel. [2020-11-30T03:21:15.468Z] #18 45.77 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-11-30T03:21:15.468Z] #18 45.78 Unpacking python3-wheel (0.32.3-2) ... [2020-11-30T03:21:15.724Z] #18 45.86 Selecting previously unselected package sudo. [2020-11-30T03:21:15.724Z] #18 45.86 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-11-30T03:21:15.724Z] #18 45.87 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:21:15.990Z] #42 200.3 CC criu/uts_ns.o [2020-11-30T03:21:15.990Z] #42 200.6 CC criu/vdso.o [2020-11-30T03:21:16.286Z] #18 46.34 Selecting previously unselected package thin-provisioning-tools. [2020-11-30T03:21:16.286Z] #18 46.34 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-11-30T03:21:16.286Z] #18 46.36 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:21:16.542Z] #18 46.60 Selecting previously unselected package uidmap. [2020-11-30T03:21:16.542Z] #18 46.61 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-11-30T03:21:16.542Z] #18 46.62 Unpacking uidmap (1:4.5-1.1) ... [2020-11-30T03:21:16.542Z] #18 46.75 Selecting previously unselected package vim-runtime. [2020-11-30T03:21:16.542Z] #18 46.75 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-11-30T03:21:16.542Z] #18 46.80 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-11-30T03:21:16.542Z] #18 46.83 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-11-30T03:21:16.542Z] #18 46.84 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:21:16.618Z] #41 150.5 CC criu/util.o [2020-11-30T03:21:16.641Z] #42 201.3 LINK criu/built-in.o [2020-11-30T03:21:16.940Z] #42 201.5 LINK criu/criu [2020-11-30T03:21:17.570Z] #41 151.7 CC criu/uts_ns.o [2020-11-30T03:21:17.588Z] #42 202.1 DEP lib/c/criu.d [2020-11-30T03:21:17.588Z] #42 202.3 CC images/rpc.pb-c.o [2020-11-30T03:21:17.834Z] #41 152.0 CC criu/vdso.o [2020-11-30T03:21:17.908Z] #18 ... [2020-11-30T03:21:17.908Z] [2020-11-30T03:21:17.908Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:17.908Z] #41 109.6 CC criu/clone-noasan.o [2020-11-30T03:21:17.908Z] #41 109.8 CC criu/config.o [2020-11-30T03:21:17.908Z] #41 111.1 CC criu/cr-check.o [2020-11-30T03:21:17.908Z] #41 112.8 CC criu/cr-dedup.o [2020-11-30T03:21:17.908Z] #41 113.2 CC criu/cr-dump.o [2020-11-30T03:21:17.908Z] #41 115.3 CC criu/cr-errno.o [2020-11-30T03:21:17.908Z] #41 115.4 CC criu/cr-restore.o [2020-11-30T03:21:18.101Z] #41 152.5 LINK criu/built-in.o [2020-11-30T03:21:18.232Z] #18 57.29 Setting up iptables (1.8.2-4) ... [2020-11-30T03:21:18.232Z] #18 57.31 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:21:18.232Z] #18 57.31 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:21:18.232Z] #18 57.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:21:18.232Z] #18 57.32 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:21:18.232Z] #18 57.32 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-30T03:21:18.232Z] #18 57.33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-30T03:21:18.232Z] #18 57.34 Setting up python3 (3.7.3-1) ... [2020-11-30T03:21:18.397Z] #41 152.6 LINK criu/criu [2020-11-30T03:21:18.472Z] #41 120.0 CC criu/cr-service.o [2020-11-30T03:21:18.489Z] #18 57.71 Setting up python3-wheel (0.32.3-2) ... [2020-11-30T03:21:18.660Z] #42 203.0 CC lib/c/criu.o [2020-11-30T03:21:18.705Z] #41 153.0 DEP lib/c/criu.d [2020-11-30T03:21:18.992Z] #41 153.2 CC images/rpc.pb-c.o [2020-11-30T03:21:19.003Z] #18 58.27 Setting up apparmor (2.13.2-10) ... [2020-11-30T03:21:19.586Z] #41 153.8 CC lib/c/criu.o [2020-11-30T03:21:19.731Z] #42 204.4 LINK lib/c/built-in.o [2020-11-30T03:21:19.842Z] #41 ... [2020-11-30T03:21:19.842Z] [2020-11-30T03:21:19.842Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:21:19.842Z] #18 50.08 Selecting previously unselected package vim. [2020-11-30T03:21:19.842Z] #18 50.10 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-11-30T03:21:19.842Z] #18 50.14 Unpacking vim (2:8.1.0875-5) ... [2020-11-30T03:21:19.934Z] #18 ... [2020-11-30T03:21:19.934Z] [2020-11-30T03:21:19.934Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:21:19.934Z] #38 225.5 + dpkg --print-architecture [2020-11-30T03:21:19.934Z] #38 225.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-30T03:21:20.032Z] #42 204.4 LINK lib/c/libcriu.so [2020-11-30T03:21:20.032Z] #42 204.4 LINK lib/c/libcriu.a [2020-11-30T03:21:20.333Z] #42 204.7 GEN magic.py [2020-11-30T03:21:20.333Z] #42 204.8 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:21:20.333Z] #42 204.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:21:20.333Z] #42 204.8 Note: Building without GnuTLS support [2020-11-30T03:21:20.333Z] #42 204.8 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:21:20.333Z] #42 204.8 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:21:20.406Z] #18 50.67 Selecting previously unselected package xfsprogs. [2020-11-30T03:21:20.406Z] #18 50.67 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-11-30T03:21:20.406Z] #18 50.67 Unpacking xfsprogs (4.20.0-1) ... [2020-11-30T03:21:20.498Z] #38 226.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-30T03:21:20.498Z] #38 226.2 + [2020-11-30T03:21:20.498Z] #38 ... [2020-11-30T03:21:20.498Z] [2020-11-30T03:21:20.498Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:20.498Z] #41 119.6 CC criu/external.o [2020-11-30T03:21:20.498Z] #41 119.9 CC criu/fault-injection.o [2020-11-30T03:21:20.498Z] #41 120.1 CC criu/fdstore.o [2020-11-30T03:21:20.498Z] #41 120.6 CC criu/fifo.o [2020-11-30T03:21:20.498Z] #41 121.0 CC criu/file-ids.o [2020-11-30T03:21:20.498Z] #41 121.4 CC criu/file-lock.o [2020-11-30T03:21:20.498Z] #41 122.3 CC criu/files-ext.o [2020-11-30T03:21:20.498Z] #41 122.7 CC criu/files-reg.o [2020-11-30T03:21:20.498Z] #41 124.9 CC criu/files.o [2020-11-30T03:21:20.498Z] #41 126.8 CC criu/filesystems.o [2020-11-30T03:21:20.498Z] #41 127.6 CC criu/fsnotify.o [2020-11-30T03:21:20.498Z] #41 128.8 CC criu/image-desc.o [2020-11-30T03:21:20.498Z] #41 128.9 CC criu/image.o [2020-11-30T03:21:20.549Z] #41 154.8 LINK lib/c/built-in.o [2020-11-30T03:21:20.549Z] #41 154.8 LINK lib/c/libcriu.so [2020-11-30T03:21:20.549Z] #41 154.9 LINK lib/c/libcriu.a [2020-11-30T03:21:20.755Z] #41 ... [2020-11-30T03:21:20.755Z] [2020-11-30T03:21:20.755Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:21:20.755Z] #18 59.93 Setting up xfsprogs (4.20.0-1) ... [2020-11-30T03:21:20.755Z] #18 59.94 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:21:20.812Z] #41 155.0 GEN magic.py [2020-11-30T03:21:20.970Z] #18 51.08 Selecting previously unselected package zip. [2020-11-30T03:21:20.970Z] #18 51.09 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-11-30T03:21:20.970Z] #18 51.10 Unpacking zip (3.0-11+b1) ... [2020-11-30T03:21:20.970Z] #18 51.26 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-11-30T03:21:20.970Z] #18 51.28 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-11-30T03:21:20.970Z] #18 51.29 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:20.970Z] #18 51.30 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-11-30T03:21:20.970Z] #18 51.32 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-11-30T03:21:20.970Z] #18 51.33 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:20.983Z] #42 205.6 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:21:21.012Z] #18 60.41 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:21:21.075Z] #41 155.2 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:21:21.075Z] #41 155.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:21:21.075Z] #41 155.2 Note: Building without GnuTLS support [2020-11-30T03:21:21.075Z] #41 155.2 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:21:21.075Z] #41 155.2 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:21:21.231Z] #18 51.34 Setting up uidmap (1:4.5-1.1) ... [2020-11-30T03:21:21.231Z] #18 51.35 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-11-30T03:21:21.231Z] #18 51.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-11-30T03:21:21.231Z] #18 51.38 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-11-30T03:21:21.231Z] #18 51.39 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-11-30T03:21:21.231Z] #18 51.40 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-11-30T03:21:21.231Z] #18 51.41 Setting up xxd (2:8.1.0875-5) ... [2020-11-30T03:21:21.231Z] #18 51.42 Setting up zip (3.0-11+b1) ... [2020-11-30T03:21:21.231Z] #18 51.44 Setting up vim-common (2:8.1.0875-5) ... [2020-11-30T03:21:21.231Z] #18 51.46 Setting up bash-completion (1:2.8-6) ... [2020-11-30T03:21:22.025Z] #41 156.2 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:21:22.045Z] #42 206.5 make[1]: Nothing to be done for 'all'. [2020-11-30T03:21:22.382Z] #18 61.40 Setting up python3-distutils (3.7.3-1) ... [2020-11-30T03:21:22.382Z] #18 61.90 Setting up python3-setuptools (40.8.0-1) ... [2020-11-30T03:21:22.600Z] #41 156.7 make[1]: Nothing to be done for 'all'. [2020-11-30T03:21:22.707Z] #42 207.4 make[1]: 'images/built-in.o' is up to date. [2020-11-30T03:21:23.006Z] #42 207.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-30T03:21:23.006Z] #42 207.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-30T03:21:23.006Z] #42 207.5 make[1]: 'compel/libcompel.a' is up to date. [2020-11-30T03:21:23.006Z] #42 207.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-30T03:21:23.006Z] #42 207.5 make[1]: Nothing to be done for 'all'. [2020-11-30T03:21:23.006Z] #42 207.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:21:23.177Z] #41 157.3 make[1]: 'images/built-in.o' is up to date. [2020-11-30T03:21:23.177Z] #41 157.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-30T03:21:23.177Z] #41 157.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-30T03:21:23.177Z] #41 157.4 make[1]: 'compel/libcompel.a' is up to date. [2020-11-30T03:21:23.177Z] #41 157.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-30T03:21:23.177Z] #41 157.4 make[1]: Nothing to be done for 'all'. [2020-11-30T03:21:23.177Z] #41 157.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:21:23.304Z] #42 207.8 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.304Z] #42 207.8 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.304Z] #42 207.9 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.602Z] #42 208.1 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.603Z] #42 208.2 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.603Z] #42 208.2 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.603Z] #42 208.3 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.751Z] #18 63.02 Setting up python3-pip (18.1-5) ... [2020-11-30T03:21:23.762Z] #41 157.7 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.762Z] #41 157.8 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.762Z] #41 157.8 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.762Z] #41 157.9 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.900Z] #42 208.4 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:23.900Z] #42 208.4 INSTALL criu/criu [2020-11-30T03:21:24.024Z] #41 157.9 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:24.024Z] #41 158.0 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:24.024Z] #41 158.0 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:24.024Z] #41 158.0 make[2]: Nothing to be done for 'all'. [2020-11-30T03:21:24.024Z] #41 158.0 INSTALL criu/criu [2020-11-30T03:21:24.198Z] #42 DONE 208.6s [2020-11-30T03:21:24.198Z] [2020-11-30T03:21:24.198Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:24.198Z] #23 ... [2020-11-30T03:21:24.198Z] [2020-11-30T03:21:24.198Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:24.198Z] #48 274.4 + /build/golangci-lint --version [2020-11-30T03:21:24.511Z] #18 54.16 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-11-30T03:21:24.511Z] #18 54.17 Setting up xz-utils (5.2.4-1) ... [2020-11-30T03:21:24.511Z] #18 54.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-11-30T03:21:24.511Z] #18 54.19 Setting up sudo (1.8.27-1+deb10u2) ... [2020-11-30T03:21:24.511Z] #18 54.28 invoke-rc.d: could not determine current runlevel [2020-11-30T03:21:24.511Z] #18 54.29 invoke-rc.d: policy-rc.d denied execution of start. [2020-11-30T03:21:24.511Z] #18 54.30 Setting up pigz (2.4-1) ... [2020-11-30T03:21:24.511Z] #18 54.31 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-11-30T03:21:24.511Z] #18 54.32 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-11-30T03:21:24.511Z] #18 54.34 Setting up python-pip-whl (18.1-5) ... [2020-11-30T03:21:24.511Z] #18 54.35 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-11-30T03:21:24.511Z] #18 54.36 Setting up vim-runtime (2:8.1.0875-5) ... [2020-11-30T03:21:24.511Z] #18 54.76 Setting up libaio1:amd64 (0.3.112-3) ... [2020-11-30T03:21:24.511Z] #18 54.77 Setting up libonig5:amd64 (6.9.1-1) ... [2020-11-30T03:21:24.511Z] #18 54.78 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-11-30T03:21:24.511Z] #18 54.79 Setting up vim (2:8.1.0875-5) ... [2020-11-30T03:21:24.511Z] #18 54.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-11-30T03:21:24.511Z] #18 54.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-11-30T03:21:24.511Z] #18 54.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-11-30T03:21:24.511Z] #18 54.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-11-30T03:21:24.511Z] #18 54.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-11-30T03:21:24.511Z] #18 54.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-11-30T03:21:24.511Z] #18 54.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-11-30T03:21:24.511Z] #18 54.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-11-30T03:21:24.599Z] #41 ... [2020-11-30T03:21:24.599Z] [2020-11-30T03:21:24.599Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:21:24.768Z] #18 54.89 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-11-30T03:21:24.768Z] #18 54.91 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-11-30T03:21:24.768Z] #18 54.92 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-11-30T03:21:24.768Z] #18 54.93 Setting up jq (1.5+dfsg-2+b1) ... [2020-11-30T03:21:24.768Z] #18 54.98 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-11-30T03:21:24.768Z] #18 55.00 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-11-30T03:21:24.849Z] #48 274.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-30T03:21:24.849Z] #48 DONE 275.1s [2020-11-30T03:21:24.849Z] [2020-11-30T03:21:24.849Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:25.166Z] #18 64.25 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:21:25.166Z] #18 64.28 Processing triggers for mime-support (3.62) ... [2020-11-30T03:21:25.997Z] #28 DONE 11.4s [2020-11-30T03:21:25.997Z] [2020-11-30T03:21:25.997Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:25.997Z] #41 DONE 160.0s [2020-11-30T03:21:25.997Z] [2020-11-30T03:21:25.997Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:25.997Z] #54 ... [2020-11-30T03:21:25.997Z] [2020-11-30T03:21:25.997Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-30T03:21:26.123Z] #18 DONE 65.4s [2020-11-30T03:21:26.123Z] [2020-11-30T03:21:26.123Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-30T03:21:26.574Z] #31 DONE 0.5s [2020-11-30T03:21:26.574Z] [2020-11-30T03:21:26.574Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-30T03:21:26.574Z] #33 DONE 0.2s [2020-11-30T03:21:26.574Z] [2020-11-30T03:21:26.574Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-30T03:21:26.854Z] #36 DONE 0.3s [2020-11-30T03:21:26.854Z] [2020-11-30T03:21:26.854Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-30T03:21:27.051Z] #19 0.925 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-30T03:21:27.051Z] #19 0.931 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-30T03:21:27.051Z] #19 0.946 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-30T03:21:27.051Z] #19 DONE 1.0s [2020-11-30T03:21:27.051Z] [2020-11-30T03:21:27.051Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:21:27.121Z] #39 DONE 0.3s [2020-11-30T03:21:27.122Z] [2020-11-30T03:21:27.122Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-30T03:21:27.384Z] #42 DONE 0.1s [2020-11-30T03:21:27.384Z] [2020-11-30T03:21:27.384Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-30T03:21:27.960Z] #44 DONE 0.8s [2020-11-30T03:21:27.960Z] [2020-11-30T03:21:27.960Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:28.043Z] #18 57.83 Setting up iptables (1.8.2-4) ... [2020-11-30T03:21:28.043Z] #18 57.86 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:21:28.043Z] #18 57.88 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:21:28.043Z] #18 57.89 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-11-30T03:21:28.043Z] #18 57.89 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-11-30T03:21:28.043Z] #18 57.90 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-11-30T03:21:28.043Z] #18 57.91 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-11-30T03:21:28.043Z] #18 57.92 Setting up python3 (3.7.3-1) ... [2020-11-30T03:21:28.043Z] #18 58.37 Setting up python3-wheel (0.32.3-2) ... [2020-11-30T03:21:28.224Z] #54 ... [2020-11-30T03:21:28.224Z] [2020-11-30T03:21:28.224Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-30T03:21:28.224Z] #46 DONE 0.3s [2020-11-30T03:21:28.224Z] [2020-11-30T03:21:28.224Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:28.487Z] #54 ... [2020-11-30T03:21:28.487Z] [2020-11-30T03:21:28.487Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-30T03:21:28.974Z] #18 59.19 Setting up apparmor (2.13.2-10) ... [2020-11-30T03:21:29.879Z] #48 DONE 1.4s [2020-11-30T03:21:29.879Z] [2020-11-30T03:21:29.879Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-30T03:21:29.879Z] #50 DONE 0.1s [2020-11-30T03:21:29.879Z] [2020-11-30T03:21:29.879Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-30T03:21:30.344Z] #18 ... [2020-11-30T03:21:30.344Z] [2020-11-30T03:21:30.344Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:30.344Z] #41 121.7 CC criu/crtools.o [2020-11-30T03:21:30.344Z] #41 122.3 CC criu/eventfd.o [2020-11-30T03:21:30.344Z] #41 122.6 CC criu/eventpoll.o [2020-11-30T03:21:30.344Z] #41 123.6 CC criu/external.o [2020-11-30T03:21:30.344Z] #41 123.9 CC criu/fault-injection.o [2020-11-30T03:21:30.344Z] #41 124.1 CC criu/fdstore.o [2020-11-30T03:21:30.344Z] #41 124.5 CC criu/fifo.o [2020-11-30T03:21:30.344Z] #41 124.9 CC criu/file-ids.o [2020-11-30T03:21:30.344Z] #41 125.2 CC criu/file-lock.o [2020-11-30T03:21:30.344Z] #41 126.1 CC criu/files-ext.o [2020-11-30T03:21:30.344Z] #41 126.5 CC criu/files-reg.o [2020-11-30T03:21:30.344Z] #41 128.7 CC criu/files.o [2020-11-30T03:21:30.344Z] #41 130.8 CC criu/filesystems.o [2020-11-30T03:21:30.344Z] #41 131.6 CC criu/fsnotify.o [2020-11-30T03:21:30.604Z] #41 ... [2020-11-30T03:21:30.604Z] [2020-11-30T03:21:30.604Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:21:30.604Z] #38 234.1 + dpkg --print-architecture [2020-11-30T03:21:30.604Z] #38 234.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-11-30T03:21:30.826Z] #52 DONE 1.0s [2020-11-30T03:21:30.826Z] [2020-11-30T03:21:30.826Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:30.864Z] #38 234.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-11-30T03:21:30.864Z] #38 234.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-30T03:21:31.226Z] #20 ... [2020-11-30T03:21:31.226Z] [2020-11-30T03:21:31.226Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:21:31.226Z] #38 226.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-11-30T03:21:31.226Z] #38 ... [2020-11-30T03:21:31.226Z] [2020-11-30T03:21:31.226Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:31.226Z] #41 129.8 CC criu/ipc_ns.o [2020-11-30T03:21:31.226Z] #41 131.2 CC criu/irmap.o [2020-11-30T03:21:31.226Z] #41 131.9 CC criu/kcmp-ids.o [2020-11-30T03:21:31.226Z] #41 132.2 CC criu/kerndat.o [2020-11-30T03:21:31.226Z] #41 133.3 CC criu/libnetlink.o [2020-11-30T03:21:31.226Z] #41 133.7 CC criu/log.o [2020-11-30T03:21:31.226Z] #41 134.3 CC criu/lsm.o [2020-11-30T03:21:31.226Z] #41 134.9 CC criu/mem.o [2020-11-30T03:21:31.226Z] #41 137.3 CC criu/memfd.o [2020-11-30T03:21:31.226Z] #41 138.0 CC criu/mount.o [2020-11-30T03:21:32.157Z] #41 ... [2020-11-30T03:21:32.157Z] [2020-11-30T03:21:32.157Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:21:32.157Z] #20 5.041 Collecting yamllint==1.16.0 [2020-11-30T03:21:36.119Z] #38 ... [2020-11-30T03:21:36.119Z] [2020-11-30T03:21:36.119Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-11-30T03:21:36.119Z] #18 60.82 Setting up xfsprogs (4.20.0-1) ... [2020-11-30T03:21:36.119Z] #18 60.84 Setting up python3-lib2to3 (3.7.3-1) ... [2020-11-30T03:21:36.119Z] #18 61.21 Setting up python3-pkg-resources (40.8.0-1) ... [2020-11-30T03:21:36.119Z] #18 62.13 Setting up python3-distutils (3.7.3-1) ... [2020-11-30T03:21:36.119Z] #18 62.61 Setting up python3-setuptools (40.8.0-1) ... [2020-11-30T03:21:36.119Z] #18 63.95 Setting up python3-pip (18.1-5) ... [2020-11-30T03:21:36.119Z] #18 65.08 Processing triggers for libc-bin (2.28-10) ... [2020-11-30T03:21:36.119Z] #18 65.12 Processing triggers for mime-support (3.62) ... [2020-11-30T03:21:36.119Z] #18 DONE 65.9s [2020-11-30T03:21:36.119Z] [2020-11-30T03:21:36.119Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-11-30T03:21:36.684Z] #19 0.973 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-11-30T03:21:36.684Z] #19 0.978 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-11-30T03:21:36.684Z] #19 0.983 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-11-30T03:21:36.684Z] #19 DONE 1.1s [2020-11-30T03:21:36.684Z] [2020-11-30T03:21:36.684Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:21:37.409Z] #20 10.46 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-30T03:21:37.666Z] #20 10.54 Collecting pyyaml (from yamllint==1.16.0) [2020-11-30T03:21:37.666Z] #20 10.69 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-30T03:21:39.035Z] #20 12.16 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-30T03:21:39.035Z] #20 12.22 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-30T03:21:39.292Z] #20 12.26 Building wheels for collected packages: pyyaml [2020-11-30T03:21:39.292Z] #20 12.26 Running setup.py bdist_wheel for pyyaml: started [2020-11-30T03:21:40.223Z] #20 13.32 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-30T03:21:40.223Z] #20 13.33 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-30T03:21:40.223Z] #20 13.40 Successfully built pyyaml [2020-11-30T03:21:40.480Z] #20 13.40 Installing collected packages: pyyaml, pathspec, yamllint [2020-11-30T03:21:40.738Z] #20 13.72 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-30T03:21:40.854Z] #54 208.6 + bin/containerd-stress [2020-11-30T03:21:40.995Z] #20 DONE 14.1s [2020-11-30T03:21:40.995Z] [2020-11-30T03:21:40.995Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-30T03:21:41.252Z] #23 DONE 0.3s [2020-11-30T03:21:41.252Z] [2020-11-30T03:21:41.252Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:41.252Z] #41 142.1 CC criu/namespaces.o [2020-11-30T03:21:41.252Z] #41 143.8 CC criu/net.o [2020-11-30T03:21:41.252Z] #41 146.7 CC criu/netfilter.o [2020-11-30T03:21:41.252Z] #41 147.2 CC criu/page-pipe.o [2020-11-30T03:21:41.252Z] #41 147.9 CC criu/page-xfer.o [2020-11-30T03:21:41.252Z] #41 149.5 CC criu/pagemap-cache.o [2020-11-30T03:21:41.252Z] #41 150.0 CC criu/pagemap.o [2020-11-30T03:21:41.509Z] #41 ... [2020-11-30T03:21:41.509Z] [2020-11-30T03:21:41.509Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:21:41.940Z] #20 ... [2020-11-30T03:21:41.940Z] [2020-11-30T03:21:41.940Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:41.940Z] #41 132.8 CC criu/image-desc.o [2020-11-30T03:21:41.940Z] #41 133.0 CC criu/image.o [2020-11-30T03:21:41.940Z] #41 133.9 CC criu/ipc_ns.o [2020-11-30T03:21:41.940Z] #41 135.0 CC criu/irmap.o [2020-11-30T03:21:41.940Z] #41 135.8 CC criu/kcmp-ids.o [2020-11-30T03:21:41.940Z] #41 136.1 CC criu/kerndat.o [2020-11-30T03:21:41.940Z] #41 137.3 CC criu/libnetlink.o [2020-11-30T03:21:41.940Z] #41 137.9 CC criu/log.o [2020-11-30T03:21:41.940Z] #41 138.8 CC criu/lsm.o [2020-11-30T03:21:41.940Z] #41 139.4 CC criu/mem.o [2020-11-30T03:21:41.940Z] #41 141.2 CC criu/memfd.o [2020-11-30T03:21:41.940Z] #41 141.9 CC criu/mount.o [2020-11-30T03:21:41.940Z] #41 ... [2020-11-30T03:21:41.940Z] [2020-11-30T03:21:41.940Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-11-30T03:21:41.940Z] #20 5.146 Collecting yamllint==1.16.0 [2020-11-30T03:21:43.416Z] #54 212.0 + bin/containerd-shim [2020-11-30T03:21:43.547Z] #55 252.2 + bin/containerd [2020-11-30T03:21:45.692Z] #28 ... [2020-11-30T03:21:45.692Z] [2020-11-30T03:21:45.692Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:21:45.692Z] #51 89.21 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-30T03:21:45.692Z] #51 91.42 + mkdir -p /build [2020-11-30T03:21:45.692Z] #51 91.42 + cp runc /build/runc [2020-11-30T03:21:45.692Z] #51 DONE 92.1s [2020-11-30T03:21:45.692Z] [2020-11-30T03:21:45.692Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:21:45.692Z] #28 DONE 4.2s [2020-11-30T03:21:45.692Z] [2020-11-30T03:21:45.692Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-30T03:21:45.953Z] #31 DONE 0.5s [2020-11-30T03:21:45.953Z] [2020-11-30T03:21:45.953Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:45.953Z] #41 151.2 CC criu/parasite-syscall.o [2020-11-30T03:21:45.953Z] #41 152.0 CC criu/path.o [2020-11-30T03:21:45.953Z] #41 152.3 CC criu/pie-util-vdso-elf32.o [2020-11-30T03:21:45.953Z] #41 152.6 CC criu/pie-util-vdso.o [2020-11-30T03:21:45.953Z] #41 153.1 CC criu/pie-util.o [2020-11-30T03:21:45.953Z] #41 153.2 CC criu/pipes.o [2020-11-30T03:21:45.953Z] #41 153.7 CC criu/plugin.o [2020-11-30T03:21:45.953Z] #41 154.1 CC criu/proc_parse.o [2020-11-30T03:21:46.210Z] #41 ... [2020-11-30T03:21:46.210Z] [2020-11-30T03:21:46.210Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-30T03:21:46.210Z] #33 DONE 0.1s [2020-11-30T03:21:46.210Z] [2020-11-30T03:21:46.210Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-30T03:21:46.210Z] #36 DONE 0.0s [2020-11-30T03:21:46.466Z] [2020-11-30T03:21:46.466Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:21:47.197Z] #20 10.48 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-11-30T03:21:47.454Z] #20 10.54 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-11-30T03:21:47.454Z] #20 10.58 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2020-11-30T03:21:47.454Z] #20 10.64 Collecting pyyaml (from yamllint==1.16.0) [2020-11-30T03:21:47.454Z] #20 10.77 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-11-30T03:21:47.834Z] #38 ... [2020-11-30T03:21:47.834Z] [2020-11-30T03:21:47.834Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:47.834Z] #41 156.6 CC criu/protobuf-desc.o [2020-11-30T03:21:48.068Z] #55 ... [2020-11-30T03:21:48.068Z] [2020-11-30T03:21:48.068Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:48.068Z] #23 297.8 + return [2020-11-30T03:21:48.068Z] #23 DONE 297.9s [2020-11-30T03:21:48.068Z] [2020-11-30T03:21:48.068Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:48.397Z] #41 157.4 CC criu/protobuf.o [2020-11-30T03:21:48.654Z] #41 ... [2020-11-30T03:21:48.654Z] [2020-11-30T03:21:48.654Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:21:48.654Z] #38 DONE 254.2s [2020-11-30T03:21:48.654Z] [2020-11-30T03:21:48.654Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:48.654Z] #41 157.7 CC criu/pstree.o [2020-11-30T03:21:49.350Z] #20 12.13 Building wheels for collected packages: pyyaml [2020-11-30T03:21:49.350Z] #20 12.13 Running setup.py bdist_wheel for pyyaml: started [2020-11-30T03:21:49.614Z] #55 ... [2020-11-30T03:21:49.614Z] [2020-11-30T03:21:49.614Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-30T03:21:49.614Z] #24 DONE 0.2s [2020-11-30T03:21:49.614Z] [2020-11-30T03:21:49.614Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:49.614Z] #55 ... [2020-11-30T03:21:49.614Z] [2020-11-30T03:21:49.614Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:21:50.021Z] #41 158.9 CC criu/rbtree.o [2020-11-30T03:21:50.035Z] #54 218.3 + bin/containerd-shim-runc-v1 [2020-11-30T03:21:50.266Z] #29 DONE 0.6s [2020-11-30T03:21:50.267Z] [2020-11-30T03:21:50.267Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-30T03:21:50.267Z] #32 DONE 0.1s [2020-11-30T03:21:50.267Z] [2020-11-30T03:21:50.267Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-30T03:21:50.277Z] #41 159.1 CC criu/rst-malloc.o [2020-11-30T03:21:50.281Z] #20 13.30 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-11-30T03:21:50.281Z] #20 13.32 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-11-30T03:21:50.281Z] #20 13.39 Successfully built pyyaml [2020-11-30T03:21:50.281Z] #20 13.41 Installing collected packages: pathspec, pyyaml, yamllint [2020-11-30T03:21:50.534Z] #41 159.5 CC criu/seccomp.o [2020-11-30T03:21:50.538Z] #20 13.77 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0 [2020-11-30T03:21:50.568Z] #34 DONE 0.1s [2020-11-30T03:21:50.568Z] [2020-11-30T03:21:50.568Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-30T03:21:50.568Z] #37 DONE 0.1s [2020-11-30T03:21:50.568Z] [2020-11-30T03:21:50.568Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-30T03:21:50.869Z] #40 DONE 0.2s [2020-11-30T03:21:50.869Z] [2020-11-30T03:21:50.869Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-30T03:21:50.869Z] #43 DONE 0.2s [2020-11-30T03:21:50.869Z] [2020-11-30T03:21:50.869Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:50.869Z] #55 ... [2020-11-30T03:21:50.869Z] [2020-11-30T03:21:50.869Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-30T03:21:50.869Z] #45 DONE 0.1s [2020-11-30T03:21:50.869Z] [2020-11-30T03:21:50.869Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-30T03:21:51.097Z] #41 160.0 CC criu/seize.o [2020-11-30T03:21:51.102Z] #20 DONE 14.3s [2020-11-30T03:21:51.102Z] [2020-11-30T03:21:51.102Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-11-30T03:21:51.167Z] #47 DONE 0.1s [2020-11-30T03:21:51.167Z] [2020-11-30T03:21:51.167Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-30T03:21:51.167Z] #49 DONE 0.1s [2020-11-30T03:21:51.167Z] [2020-11-30T03:21:51.167Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:51.167Z] #55 ... [2020-11-30T03:21:51.167Z] [2020-11-30T03:21:51.167Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-30T03:21:51.167Z] #51 DONE 0.1s [2020-11-30T03:21:51.167Z] [2020-11-30T03:21:51.167Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-30T03:21:51.359Z] #23 DONE 0.3s [2020-11-30T03:21:51.359Z] [2020-11-30T03:21:51.359Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:21:51.466Z] #53 DONE 0.1s [2020-11-30T03:21:51.466Z] [2020-11-30T03:21:51.466Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:51.659Z] #41 160.6 CC criu/servicefd.o [2020-11-30T03:21:51.659Z] #41 ... [2020-11-30T03:21:51.659Z] [2020-11-30T03:21:51.659Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-30T03:21:51.659Z] #39 DONE 0.9s [2020-11-30T03:21:51.917Z] [2020-11-30T03:21:51.917Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:51.917Z] #41 160.9 CC criu/shmem.o [2020-11-30T03:21:52.480Z] #41 161.4 CC criu/sigframe.o [2020-11-30T03:21:52.737Z] #41 161.6 CC criu/signalfd.o [2020-11-30T03:21:52.737Z] #41 161.8 CC criu/sk-inet.o [2020-11-30T03:21:53.666Z] #41 162.4 CC criu/sk-netlink.o [2020-11-30T03:21:53.667Z] #41 ... [2020-11-30T03:21:53.667Z] [2020-11-30T03:21:53.667Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:53.667Z] #47 258.9 + /build/golangci-lint --version [2020-11-30T03:21:53.667Z] #47 259.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-30T03:21:53.667Z] #47 DONE 259.4s [2020-11-30T03:21:53.924Z] [2020-11-30T03:21:53.924Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:53.924Z] #41 162.7 CC criu/sk-packet.o [2020-11-30T03:21:54.181Z] #41 163.2 CC criu/sk-queue.o [2020-11-30T03:21:54.438Z] #41 163.4 CC criu/sk-tcp.o [2020-11-30T03:21:54.636Z] #28 ... [2020-11-30T03:21:54.636Z] [2020-11-30T03:21:54.636Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:54.636Z] #41 145.9 CC criu/namespaces.o [2020-11-30T03:21:54.636Z] #41 147.7 CC criu/net.o [2020-11-30T03:21:54.636Z] #41 151.2 CC criu/netfilter.o [2020-11-30T03:21:54.636Z] #41 151.6 CC criu/page-pipe.o [2020-11-30T03:21:54.636Z] #41 152.3 CC criu/page-xfer.o [2020-11-30T03:21:54.636Z] #41 154.3 CC criu/pagemap-cache.o [2020-11-30T03:21:54.636Z] #41 154.7 CC criu/pagemap.o [2020-11-30T03:21:54.636Z] #41 155.6 CC criu/parasite-syscall.o [2020-11-30T03:21:54.695Z] #41 163.6 CC criu/sk-unix.o [2020-11-30T03:21:54.893Z] #41 156.4 CC criu/path.o [2020-11-30T03:21:54.894Z] #41 156.6 CC criu/pie-util-vdso-elf32.o [2020-11-30T03:21:54.894Z] #41 ... [2020-11-30T03:21:54.894Z] [2020-11-30T03:21:54.894Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-11-30T03:21:54.894Z] #51 89.82 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-11-30T03:21:54.894Z] #51 92.24 + mkdir -p /build [2020-11-30T03:21:54.894Z] #51 92.25 + cp runc /build/runc [2020-11-30T03:21:55.356Z] #54 223.5 + bin/containerd-shim-runc-v2 [2020-11-30T03:21:56.065Z] #41 164.9 CC criu/sockets.o [2020-11-30T03:21:56.265Z] #51 DONE 93.2s [2020-11-30T03:21:56.265Z] [2020-11-30T03:21:56.265Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-11-30T03:21:56.265Z] #28 DONE 4.6s [2020-11-30T03:21:56.265Z] [2020-11-30T03:21:56.265Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-11-30T03:21:56.303Z] #54 225.0 + binaries [2020-11-30T03:21:56.565Z] #54 225.0 + install -D bin/containerd /build/containerd [2020-11-30T03:21:56.565Z] #54 225.1 + install -D bin/containerd-shim /build/containerd-shim [2020-11-30T03:21:56.565Z] #54 225.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-30T03:21:56.565Z] #54 225.1 + install -D bin/ctr /build/ctr [2020-11-30T03:21:56.628Z] #41 165.4 CC criu/stats.o [2020-11-30T03:21:56.628Z] #41 165.5 CC criu/string.o [2020-11-30T03:21:56.628Z] #41 165.6 CC criu/sysctl.o [2020-11-30T03:21:56.830Z] #31 DONE 0.9s [2020-11-30T03:21:56.830Z] [2020-11-30T03:21:56.830Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:56.830Z] #41 157.0 CC criu/pie-util-vdso.o [2020-11-30T03:21:56.830Z] #41 157.2 CC criu/pie-util.o [2020-11-30T03:21:56.830Z] #41 157.4 CC criu/pipes.o [2020-11-30T03:21:56.830Z] #41 158.3 CC criu/plugin.o [2020-11-30T03:21:56.885Z] #41 165.9 CC criu/sysfs_parse.o [2020-11-30T03:21:57.087Z] #41 158.7 CC criu/proc_parse.o [2020-11-30T03:21:57.142Z] #41 166.1 CC criu/timens.o [2020-11-30T03:21:57.345Z] #41 ... [2020-11-30T03:21:57.345Z] [2020-11-30T03:21:57.345Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-11-30T03:21:57.345Z] #33 DONE 0.6s [2020-11-30T03:21:57.399Z] #41 166.3 CC criu/timerfd.o [2020-11-30T03:21:57.643Z] [2020-11-30T03:21:57.643Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-11-30T03:21:57.643Z] #36 DONE 0.2s [2020-11-30T03:21:57.643Z] [2020-11-30T03:21:57.643Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:21:57.654Z] #41 166.4 CC criu/tty.o [2020-11-30T03:21:58.218Z] #41 167.3 CC criu/tun.o [2020-11-30T03:21:58.475Z] #41 167.6 CC criu/uffd.o [2020-11-30T03:21:59.039Z] #41 168.2 CC criu/util.o [2020-11-30T03:21:59.567Z] #54 ... [2020-11-30T03:21:59.567Z] [2020-11-30T03:21:59.567Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:21:59.567Z] #41 161.0 CC criu/protobuf-desc.o [2020-11-30T03:21:59.874Z] #54 DONE 228.6s [2020-11-30T03:21:59.970Z] #41 168.8 CC criu/uts_ns.o [2020-11-30T03:21:59.970Z] #41 168.9 CC criu/vdso-compat.o [2020-11-30T03:21:59.970Z] #41 169.0 CC criu/vdso.o [2020-11-30T03:22:00.130Z] #41 161.7 CC criu/protobuf.o [2020-11-30T03:22:00.130Z] #41 ... [2020-11-30T03:22:00.130Z] [2020-11-30T03:22:00.130Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-11-30T03:22:00.130Z] #38 DONE 263.6s [2020-11-30T03:22:00.386Z] [2020-11-30T03:22:00.386Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:00.386Z] #54 ... [2020-11-30T03:22:00.386Z] [2020-11-30T03:22:00.386Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:22:00.386Z] #41 162.0 CC criu/pstree.o [2020-11-30T03:22:00.534Z] #41 169.4 LINK criu/built-in.o [2020-11-30T03:22:00.534Z] #41 169.4 LINK criu/criu [2020-11-30T03:22:00.791Z] #41 169.7 DEP lib/c/criu.d [2020-11-30T03:22:00.791Z] #41 169.7 CC images/rpc.pb-c.o [2020-11-30T03:22:01.048Z] #41 170.0 CC lib/c/criu.o [2020-11-30T03:22:01.264Z] [2020-11-30T03:22:01.264Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-30T03:22:01.326Z] #41 163.1 CC criu/rbtree.o [2020-11-30T03:22:01.612Z] #41 170.6 LINK lib/c/built-in.o [2020-11-30T03:22:01.612Z] #41 170.6 LINK lib/c/libcriu.so [2020-11-30T03:22:01.612Z] #41 170.7 LINK lib/c/libcriu.a [2020-11-30T03:22:01.612Z] #41 170.7 GEN magic.py [2020-11-30T03:22:01.868Z] #41 170.8 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:22:01.868Z] #41 170.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:22:01.868Z] #41 170.8 Note: Building without GnuTLS support [2020-11-30T03:22:01.868Z] #41 170.8 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:22:01.868Z] #41 170.8 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:22:01.889Z] #41 163.3 CC criu/rst-malloc.o [2020-11-30T03:22:01.889Z] #41 163.5 CC criu/seccomp.o [2020-11-30T03:22:02.145Z] #41 ... [2020-11-30T03:22:02.145Z] [2020-11-30T03:22:02.145Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-11-30T03:22:02.145Z] #39 DONE 0.6s [2020-11-30T03:22:02.401Z] [2020-11-30T03:22:02.401Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:22:02.401Z] #41 163.9 CC criu/seize.o [2020-11-30T03:22:02.432Z] #41 171.3 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:22:02.689Z] #41 171.7 make[1]: Nothing to be done for 'all'. [2020-11-30T03:22:02.963Z] #41 164.5 CC criu/servicefd.o [2020-11-30T03:22:02.963Z] #41 164.7 CC criu/shmem.o [2020-11-30T03:22:03.253Z] #41 172.1 make[1]: 'images/built-in.o' is up to date. [2020-11-30T03:22:03.253Z] #41 172.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-30T03:22:03.253Z] #41 172.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-30T03:22:03.253Z] #41 172.2 make[1]: 'compel/libcompel.a' is up to date. [2020-11-30T03:22:03.253Z] #41 172.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-30T03:22:03.253Z] #41 172.2 make[1]: Nothing to be done for 'all'. [2020-11-30T03:22:03.253Z] #41 172.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:22:03.511Z] #41 172.3 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.3 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.3 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.4 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.4 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.4 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.4 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.5 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:03.511Z] #41 172.5 INSTALL criu/criu [2020-11-30T03:22:03.527Z] #41 165.2 CC criu/sigframe.o [2020-11-30T03:22:03.768Z] #41 DONE 172.9s [2020-11-30T03:22:03.768Z] [2020-11-30T03:22:03.768Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:03.784Z] #41 ... [2020-11-30T03:22:03.784Z] [2020-11-30T03:22:03.784Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:03.784Z] #47 267.0 + /build/golangci-lint --version [2020-11-30T03:22:03.784Z] #47 267.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2020-11-30T03:22:03.784Z] #47 DONE 267.5s [2020-11-30T03:22:03.784Z] [2020-11-30T03:22:03.784Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-11-30T03:22:03.784Z] #41 165.4 CC criu/signalfd.o [2020-11-30T03:22:03.815Z] #55 DONE 2.4s [2020-11-30T03:22:03.816Z] [2020-11-30T03:22:03.816Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-30T03:22:04.040Z] #41 165.6 CC criu/sk-inet.o [2020-11-30T03:22:04.298Z] #41 166.1 CC criu/sk-netlink.o [2020-11-30T03:22:04.389Z] #59 DONE 0.5s [2020-11-30T03:22:04.389Z] [2020-11-30T03:22:04.389Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-30T03:22:04.555Z] #41 166.2 CC criu/sk-packet.o [2020-11-30T03:22:04.812Z] #41 166.6 CC criu/sk-queue.o [2020-11-30T03:22:05.137Z] #54 ... [2020-11-30T03:22:05.137Z] [2020-11-30T03:22:05.137Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-30T03:22:05.376Z] #41 166.9 CC criu/sk-tcp.o [2020-11-30T03:22:05.393Z] #42 DONE 0.1s [2020-11-30T03:22:05.393Z] [2020-11-30T03:22:05.393Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-30T03:22:05.649Z] #44 DONE 0.3s [2020-11-30T03:22:05.649Z] [2020-11-30T03:22:05.649Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-30T03:22:05.778Z] #61 DONE 1.3s [2020-11-30T03:22:05.778Z] [2020-11-30T03:22:05.778Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-30T03:22:05.778Z] #63 DONE 0.1s [2020-11-30T03:22:05.778Z] [2020-11-30T03:22:05.778Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-30T03:22:05.778Z] #64 DONE 0.0s [2020-11-30T03:22:05.778Z] [2020-11-30T03:22:05.778Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-30T03:22:05.941Z] #41 167.4 CC criu/sk-unix.o [2020-11-30T03:22:06.577Z] #46 DONE 0.9s [2020-11-30T03:22:06.577Z] [2020-11-30T03:22:06.577Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-30T03:22:06.577Z] #48 DONE 0.2s [2020-11-30T03:22:06.577Z] [2020-11-30T03:22:06.577Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:06.577Z] #54 207.9 + bin/containerd [2020-11-30T03:22:06.577Z] #54 ... [2020-11-30T03:22:06.577Z] [2020-11-30T03:22:06.577Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-30T03:22:06.577Z] #50 DONE 0.1s [2020-11-30T03:22:06.833Z] [2020-11-30T03:22:06.833Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-30T03:22:06.867Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:22:06.867Z] [2020-11-30T03:22:06.867Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:22:06.867Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:22:06.867Z] HOSTNAME=bf3055e7dca3 [2020-11-30T03:22:06.867Z] TESTDEBUG=0 [2020-11-30T03:22:06.867Z] DEST=bundles/test-integration [2020-11-30T03:22:06.867Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:22:06.867Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:22:06.867Z] container=docker [2020-11-30T03:22:06.867Z] HOME=/root [2020-11-30T03:22:06.867Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:22:06.867Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:22:06.867Z] VALIDATE_BRANCH=master [2020-11-30T03:22:06.867Z] TERM=xterm [2020-11-30T03:22:06.867Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:22:06.867Z] SHLVL=1 [2020-11-30T03:22:06.867Z] TIMEOUT=120m [2020-11-30T03:22:06.867Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:22:06.867Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:22:06.867Z] GO111MODULE=off [2020-11-30T03:22:06.867Z] DOCKER_EXPERIMENTAL=1 [2020-11-30T03:22:06.867Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-30T03:22:06.867Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:22:06.867Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:22:06.867Z] GOPATH=/go [2020-11-30T03:22:06.867Z] PKG_CONFIG=pkg-config [2020-11-30T03:22:06.867Z] _=/usr/bin/env [2020-11-30T03:22:06.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-30T03:22:07.089Z] #52 DONE 0.3s [2020-11-30T03:22:07.089Z] [2020-11-30T03:22:07.089Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:07.311Z] #41 168.6 CC criu/sockets.o [2020-11-30T03:22:07.568Z] #41 169.1 CC criu/stats.o [2020-11-30T03:22:07.568Z] #41 169.2 CC criu/string.o [2020-11-30T03:22:07.568Z] #41 169.3 CC criu/sysctl.o [2020-11-30T03:22:07.699Z] #65 DONE 1.7s [2020-11-30T03:22:07.699Z] [2020-11-30T03:22:07.699Z] #66 exporting to image [2020-11-30T03:22:07.699Z] #66 exporting layers [2020-11-30T03:22:08.133Z] #41 169.6 CC criu/sysfs_parse.o [2020-11-30T03:22:08.133Z] #41 169.8 CC criu/timens.o [2020-11-30T03:22:08.390Z] #41 170.0 CC criu/timerfd.o [2020-11-30T03:22:08.390Z] #41 170.2 CC criu/tty.o [2020-11-30T03:22:09.761Z] #41 171.1 CC criu/tun.o [2020-11-30T03:22:09.761Z] #41 171.4 CC criu/uffd.o [2020-11-30T03:22:10.328Z] #41 171.9 CC criu/util.o [2020-11-30T03:22:10.892Z] #41 172.6 CC criu/uts_ns.o [2020-11-30T03:22:11.149Z] #41 172.7 CC criu/vdso-compat.o [2020-11-30T03:22:11.407Z] #41 172.9 CC criu/vdso.o [2020-11-30T03:22:11.664Z] #41 173.2 LINK criu/built-in.o [2020-11-30T03:22:11.664Z] #41 173.3 LINK criu/criu [2020-11-30T03:22:11.921Z] #41 173.5 DEP lib/c/criu.d [2020-11-30T03:22:11.921Z] #41 173.5 CC images/rpc.pb-c.o [2020-11-30T03:22:12.179Z] #41 173.8 CC lib/c/criu.o [2020-11-30T03:22:12.746Z] #41 174.3 LINK lib/c/built-in.o [2020-11-30T03:22:12.746Z] #41 174.3 LINK lib/c/libcriu.so [2020-11-30T03:22:12.746Z] #41 174.4 LINK lib/c/libcriu.a [2020-11-30T03:22:12.746Z] #41 174.5 GEN magic.py [2020-11-30T03:22:13.004Z] #41 174.6 Note: Building without setproctitle() and strlcpy() support. [2020-11-30T03:22:13.004Z] #41 174.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-11-30T03:22:13.004Z] #41 174.6 Note: Building without GnuTLS support [2020-11-30T03:22:13.004Z] #41 174.6 Makefile.config:39: Warn: you have no libnftables installed [2020-11-30T03:22:13.004Z] #41 174.6 Makefile.config:40: Warn: Building without nftables support [2020-11-30T03:22:13.261Z] #41 175.0 fatal: not a git repository (or any of the parent directories): .git [2020-11-30T03:22:13.825Z] #41 175.5 make[1]: Nothing to be done for 'all'. [2020-11-30T03:22:14.082Z] #41 175.9 make[1]: 'images/built-in.o' is up to date. [2020-11-30T03:22:14.082Z] #41 175.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-11-30T03:22:14.306Z] #66 exporting layers 6.5s done [2020-11-30T03:22:14.306Z] #66 writing image sha256:c977bd8a462676fdb0850455768c1d3c2a45662e692d1c49c9937619f8b680ec done [2020-11-30T03:22:14.306Z] #66 naming to docker.io/library/docker:35639d804dfaf80e94a6a4fbcb87d11926087111 done [2020-11-30T03:22:14.306Z] #66 DONE 6.5s [Pipeline] } [Pipeline] // stage [2020-11-30T03:22:14.339Z] #41 175.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-11-30T03:22:14.339Z] #41 175.9 make[1]: 'compel/libcompel.a' is up to date. [2020-11-30T03:22:14.339Z] #41 175.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-11-30T03:22:14.339Z] #41 175.9 make[1]: Nothing to be done for 'all'. [2020-11-30T03:22:14.339Z] #41 176.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-11-30T03:22:14.339Z] #41 176.0 make[2]: Nothing to be done for 'all'. [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-30T03:22:14.596Z] #41 176.1 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.1 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.1 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.2 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.2 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.2 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.2 make[2]: Nothing to be done for 'all'. [2020-11-30T03:22:14.596Z] #41 176.2 INSTALL criu/criu [2020-11-30T03:22:14.655Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/test/unit [2020-11-30T03:22:15.160Z] #41 DONE 176.7s [2020-11-30T03:22:15.160Z] [2020-11-30T03:22:15.160Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:16.089Z] #54 ... [2020-11-30T03:22:16.089Z] [2020-11-30T03:22:16.089Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-11-30T03:22:16.346Z] #42 DONE 0.1s [2020-11-30T03:22:16.346Z] [2020-11-30T03:22:16.346Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-11-30T03:22:16.346Z] #44 DONE 0.2s [2020-11-30T03:22:16.346Z] [2020-11-30T03:22:16.346Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-11-30T03:22:16.602Z] #46 DONE 0.1s [2020-11-30T03:22:16.602Z] [2020-11-30T03:22:16.602Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-11-30T03:22:17.166Z] #48 DONE 0.6s [2020-11-30T03:22:17.166Z] [2020-11-30T03:22:17.166Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-11-30T03:22:17.166Z] #50 DONE 0.0s [2020-11-30T03:22:17.166Z] [2020-11-30T03:22:17.166Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:17.166Z] #54 214.7 + bin/containerd [2020-11-30T03:22:17.422Z] #54 ... [2020-11-30T03:22:17.422Z] [2020-11-30T03:22:17.422Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-11-30T03:22:17.422Z] #52 DONE 0.4s [2020-11-30T03:22:17.679Z] [2020-11-30T03:22:17.679Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-11-30T03:22:18.684Z] #55 287.5 + bin/containerd-stress [2020-11-30T03:22:18.684Z] #55 289.9 + bin/containerd-shim [2020-11-30T03:22:19.958Z] ? github.com/docker/docker/api [no test files] [2020-11-30T03:22:25.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-30T03:22:26.324Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|exports_file|files|deps) took 1m59.667852937s [2020-11-30T03:22:26.324Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 654.983957ms [2020-11-30T03:22:26.487Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-30T03:22:27.237Z] #55 296.9 + bin/containerd-shim-runc-v1 [2020-11-30T03:22:28.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-30T03:22:30.798Z] #55 301.8 + bin/containerd-shim-runc-v2 [2020-11-30T03:22:31.843Z] #55 302.9 + binaries [2020-11-30T03:22:31.843Z] #55 302.9 + install -D bin/containerd /build/containerd [2020-11-30T03:22:31.843Z] #55 302.9 + install -D bin/containerd-shim /build/containerd-shim [2020-11-30T03:22:31.843Z] #55 302.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-30T03:22:31.843Z] #55 302.9 + install -D bin/ctr /build/ctr [2020-11-30T03:22:31.843Z] #55 DONE 303.0s [2020-11-30T03:22:32.225Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2020-11-30T03:22:32.889Z] [2020-11-30T03:22:32.889Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-30T03:22:32.889Z] #56 DONE 0.1s [2020-11-30T03:22:32.889Z] [2020-11-30T03:22:32.889Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-30T03:22:32.889Z] #60 DONE 0.1s [2020-11-30T03:22:32.889Z] [2020-11-30T03:22:32.889Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-30T03:22:33.183Z] #62 DONE 0.1s [2020-11-30T03:22:33.183Z] [2020-11-30T03:22:33.183Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-30T03:22:33.183Z] #64 DONE 0.1s [2020-11-30T03:22:33.183Z] [2020-11-30T03:22:33.183Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-30T03:22:33.183Z] #65 DONE 0.0s [2020-11-30T03:22:33.183Z] [2020-11-30T03:22:33.183Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-30T03:22:35.273Z] #66 DONE 2.1s [2020-11-30T03:22:35.273Z] [2020-11-30T03:22:35.273Z] #67 exporting to oci image format [2020-11-30T03:22:35.273Z] #67 exporting layers [2020-11-30T03:22:39.187Z] #54 235.9 + bin/containerd-stress [2020-11-30T03:22:39.187Z] #54 237.9 + bin/containerd-shim [2020-11-30T03:22:43.359Z] #54 244.5 + bin/containerd-shim-runc-v1 [2020-11-30T03:22:47.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-30T03:22:47.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-30T03:22:47.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-30T03:22:47.528Z] #54 249.0 + bin/containerd-shim-runc-v2 [2020-11-30T03:22:47.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-30T03:22:48.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-30T03:22:48.090Z] #54 249.9 + binaries [2020-11-30T03:22:48.090Z] #54 249.9 + install -D bin/containerd /build/containerd [2020-11-30T03:22:48.090Z] #54 249.9 + install -D bin/containerd-shim /build/containerd-shim [2020-11-30T03:22:48.090Z] #54 249.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-30T03:22:48.090Z] #54 249.9 + install -D bin/ctr /build/ctr [2020-11-30T03:22:49.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-30T03:22:49.722Z] #54 243.0 + bin/containerd-stress [2020-11-30T03:22:49.722Z] #54 245.0 + bin/containerd-shim [2020-11-30T03:22:49.979Z] #54 DONE 251.7s [2020-11-30T03:22:50.559Z] [2020-11-30T03:22:50.559Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-30T03:22:51.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-30T03:22:51.485Z] #55 DONE 0.5s [2020-11-30T03:22:51.485Z] [2020-11-30T03:22:51.485Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-30T03:22:51.485Z] #59 DONE 0.2s [2020-11-30T03:22:51.485Z] [2020-11-30T03:22:51.485Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-30T03:22:52.047Z] #61 DONE 0.5s [2020-11-30T03:22:52.047Z] [2020-11-30T03:22:52.047Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-30T03:22:52.047Z] #63 DONE 0.0s [2020-11-30T03:22:52.047Z] [2020-11-30T03:22:52.047Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-30T03:22:52.047Z] #64 DONE 0.0s [2020-11-30T03:22:52.047Z] [2020-11-30T03:22:52.047Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-30T03:22:52.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-30T03:22:53.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-30T03:22:53.413Z] #65 DONE 1.2s [2020-11-30T03:22:53.414Z] [2020-11-30T03:22:53.414Z] #66 exporting to image [2020-11-30T03:22:53.414Z] #66 exporting layers [2020-11-30T03:22:53.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-30T03:22:54.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-30T03:22:54.976Z] #54 251.8 + bin/containerd-shim-runc-v1 [2020-11-30T03:22:55.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-30T03:22:56.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-30T03:22:57.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-30T03:22:58.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-30T03:22:58.900Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:22:58.900Z] Using test binary docker [2020-11-30T03:22:58.900Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-30T03:22:58.900Z] +++ /etc/init.d/apparmor start [2020-11-30T03:22:59.151Z] #54 256.4 + bin/containerd-shim-runc-v2 [2020-11-30T03:22:59.191Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:22:59.191Z] Starting dockerd [2020-11-30T03:22:59.191Z] INFO: Waiting for daemon to start... [2020-11-30T03:22:59.191Z] +++ 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-11-30T03:22:59.713Z] #54 257.3 + binaries [2020-11-30T03:22:59.713Z] #54 257.3 + install -D bin/containerd /build/containerd [2020-11-30T03:22:59.713Z] #54 257.3 + install -D bin/containerd-shim /build/containerd-shim [2020-11-30T03:22:59.713Z] #54 257.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-11-30T03:22:59.713Z] #54 257.3 + install -D bin/ctr /build/ctr [2020-11-30T03:23:00.053Z] #66 exporting layers 6.3s done [2020-11-30T03:23:00.053Z] #66 writing image sha256:949c895598e1b21d1093fab51ad43c4180a22ff7a2cf8d9a0b7beb447eb305c8 done [2020-11-30T03:23:00.053Z] #66 naming to docker.io/library/docker:35639d804dfaf80e94a6a4fbcb87d11926087111 done [2020-11-30T03:23:00.053Z] #66 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-11-30T03:23:00.382Z] + trap exit INT TERM [2020-11-30T03:23:00.383Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-11-30T03:23:00.383Z] + CONTAINER_NAME=docker-pr3 [2020-11-30T03:23:00.383Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh dynbinary-daemon [2020-11-30T03:23:00.567Z] 4612f6d0b889: Pull complete [2020-11-30T03:23:01.260Z] . [2020-11-30T03:23:01.260Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:23:01.260Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:23:01.260Z] Error: No such image: emptyfs [2020-11-30T03:23:01.260Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-30T03:23:01.260Z] ++++ docker load [2020-11-30T03:23:01.260Z] Running integration-test (iteration 1) [2020-11-30T03:23:01.260Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-11-30T03:23:01.260Z] ++ 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-11-30T03:23:01.260Z] ++ set -e [2020-11-30T03:23:01.260Z] ++ '[' -n 0 ']' [2020-11-30T03:23:01.260Z] ++ set -x [2020-11-30T03:23:01.260Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:23:01.603Z] #54 DONE 259.0s [2020-11-30T03:23:01.749Z] [2020-11-30T03:23:01.749Z] Removing bundles/ [2020-11-30T03:23:01.749Z] [2020-11-30T03:23:01.749Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-30T03:23:01.749Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:23:01.749Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:23:02.535Z] [2020-11-30T03:23:02.535Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-11-30T03:23:03.462Z] #55 DONE 1.0s [2020-11-30T03:23:03.462Z] [2020-11-30T03:23:03.462Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-11-30T03:23:03.462Z] #59 DONE 0.2s [2020-11-30T03:23:03.717Z] [2020-11-30T03:23:03.717Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-11-30T03:23:04.279Z] #61 DONE 0.5s [2020-11-30T03:23:04.279Z] [2020-11-30T03:23:04.279Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-11-30T03:23:04.279Z] #63 DONE 0.0s [2020-11-30T03:23:04.279Z] [2020-11-30T03:23:04.279Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-11-30T03:23:04.279Z] #64 DONE 0.0s [2020-11-30T03:23:04.279Z] [2020-11-30T03:23:04.279Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-11-30T03:23:05.645Z] #65 DONE 1.4s [2020-11-30T03:23:05.645Z] [2020-11-30T03:23:05.645Z] #66 exporting to image [2020-11-30T03:23:05.645Z] #66 exporting layers [2020-11-30T03:23:09.739Z] Loaded image: buildpack-deps:buster [2020-11-30T03:23:09.739Z] Loaded image: busybox:latest [2020-11-30T03:23:09.739Z] Loaded image: busybox:glibc [2020-11-30T03:23:09.739Z] Loaded image: debian:buster [2020-11-30T03:23:09.739Z] Loaded image: hello-world:latest [2020-11-30T03:23:10.030Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:23:10.030Z] INFO: Testing against a local daemon [2020-11-30T03:23:10.030Z] === RUN TestCgroupNamespacesBuild [2020-11-30T03:23:12.097Z] --- PASS: TestCgroupNamespacesBuild (2.28s) [2020-11-30T03:23:12.097Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-30T03:23:12.265Z] #66 exporting layers 6.4s done [2020-11-30T03:23:12.265Z] #66 writing image sha256:e65da54580d2a69bde45b865f7f662105f9fb35ca3a6cb07b22787cfda3bf7aa done [2020-11-30T03:23:12.265Z] #66 naming to docker.io/library/docker:35639d804dfaf80e94a6a4fbcb87d11926087111 done [2020-11-30T03:23:12.265Z] #66 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-30T03:23:12.628Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh dynbinary test-integration [2020-11-30T03:23:13.556Z] [2020-11-30T03:23:13.813Z] Removing bundles/ [2020-11-30T03:23:13.813Z] [2020-11-30T03:23:13.813Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-30T03:23:13.813Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:23:13.813Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:23:14.163Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.71s) [2020-11-30T03:23:14.163Z] === RUN TestBuildWithSession [2020-11-30T03:23:14.163Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-30T03:23:14.163Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:23:14.163Z] === RUN TestBuildSquashParent [2020-11-30T03:23:21.066Z] --- PASS: TestBuildSquashParent (6.84s) [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:23:21.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:23:21.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:23:21.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:23:21.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:23:21.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:23:21.066Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:23:21.066Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:23:21.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:23:21.066Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:23:23.830Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:23:23.830Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:23:25.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:23:25.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:23:28.557Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2020-11-30T03:23:28.557Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.51s) [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.59s) [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.42s) [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.44s) [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.39s) [2020-11-30T03:23:28.643Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s) [2020-11-30T03:23:28.643Z] === RUN TestBuildMultiStageCopy [2020-11-30T03:23:28.643Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-30T03:23:29.134Z] ok github.com/docker/docker/api/server/middleware 0.050s coverage: 37.7% of statements [2020-11-30T03:23:29.134Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-30T03:23:29.134Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-30T03:23:29.134Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-30T03:23:29.397Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-30T03:23:29.397Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-30T03:23:29.397Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-30T03:23:29.397Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-30T03:23:29.397Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-30T03:23:29.397Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-30T03:23:30.711Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-30T03:23:30.830Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-30T03:23:30.830Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-30T03:23:31.101Z] ok github.com/docker/docker/api/types/strslice 0.015s coverage: 90.0% of statements [2020-11-30T03:23:31.101Z] ok github.com/docker/docker/api/types/filters 0.035s coverage: 92.2% of statements [2020-11-30T03:23:31.101Z] ok github.com/docker/docker/api/server/router/swarm 0.036s coverage: 5.7% of statements [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-30T03:23:31.101Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-30T03:23:31.101Z] ok github.com/docker/docker/api/types/time 0.027s coverage: 100.0% of statements [2020-11-30T03:23:31.343Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-30T03:23:31.682Z] ok github.com/docker/docker/api/types/versions 0.015s coverage: 75.0% of statements [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-30T03:23:31.682Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-30T03:23:31.988Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-30T03:23:32.621Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-30T03:23:33.254Z] --- PASS: TestBuildMultiStageCopy (4.93s) [2020-11-30T03:23:33.254Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.61s) [2020-11-30T03:23:33.254Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2020-11-30T03:23:33.254Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-11-30T03:23:33.254Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2020-11-30T03:23:33.254Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2020-11-30T03:23:33.254Z] === RUN TestBuildMultiStageParentConfig [2020-11-30T03:23:34.259Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2020-11-30T03:23:34.760Z] --- PASS: TestBuildMultiStageParentConfig (1.52s) [2020-11-30T03:23:34.760Z] === RUN TestBuildLabelWithTargets [2020-11-30T03:23:35.211Z] ok github.com/docker/docker/builder/remotecontext 0.316s coverage: 13.7% of statements [2020-11-30T03:23:36.162Z] ok github.com/docker/docker/builder/dockerfile 0.891s coverage: 48.3% of statements [2020-11-30T03:23:36.162Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-30T03:23:36.741Z] ok github.com/docker/docker/builder/remotecontext/git 3.603s coverage: 86.3% of statements [2020-11-30T03:23:36.741Z] ? github.com/docker/docker/cli [no test files] [2020-11-30T03:23:36.741Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-30T03:23:37.493Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2020-11-30T03:23:37.493Z] === RUN TestBuildWithEmptyLayers [2020-11-30T03:23:38.126Z] --- PASS: TestBuildWithEmptyLayers (0.97s) [2020-11-30T03:23:38.126Z] === RUN TestBuildMultiStageOnBuild [2020-11-30T03:23:40.854Z] --- PASS: TestBuildMultiStageOnBuild (2.85s) [2020-11-30T03:23:40.854Z] === RUN TestBuildUncleanTarFilenames [2020-11-30T03:23:42.064Z] ok github.com/docker/docker/client 0.346s coverage: 75.4% of statements [2020-11-30T03:23:42.360Z] --- PASS: TestBuildUncleanTarFilenames (1.22s) [2020-11-30T03:23:42.360Z] === RUN TestBuildMultiStageLayerLeak [2020-11-30T03:23:45.160Z] --- PASS: TestBuildMultiStageLayerLeak (3.07s) [2020-11-30T03:23:45.160Z] === RUN TestBuildWithHugeFile [2020-11-30T03:23:47.841Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m58.427836827s with top 10 stages: buildssa: 1m34.920035979s, goimports: 21.895607737s, unconvert: 11.907285866s, gosec: 9.693144877s, golint: 5.73217868s, inspect: 3.867674961s, misspell: 3.796411058s, ineffassign: 3.683932828s, vrp: 2.831116515s, ctrlflow: 1.90630303s [2020-11-30T03:23:56.028Z] INFO [runner/unused/goanalysis] analyzers took 26.587699338s with top 10 stages: buildssa: 22.392567952s, U1000: 4.195131386s [2020-11-30T03:23:56.290Z] INFO [runner] Issues before processing: 2262, after processing: 0 [2020-11-30T03:23:56.290Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, nolint: 0/64, exclude: 1577/1577, cgo: 1682/2262, skip_files: 1682/1682, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, exclude-rules: 64/1577, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577 [2020-11-30T03:23:56.290Z] INFO [runner] processing took 167.067451ms with stages: nolint: 74.14777ms, identifier_marker: 59.175717ms, path_prettifier: 14.088769ms, autogenerated_exclude: 7.531487ms, exclude-rules: 6.672076ms, skip_dirs: 3.742843ms, cgo: 951.51µs, filename_unadjuster: 750.992µs, max_same_issues: 1.728µs, diff: 837ns, uniq_by_line: 832ns, exclude: 654ns, max_from_linter: 590ns, source_code: 545ns, skip_files: 450ns, path_shortener: 359ns, max_per_file_from_linter: 292ns [2020-11-30T03:23:56.290Z] INFO [runner] linters took 1m36.163404363s with stages: goanalysis_metalinter: 1m17.154701903s, unused: 18.840935044s [2020-11-30T03:23:56.290Z] INFO File cache stats: 1448 entries of total size 6.8MiB [2020-11-30T03:23:56.863Z] INFO Memory: 1632 samples, avg is 244.4MB, max is 3163.7MB [2020-11-30T03:23:56.863Z] INFO Execution took 3m37.10361577s [2020-11-30T03:23:57.125Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-11-30T03:23:57.770Z] #67 exporting layers 80.6s done [2020-11-30T03:23:57.771Z] #67 exporting manifest sha256:38ccdaa965498d33cec2b3ffd0d9bbf6b68bd025cd240016e0c5b8b4584ea056 done [2020-11-30T03:23:57.771Z] #67 exporting config sha256:31dc993e007597e53b0fe9fa5a781fb8baed8d2156e59e4665889adce13a5c77 done [2020-11-30T03:23:57.771Z] #67 sending tarball [2020-11-30T03:23:58.046Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh dynbinary-daemon test-docker-py [2020-11-30T03:23:58.618Z] [2020-11-30T03:23:58.618Z] Removing bundles/ [2020-11-30T03:23:58.618Z] [2020-11-30T03:23:58.618Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-11-30T03:23:58.618Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:23:58.618Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:24:04.082Z] ok github.com/docker/docker/cmd/dockerd 0.137s coverage: 29.1% of statements [2020-11-30T03:24:05.477Z] ok github.com/docker/docker/container 0.146s coverage: 34.7% of statements [2020-11-30T03:24:05.477Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-30T03:24:05.477Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-30T03:24:05.477Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-30T03:24:05.477Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-30T03:24:08.038Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.097s coverage: 65.3% of statements [2020-11-30T03:24:09.973Z] ok github.com/docker/docker/daemon/cluster/convert 0.039s coverage: 35.9% of statements [2020-11-30T03:24:12.356Z] --- PASS: TestBuildWithHugeFile (27.06s) [2020-11-30T03:24:12.356Z] === RUN TestBuildWithEmptyDockerfile [2020-11-30T03:24:12.356Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:24:12.356Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:24:12.356Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:24:12.356Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:24:12.356Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:24:12.356Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:24:12.356Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:24:12.356Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:24:12.700Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:24:12.700Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-11-30T03:24:12.700Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s) [2020-11-30T03:24:12.700Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s) [2020-11-30T03:24:12.700Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-11-30T03:24:12.700Z] === RUN TestBuildPreserveOwnership [2020-11-30T03:24:12.700Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-30T03:24:13.261Z] #67 sending tarball 15.5s done [2020-11-30T03:24:13.261Z] #67 DONE 96.2s [2020-11-30T03:24:13.261Z] [2020-11-30T03:24:13.261Z] #68 importing to docker [2020-11-30T03:24:13.305Z] ok github.com/docker/docker/daemon/cluster 0.160s coverage: 0.5% of statements [2020-11-30T03:24:15.873Z] ok github.com/docker/docker/daemon/discovery 0.021s coverage: 30.0% of statements [2020-11-30T03:24:15.873Z] ok github.com/docker/docker/daemon/config 0.140s coverage: 81.8% of statements [2020-11-30T03:24:16.826Z] ok github.com/docker/docker/daemon/events 0.083s coverage: 50.0% of statements [2020-11-30T03:24:17.156Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-30T03:24:17.777Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2020-11-30T03:24:19.221Z] --- PASS: TestBuildPreserveOwnership (6.59s) [2020-11-30T03:24:19.221Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.24s) [2020-11-30T03:24:19.221Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.33s) [2020-11-30T03:24:19.221Z] === RUN TestBuildPlatformInvalid [2020-11-30T03:24:19.513Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-11-30T03:24:19.513Z] PASS [2020-11-30T03:24:19.513Z] [2020-11-30T03:24:19.513Z] === Skipped [2020-11-30T03:24:19.513Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-11-30T03:24:19.513Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:24:19.513Z] [2020-11-30T03:24:19.513Z] [2020-11-30T03:24:19.513Z] DONE 32 tests, 1 skipped in 78.096s [2020-11-30T03:24:19.513Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-11-30T03:24:19.513Z] ++ 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-11-30T03:24:19.513Z] ++ set -e [2020-11-30T03:24:19.513Z] ++ '[' -n 0 ']' [2020-11-30T03:24:19.513Z] ++ set -x [2020-11-30T03:24:19.513Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:24:19.513Z] INFO: Testing against a local daemon [2020-11-30T03:24:19.513Z] === RUN TestConfigInspect [2020-11-30T03:24:21.097Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.604s coverage: 14.1% of statements [2020-11-30T03:24:21.097Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.029s coverage: 2.9% of statements [2020-11-30T03:24:22.494Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.566s coverage: 56.2% of statements [2020-11-30T03:24:23.974Z] --- PASS: TestConfigInspect (3.89s) [2020-11-30T03:24:23.974Z] === RUN TestConfigList [2020-11-30T03:24:25.058Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.018s coverage: 1.8% of statements [2020-11-30T03:24:26.988Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.408s coverage: 46.2% of statements [2020-11-30T03:24:27.488Z] --- PASS: TestConfigList (3.63s) [2020-11-30T03:24:27.488Z] === RUN TestConfigsCreateAndDelete [2020-11-30T03:24:28.382Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.720s coverage: 73.1% of statements [2020-11-30T03:24:28.382Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.782s coverage: 49.5% of statements [2020-11-30T03:24:28.664Z] #68 DONE 16.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-30T03:24:29.128Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/test/unit [2020-11-30T03:24:30.216Z] --- PASS: TestConfigsCreateAndDelete (3.20s) [2020-11-30T03:24:30.216Z] === RUN TestConfigsUpdate [2020-11-30T03:24:30.313Z] ok github.com/docker/docker/daemon 12.395s coverage: 17.2% of statements [2020-11-30T03:24:30.313Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-30T03:24:30.313Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-30T03:24:30.313Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-30T03:24:30.313Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-30T03:24:30.313Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-30T03:24:30.313Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2020-11-30T03:24:30.576Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.023s coverage: 3.0% of statements [2020-11-30T03:24:31.154Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2020-11-30T03:24:32.687Z] ? github.com/docker/docker/api [no test files] [2020-11-30T03:24:33.086Z] ok github.com/docker/docker/daemon/logger 0.250s coverage: 41.0% of statements [2020-11-30T03:24:33.664Z] ok github.com/docker/docker/daemon/images 0.056s coverage: 6.5% of statements [2020-11-30T03:24:34.242Z] ok github.com/docker/docker/daemon/logger/awslogs 0.282s coverage: 77.8% of statements [2020-11-30T03:24:34.506Z] ok github.com/docker/docker/daemon/logger/gelf 0.015s coverage: 67.0% of statements [2020-11-30T03:24:34.665Z] --- PASS: TestConfigsUpdate (3.68s) [2020-11-30T03:24:34.665Z] === RUN TestTemplatedConfig [2020-11-30T03:24:35.085Z] ok github.com/docker/docker/daemon/logger/journald 0.034s coverage: 23.9% of statements [2020-11-30T03:24:35.085Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.296s coverage: 57.7% of statements [2020-11-30T03:24:35.085Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-30T03:24:35.085Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-30T03:24:35.085Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-30T03:24:35.085Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-30T03:24:35.085Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-30T03:24:35.085Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-30T03:24:35.664Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 87.2% of statements [2020-11-30T03:24:35.928Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.051s coverage: 61.6% of statements [2020-11-30T03:24:36.885Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 75.2% of statements [2020-11-30T03:24:36.885Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-30T03:24:37.464Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.117s coverage: 58.6% of statements [2020-11-30T03:24:37.464Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 33.3% of statements [2020-11-30T03:24:38.042Z] ok github.com/docker/docker/daemon/logger/templates 0.013s coverage: 8.3% of statements [2020-11-30T03:24:38.149Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:24:38.149Z] [2020-11-30T03:24:38.149Z] + TEST_INTEGRATION_DEST=2 [2020-11-30T03:24:38.149Z] + CONTAINER_NAME=docker-pr3-2 [2020-11-30T03:24:38.149Z] + TEST_SKIP_INTEGRATION=1 [2020-11-30T03:24:38.149Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-11-30T03:24:38.149Z] + run_tests [2020-11-30T03:24:38.149Z] + c=0 [2020-11-30T03:24:38.149Z] + '[' -n 0 ']' [2020-11-30T03:24:38.149Z] + rm= [2020-11-30T03:24:38.149Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41728/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh '' test-integration [2020-11-30T03:24:38.149Z] + TEST_INTEGRATION_DEST=1 [2020-11-30T03:24:38.149Z] + CONTAINER_NAME=docker-pr3-1 [2020-11-30T03:24:38.149Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-11-30T03:24:38.149Z] + run_tests test-integration-flaky [2020-11-30T03:24:38.149Z] + '[' -n 0 ']' [2020-11-30T03:24:38.149Z] + rm= [2020-11-30T03:24:38.149Z] + TEST_INTEGRATION_DEST=3 [2020-11-30T03:24:38.149Z] + CONTAINER_NAME=docker-pr3-3 [2020-11-30T03:24:38.149Z] + TEST_SKIP_INTEGRATION=1 [2020-11-30T03:24:38.149Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-11-30T03:24:38.149Z] + run_tests [2020-11-30T03:24:38.149Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41728/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh test-integration-flaky test-integration [2020-11-30T03:24:38.149Z] + '[' -n 0 ']' [2020-11-30T03:24:38.149Z] + rm= [2020-11-30T03:24:38.149Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41728/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh '' test-integration [2020-11-30T03:24:38.149Z] ++ jobs -p [2020-11-30T03:24:38.149Z] + for job in $(jobs -p) [2020-11-30T03:24:38.149Z] + wait 16399 [2020-11-30T03:24:38.149Z] [2020-11-30T03:24:38.149Z] [2020-11-30T03:24:38.149Z] [2020-11-30T03:24:38.149Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:24:38.149Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:24:38.149Z] HOSTNAME=eb5bd32c2786 [2020-11-30T03:24:38.149Z] TEST_SKIP_INTEGRATION=1 [2020-11-30T03:24:38.149Z] TESTDEBUG=0 [2020-11-30T03:24:38.149Z] DEST=bundles/test-integration [2020-11-30T03:24:38.149Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:24:38.149Z] KEEPBUNDLE=1 [2020-11-30T03:24:38.149Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:24:38.149Z] container=docker [2020-11-30T03:24:38.149Z] HOME=/root [2020-11-30T03:24:38.149Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:24:38.149Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:24:38.149Z] VALIDATE_BRANCH=master [2020-11-30T03:24:38.149Z] TERM=xterm [2020-11-30T03:24:38.149Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:24:38.149Z] SHLVL=1 [2020-11-30T03:24:38.149Z] TIMEOUT=120m [2020-11-30T03:24:38.149Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:24:38.149Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:24:38.149Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-11-30T03:24:38.149Z] GO111MODULE=off [2020-11-30T03:24:38.149Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:24:38.149Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:24:38.149Z] GOPATH=/go [2020-11-30T03:24:38.149Z] PKG_CONFIG=pkg-config [2020-11-30T03:24:38.149Z] _=/usr/bin/env [2020-11-30T03:24:38.149Z] Building test suite binary ./integration-cli/test.main [2020-11-30T03:24:38.149Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-11-30T03:24:38.149Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:24:38.149Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:24:38.149Z] HOSTNAME=869c0a21cea6 [2020-11-30T03:24:38.149Z] TEST_SKIP_INTEGRATION=1 [2020-11-30T03:24:38.149Z] TESTDEBUG=0 [2020-11-30T03:24:38.149Z] DEST=bundles/test-integration [2020-11-30T03:24:38.149Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:24:38.149Z] KEEPBUNDLE=1 [2020-11-30T03:24:38.149Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:24:38.149Z] container=docker [2020-11-30T03:24:38.149Z] HOME=/root [2020-11-30T03:24:38.149Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:24:38.149Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:24:38.149Z] VALIDATE_BRANCH=master [2020-11-30T03:24:38.149Z] TERM=xterm [2020-11-30T03:24:38.149Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:24:38.149Z] SHLVL=1 [2020-11-30T03:24:38.149Z] TIMEOUT=120m [2020-11-30T03:24:38.149Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:24:38.149Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:24:38.149Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-11-30T03:24:38.149Z] GO111MODULE=off [2020-11-30T03:24:38.149Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:24:38.149Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:24:38.149Z] GOPATH=/go [2020-11-30T03:24:38.149Z] PKG_CONFIG=pkg-config [2020-11-30T03:24:38.149Z] _=/usr/bin/env [2020-11-30T03:24:38.149Z] Building test suite binary ./integration-cli/test.main [2020-11-30T03:24:38.149Z] No new tests added to integration. [2020-11-30T03:24:38.149Z] [2020-11-30T03:24:38.149Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:24:38.149Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:24:38.149Z] HOSTNAME=24a4ae9ef8de [2020-11-30T03:24:38.149Z] TESTDEBUG=0 [2020-11-30T03:24:38.149Z] DEST=bundles/test-integration [2020-11-30T03:24:38.149Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:24:38.149Z] KEEPBUNDLE=1 [2020-11-30T03:24:38.149Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:24:38.149Z] container=docker [2020-11-30T03:24:38.149Z] HOME=/root [2020-11-30T03:24:38.149Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:24:38.149Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:24:38.149Z] VALIDATE_BRANCH=master [2020-11-30T03:24:38.149Z] TERM=xterm [2020-11-30T03:24:38.149Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:24:38.149Z] SHLVL=1 [2020-11-30T03:24:38.149Z] TIMEOUT=120m [2020-11-30T03:24:38.149Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:24:38.149Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:24:38.149Z] GO111MODULE=off [2020-11-30T03:24:38.149Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-30T03:24:38.149Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:24:38.149Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:24:38.149Z] GOPATH=/go [2020-11-30T03:24:38.149Z] PKG_CONFIG=pkg-config [2020-11-30T03:24:38.149Z] _=/usr/bin/env [2020-11-30T03:24:38.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-30T03:24:38.182Z] --- PASS: TestTemplatedConfig (3.59s) [2020-11-30T03:24:38.182Z] === RUN TestConfigCreateResolve [2020-11-30T03:24:38.994Z] ok github.com/docker/docker/daemon/logger/syslog 0.052s coverage: 46.8% of statements [2020-11-30T03:24:39.259Z] ok github.com/docker/docker/daemon/network 0.031s coverage: 63.8% of statements [2020-11-30T03:24:40.211Z] ok github.com/docker/docker/daemon/logger/splunk 1.957s coverage: 82.5% of statements [2020-11-30T03:24:40.211Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-30T03:24:40.211Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-30T03:24:40.790Z] ok github.com/docker/docker/distribution/metadata 0.120s coverage: 48.2% of statements [2020-11-30T03:24:40.918Z] --- PASS: TestConfigCreateResolve (3.16s) [2020-11-30T03:24:40.918Z] === RUN TestConfigDaemonLibtrustID [2020-11-30T03:24:41.209Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-11-30T03:24:41.209Z] PASS [2020-11-30T03:24:41.209Z] [2020-11-30T03:24:41.209Z] DONE 7 tests in 21.756s [2020-11-30T03:24:41.209Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-11-30T03:24:41.209Z] ++ 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-11-30T03:24:41.209Z] ++ set -e [2020-11-30T03:24:41.209Z] ++ '[' -n 0 ']' [2020-11-30T03:24:41.209Z] ++ set -x [2020-11-30T03:24:41.209Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:24:41.501Z] INFO: Testing against a local daemon [2020-11-30T03:24:41.501Z] === RUN TestCheckpoint [2020-11-30T03:24:41.501Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-30T03:24:41.501Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:24:41.501Z] === RUN TestContainerInvalidJSON [2020-11-30T03:24:41.501Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:24:41.501Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:24:41.501Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:24:41.501Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:24:41.501Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:24:41.501Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:24:41.501Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:24:41.501Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:24:41.501Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:24:41.501Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-11-30T03:24:41.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-30T03:24:41.501Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-30T03:24:41.501Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-30T03:24:41.501Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-30T03:24:41.501Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2020-11-30T03:24:41.501Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-30T03:24:41.746Z] ok github.com/docker/docker/distribution 0.296s coverage: 25.6% of statements [2020-11-30T03:24:41.746Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-30T03:24:41.746Z] ok github.com/docker/docker/errdefs 0.018s coverage: 53.1% of statements [2020-11-30T03:24:41.792Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-11-30T03:24:41.792Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-30T03:24:41.792Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-11-30T03:24:41.792Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-30T03:24:42.085Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-11-30T03:24:42.085Z] === RUN TestCopyFromContainer [2020-11-30T03:24:43.146Z] ok github.com/docker/docker/image 0.063s coverage: 86.4% of statements [2020-11-30T03:24:43.146Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2020-11-30T03:24:43.410Z] ok github.com/docker/docker/distribution/xfer 1.699s coverage: 85.6% of statements [2020-11-30T03:24:43.410Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-30T03:24:43.410Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-30T03:24:43.410Z] ok github.com/docker/docker/image/v1 0.040s coverage: 25.0% of statements [2020-11-30T03:24:43.410Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-30T03:24:43.674Z] ok github.com/docker/docker/libcontainerd/queue 0.041s coverage: 100.0% of statements [2020-11-30T03:24:44.151Z] === RUN TestCopyFromContainer// [2020-11-30T03:24:44.151Z] === RUN TestCopyFromContainer//bar/root [2020-11-30T03:24:44.151Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-30T03:24:44.151Z] === RUN TestCopyFromContainer/bar/quux [2020-11-30T03:24:44.442Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-30T03:24:44.442Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-30T03:24:44.442Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-30T03:24:44.734Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-30T03:24:44.734Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-30T03:24:44.734Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer (2.91s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-11-30T03:24:44.734Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-11-30T03:24:44.734Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-30T03:24:44.734Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:24:44.734Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:24:44.734Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:24:44.734Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:24:44.734Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:24:44.734Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:24:45.025Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:24:45.025Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:24:45.025Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:24:45.025Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-30T03:24:45.025Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-30T03:24:45.025Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-30T03:24:45.025Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-30T03:24:45.025Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-30T03:24:45.025Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-11-30T03:24:45.025Z] === RUN TestCreateWithInvalidEnv [2020-11-30T03:24:45.025Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-30T03:24:45.025Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-30T03:24:45.025Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-30T03:24:45.025Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-30T03:24:45.025Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-30T03:24:45.025Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-30T03:24:45.025Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-30T03:24:45.025Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-30T03:24:45.025Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-30T03:24:45.025Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-11-30T03:24:45.025Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-30T03:24:45.025Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-30T03:24:45.025Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-30T03:24:45.025Z] === RUN TestCreateTmpfsMountsTarget [2020-11-30T03:24:45.025Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-30T03:24:45.025Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-30T03:24:45.086Z] ok github.com/docker/docker/oci 0.043s coverage: 8.2% of statements [2020-11-30T03:24:45.086Z] ok github.com/docker/docker/opts 0.078s coverage: 67.1% of statements [2020-11-30T03:24:45.086Z] ok github.com/docker/docker/pkg/aaparser 0.013s coverage: 52.9% of statements [2020-11-30T03:24:46.038Z] ok github.com/docker/docker/pkg/broadcaster 0.053s coverage: 100.0% of statements [2020-11-30T03:24:46.990Z] ok github.com/docker/docker/pkg/authorization 0.254s coverage: 68.3% of statements [2020-11-30T03:24:46.990Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements [2020-11-30T03:24:47.152Z] --- PASS: TestCreateWithCustomMaskedPaths (2.26s) [2020-11-30T03:24:47.152Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-30T03:24:47.941Z] ok github.com/docker/docker/pkg/directory 0.026s coverage: 80.0% of statements [2020-11-30T03:24:48.534Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2020-11-30T03:24:48.534Z] ok github.com/docker/docker/pkg/archive 1.255s coverage: 76.8% of statements [2020-11-30T03:24:49.144Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.54s) [2020-11-30T03:24:49.880Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-30T03:24:49.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:24:49.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:24:49.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:24:49.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:24:49.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:24:49.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:24:49.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:24:49.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:24:49.880Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:24:49.880Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:24:49.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:24:49.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:24:49.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:24:49.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:24:49.880Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-11-30T03:24:49.880Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-30T03:24:49.880Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-30T03:24:50.122Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-11-30T03:24:50.213Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:24:50.213Z] [2020-11-30T03:24:50.213Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:24:50.213Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:24:50.213Z] HOSTNAME=b8996d157e7b [2020-11-30T03:24:50.214Z] DEST=bundles/test-integration [2020-11-30T03:24:50.214Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:24:50.214Z] DOCKER_ROOTLESS=1 [2020-11-30T03:24:50.214Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:24:50.214Z] container=docker [2020-11-30T03:24:50.214Z] HOME=/root [2020-11-30T03:24:50.214Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:24:50.214Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:24:50.214Z] VALIDATE_BRANCH=master [2020-11-30T03:24:50.214Z] TERM=xterm [2020-11-30T03:24:50.214Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:24:50.214Z] SHLVL=1 [2020-11-30T03:24:50.214Z] TIMEOUT=120m [2020-11-30T03:24:50.214Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:24:50.214Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:24:50.214Z] GO111MODULE=off [2020-11-30T03:24:50.214Z] DOCKER_EXPERIMENTAL=1 [2020-11-30T03:24:50.214Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-30T03:24:50.214Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:24:50.214Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:24:50.214Z] GOPATH=/go [2020-11-30T03:24:50.214Z] PKG_CONFIG=pkg-config [2020-11-30T03:24:50.214Z] _=/usr/bin/env [2020-11-30T03:24:50.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-30T03:24:50.385Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-11-30T03:24:50.512Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.84s) [2020-11-30T03:24:50.512Z] === RUN TestCreateDifferentPlatform [2020-11-30T03:24:50.512Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-30T03:24:50.512Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-30T03:24:50.512Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-30T03:24:50.512Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-30T03:24:50.512Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-30T03:24:50.512Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-30T03:24:50.803Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-11-30T03:24:50.803Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-30T03:24:50.803Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-30T03:24:50.803Z] === RUN TestContainerStartOnDaemonRestart [2020-11-30T03:24:50.803Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-30T03:24:50.803Z] === RUN TestDaemonRestartIpcMode [2020-11-30T03:24:50.803Z] === PAUSE TestDaemonRestartIpcMode [2020-11-30T03:24:50.803Z] === RUN TestDaemonHostGatewayIP [2020-11-30T03:24:50.803Z] === PAUSE TestDaemonHostGatewayIP [2020-11-30T03:24:50.803Z] === RUN TestContainerKillOnDaemonStart [2020-11-30T03:24:50.803Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-30T03:24:50.803Z] === RUN TestDiff [2020-11-30T03:24:50.960Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-11-30T03:24:51.368Z] ok github.com/docker/docker/api/server 0.025s coverage: 9.0% of statements [2020-11-30T03:24:51.535Z] ok github.com/docker/docker/pkg/chrootarchive 3.636s coverage: 43.2% of statements [2020-11-30T03:24:51.838Z] --- PASS: TestDiff (0.79s) [2020-11-30T03:24:51.839Z] === RUN TestExecWithCloseStdin [2020-11-30T03:24:52.110Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-11-30T03:24:52.110Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2020-11-30T03:24:52.470Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-11-30T03:24:52.470Z] === RUN TestExec [2020-11-30T03:24:52.686Z] ok github.com/docker/docker/pkg/homedir 0.031s coverage: 11.4% of statements [2020-11-30T03:24:52.950Z] ok github.com/docker/docker/pkg/fsutils 0.330s coverage: 85.1% of statements [2020-11-30T03:24:52.950Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-11-30T03:24:53.503Z] --- PASS: TestExec (0.95s) [2020-11-30T03:24:53.503Z] === RUN TestExecUser [2020-11-30T03:24:54.348Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2020-11-30T03:24:54.348Z] ok github.com/docker/docker/layer 8.019s coverage: 68.8% of statements [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-30T03:24:54.348Z] ok github.com/docker/docker/pkg/idtools 0.591s coverage: 70.1% of statements [2020-11-30T03:24:54.348Z] ok github.com/docker/docker/pkg/ioutils 0.584s coverage: 69.3% of statements [2020-11-30T03:24:54.348Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-30T03:24:54.537Z] --- PASS: TestExecUser (0.89s) [2020-11-30T03:24:54.537Z] === RUN TestExportContainerAndImportImage [2020-11-30T03:24:54.612Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2020-11-30T03:24:54.612Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-30T03:24:54.612Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-30T03:24:54.876Z] ok github.com/docker/docker/pkg/namesgenerator 0.016s coverage: 85.7% of statements [2020-11-30T03:24:54.876Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-30T03:24:54.876Z] ok github.com/docker/docker/pkg/parsers 0.030s coverage: 97.0% of statements [2020-11-30T03:24:55.139Z] ok github.com/docker/docker/pkg/parsers/kernel 0.032s coverage: 60.0% of statements [2020-11-30T03:24:55.403Z] ok github.com/docker/docker/pkg/pidfile 0.014s coverage: 82.4% of statements [2020-11-30T03:24:55.403Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.045s coverage: 86.7% of statements [2020-11-30T03:24:55.403Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-30T03:24:55.403Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-30T03:24:55.571Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2020-11-30T03:24:55.572Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-30T03:24:55.982Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.042s coverage: 56.8% of statements [2020-11-30T03:24:56.560Z] ok github.com/docker/docker/pkg/pools 0.022s coverage: 88.2% of statements [2020-11-30T03:24:56.560Z] ok github.com/docker/docker/pkg/plugins/transport 0.022s coverage: 85.7% of statements [2020-11-30T03:24:56.824Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2020-11-30T03:24:57.079Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-11-30T03:24:57.079Z] === RUN TestHealthCheckWorkdir [2020-11-30T03:24:57.400Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2020-11-30T03:24:57.976Z] ok github.com/docker/docker/pkg/stdcopy 0.022s coverage: 100.0% of statements [2020-11-30T03:24:58.113Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-11-30T03:24:58.113Z] === RUN TestHealthKillContainer [2020-11-30T03:24:58.239Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 75.0% of statements [2020-11-30T03:24:58.502Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-11-30T03:24:58.502Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2020-11-30T03:24:59.453Z] ok github.com/docker/docker/pkg/sysinfo 0.022s coverage: 54.2% of statements [2020-11-30T03:24:59.716Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 36.9% of statements [2020-11-30T03:25:00.293Z] ok github.com/docker/docker/pkg/tailfile 0.101s coverage: 88.6% of statements [2020-11-30T03:25:00.293Z] ok github.com/docker/docker/pkg/signal 2.783s coverage: 61.0% of statements [2020-11-30T03:25:00.558Z] ok github.com/docker/docker/pkg/tarsum 0.132s coverage: 89.3% of statements [2020-11-30T03:25:00.821Z] testing: warning: no tests to run [2020-11-30T03:25:00.821Z] coverage: [no statements] [2020-11-30T03:25:00.821Z] ok github.com/docker/docker/pkg/term/windows 0.009s coverage: [no statements] [no tests to run] [2020-11-30T03:25:00.821Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-11-30T03:25:00.841Z] --- PASS: TestHealthKillContainer (2.88s) [2020-11-30T03:25:00.841Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-30T03:25:01.085Z] ok github.com/docker/docker/pkg/urlutil 0.028s coverage: 100.0% of statements [2020-11-30T03:25:01.085Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2020-11-30T03:25:01.875Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2020-11-30T03:25:01.875Z] === RUN TestIpcModeNone [2020-11-30T03:25:02.481Z] ok github.com/docker/docker/plugin/v2 0.018s coverage: 14.5% of statements [2020-11-30T03:25:02.745Z] ok github.com/docker/docker/profiles/seccomp 0.026s coverage: 85.4% of statements [2020-11-30T03:25:02.909Z] --- PASS: TestIpcModeNone (0.93s) [2020-11-30T03:25:02.909Z] === RUN TestIpcModePrivate [2020-11-30T03:25:03.325Z] ok github.com/docker/docker/reference 0.021s coverage: 84.4% of statements [2020-11-30T03:25:03.901Z] ok github.com/docker/docker/plugin 0.562s coverage: 23.2% of statements [2020-11-30T03:25:03.942Z] --- PASS: TestIpcModePrivate (0.91s) [2020-11-30T03:25:03.943Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-11-30T03:25:03.943Z] === RUN TestIpcModeShareable [2020-11-30T03:25:04.575Z] --- PASS: TestIpcModeShareable (0.97s) [2020-11-30T03:25:04.575Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-11-30T03:25:04.575Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-30T03:25:05.832Z] ok github.com/docker/docker/registry 0.164s coverage: 57.2% of statements [2020-11-30T03:25:05.832Z] ok github.com/docker/docker/registry/resumable 0.035s coverage: 100.0% of statements [2020-11-30T03:25:05.832Z] ok github.com/docker/docker/quota 0.623s coverage: 71.4% of statements [2020-11-30T03:25:05.832Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 45.3% of statements [2020-11-30T03:25:06.095Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2020-11-30T03:25:06.676Z] ok github.com/docker/docker/runconfig 0.031s coverage: 66.1% of statements [2020-11-30T03:25:08.093Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.83s) [2020-11-30T03:25:08.093Z] === RUN TestAPIIpcModeHost [2020-11-30T03:25:08.093Z] --- PASS: TestAPIIpcModeHost (0.59s) [2020-11-30T03:25:08.093Z] === RUN TestDaemonIpcModeShareable [2020-11-30T03:25:08.606Z] ok github.com/docker/docker/volume/drivers 0.048s coverage: 36.1% of statements [2020-11-30T03:25:09.556Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.0% of statements [2020-11-30T03:25:10.134Z] ok github.com/docker/docker/volume/local 0.256s coverage: 76.6% of statements [2020-11-30T03:25:10.159Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2020-11-30T03:25:10.159Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-30T03:25:10.159Z] === RUN TestDaemonIpcModePrivate [2020-11-30T03:25:10.708Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-11-30T03:25:11.665Z] --- PASS: TestDaemonIpcModePrivate (1.70s) [2020-11-30T03:25:11.665Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-30T03:25:11.665Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-30T03:25:13.215Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2020-11-30T03:25:13.215Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-11-30T03:25:13.215Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-30T03:25:15.282Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s) [2020-11-30T03:25:15.282Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-11-30T03:25:15.282Z] === RUN TestIpcModeOlderClient [2020-11-30T03:25:15.282Z] === PAUSE TestIpcModeOlderClient [2020-11-30T03:25:15.282Z] === RUN TestKillContainerInvalidSignal [2020-11-30T03:25:15.915Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2020-11-30T03:25:15.915Z] === RUN TestKillContainer [2020-11-30T03:25:15.915Z] === RUN TestKillContainer/no_signal [2020-11-30T03:25:16.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-30T03:25:16.949Z] === RUN TestKillContainer/non_killing_signal [2020-11-30T03:25:17.240Z] === RUN TestKillContainer/killing_signal [2020-11-30T03:25:17.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-30T03:25:18.758Z] --- PASS: TestKillContainer (2.66s) [2020-11-30T03:25:18.759Z] --- PASS: TestKillContainer/no_signal (0.85s) [2020-11-30T03:25:18.759Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2020-11-30T03:25:18.759Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2020-11-30T03:25:18.759Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-30T03:25:18.759Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-30T03:25:19.391Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-30T03:25:20.425Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s) [2020-11-30T03:25:20.425Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.84s) [2020-11-30T03:25:20.425Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2020-11-30T03:25:20.425Z] === RUN TestKillStoppedContainer [2020-11-30T03:25:20.425Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-11-30T03:25:20.425Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-30T03:25:20.425Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-11-30T03:25:20.425Z] === RUN TestKillDifferentUserContainer [2020-11-30T03:25:20.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-30T03:25:21.459Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2020-11-30T03:25:21.459Z] === RUN TestInspectOomKilledTrue [2020-11-30T03:25:21.459Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-30T03:25:21.459Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:25:21.459Z] === RUN TestInspectOomKilledFalse [2020-11-30T03:25:21.459Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-30T03:25:21.459Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:25:21.459Z] === RUN TestLinksEtcHostsContentMatch [2020-11-30T03:25:21.750Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2020-11-30T03:25:21.750Z] === RUN TestLinksContainerNames [2020-11-30T03:25:23.817Z] --- PASS: TestLinksContainerNames (1.67s) [2020-11-30T03:25:23.817Z] === RUN TestLogsFollowTailEmpty [2020-11-30T03:25:24.450Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2020-11-30T03:25:24.450Z] === RUN TestContainerNetworkMountsNoChown [2020-11-30T03:25:25.084Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/default [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/default [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/private [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/private [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/rprivate [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/slave [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/slave [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/rslave [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/shared [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/shared [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/rshared [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-30T03:25:25.084Z] === CONT TestMountDaemonRoot/default [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:25:25.084Z] === CONT TestMountDaemonRoot/shared [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:25:25.084Z] === CONT TestMountDaemonRoot/rprivate [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:25:25.084Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:25:25.084Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/rshared [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/slave [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/rslave [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/private [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:25:25.085Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-30T03:25:25.085Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:25:25.085Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:25:25.377Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-30T03:25:25.669Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:25:25.960Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-30T03:25:25.960Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:25:25.960Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:25:25.960Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-30T03:25:25.960Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-11-30T03:25:25.960Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-11-30T03:25:25.961Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-11-30T03:25:25.961Z] === RUN TestContainerBindMountNonRecursive [2020-11-30T03:25:27.609Z] 680bbdbacf1b: Pull complete [2020-11-30T03:25:27.609Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-30T03:25:27.609Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:25:27.609Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:25:27.609Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-11-30T03:25:27.609Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-11-30T03:25:27.609Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1577' [2020-11-30T03:25:27.609Z] INFO: Docker version of control daemon [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] Client: Docker Engine - Enterprise [2020-11-30T03:25:27.609Z] Version: 19.03.12 [2020-11-30T03:25:27.609Z] API version: 1.40 [2020-11-30T03:25:27.609Z] Go version: go1.13.13 [2020-11-30T03:25:27.609Z] Git commit: 4306744 [2020-11-30T03:25:27.609Z] Built: 08/05/2020 19:27:53 [2020-11-30T03:25:27.609Z] OS/Arch: windows/amd64 [2020-11-30T03:25:27.609Z] Experimental: false [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] Server: Docker Engine - Enterprise [2020-11-30T03:25:27.609Z] Engine: [2020-11-30T03:25:27.609Z] Version: 19.03.12 [2020-11-30T03:25:27.609Z] API version: 1.40 (minimum version 1.24) [2020-11-30T03:25:27.609Z] Go version: go1.13.13 [2020-11-30T03:25:27.609Z] Git commit: f295753ffd [2020-11-30T03:25:27.609Z] Built: 08/05/2020 19:26:41 [2020-11-30T03:25:27.609Z] OS/Arch: windows/amd64 [2020-11-30T03:25:27.609Z] Experimental: true [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] INFO: Docker info of control daemon [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] Client: [2020-11-30T03:25:27.609Z] Debug Mode: false [2020-11-30T03:25:27.609Z] Plugins: [2020-11-30T03:25:27.609Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] Server: [2020-11-30T03:25:27.609Z] Containers: 0 [2020-11-30T03:25:27.609Z] Running: 0 [2020-11-30T03:25:27.609Z] Paused: 0 [2020-11-30T03:25:27.609Z] Stopped: 0 [2020-11-30T03:25:27.609Z] Images: 1 [2020-11-30T03:25:27.609Z] Server Version: 19.03.12 [2020-11-30T03:25:27.609Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-11-30T03:25:27.609Z] Windows: [2020-11-30T03:25:27.609Z] LCOW: [2020-11-30T03:25:27.609Z] Logging Driver: json-file [2020-11-30T03:25:27.609Z] Plugins: [2020-11-30T03:25:27.609Z] Volume: local [2020-11-30T03:25:27.609Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-30T03:25:27.609Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-30T03:25:27.609Z] Swarm: inactive [2020-11-30T03:25:27.609Z] Default Isolation: process [2020-11-30T03:25:27.609Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-30T03:25:27.609Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-11-30T03:25:27.609Z] OSType: windows [2020-11-30T03:25:27.609Z] Architecture: x86_64 [2020-11-30T03:25:27.609Z] CPUs: 4 [2020-11-30T03:25:27.609Z] Total Memory: 32GiB [2020-11-30T03:25:27.609Z] Name: azwin-2-6b01c0 [2020-11-30T03:25:27.609Z] ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV [2020-11-30T03:25:27.609Z] Docker Root Dir: D:\docker [2020-11-30T03:25:27.609Z] Debug Mode: false [2020-11-30T03:25:27.609Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:25:27.609Z] Labels: [2020-11-30T03:25:27.609Z] Experimental: true [2020-11-30T03:25:27.609Z] Insecure Registries: [2020-11-30T03:25:27.609Z] 10.0.0.4:5000 [2020-11-30T03:25:27.609Z] 127.0.0.0/8 [2020-11-30T03:25:27.609Z] Registry Mirrors: [2020-11-30T03:25:27.609Z] http://10.0.0.4:5000/ [2020-11-30T03:25:27.609Z] Live Restore Enabled: false [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] INFO: Commit hash is 35639d804d [2020-11-30T03:25:27.609Z] INFO: Nuke-Everything... [2020-11-30T03:25:27.609Z] INFO: Container count on control daemon to delete is 0 [2020-11-30T03:25:27.609Z] INFO: Nuking d:\CI [2020-11-30T03:25:27.609Z] INFO: Zapped successfully [2020-11-30T03:25:27.609Z] INFO: Location for testing is d:\CI\PR-41728\3 [2020-11-30T03:25:27.609Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] INFO: Building the image from Dockerfile.windows at 11/30/2020 03:25:19... [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] Sending build context to Docker daemon 57.2MB [2020-11-30T03:25:27.609Z] [2020-11-30T03:25:27.609Z] Step 1/10 : FROM microsoft/windowsservercore [2020-11-30T03:25:27.609Z] ---> 32fecabef723 [2020-11-30T03:25:27.609Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-11-30T03:25:27.609Z] ---> Running in 715efbe894fc [2020-11-30T03:25:27.609Z] Removing intermediate container 715efbe894fc [2020-11-30T03:25:27.609Z] ---> 47296359e0c4 [2020-11-30T03:25:27.609Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-11-30T03:25:27.609Z] ---> Running in 1011ac016f42 [2020-11-30T03:25:28.073Z] Removing intermediate container 1011ac016f42 [2020-11-30T03:25:28.073Z] ---> 95ba9cf10db2 [2020-11-30T03:25:28.073Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-11-30T03:25:28.073Z] ---> Running in 6eedb1221bcc [2020-11-30T03:25:28.539Z] Removing intermediate container 6eedb1221bcc [2020-11-30T03:25:28.539Z] ---> bf3604cd07d9 [2020-11-30T03:25:28.539Z] 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-11-30T03:25:28.539Z] ---> Running in 8765dacc91a4 [2020-11-30T03:25:28.694Z] --- PASS: TestContainerBindMountNonRecursive (2.27s) [2020-11-30T03:25:28.694Z] === RUN TestContainerVolumesMountedAsShared [2020-11-30T03:25:29.003Z] Removing intermediate container 8765dacc91a4 [2020-11-30T03:25:29.004Z] ---> e43a4962be63 [2020-11-30T03:25:29.004Z] 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 { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $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-11-30T03:25:29.004Z] ---> Running in 14d7eb35353d [2020-11-30T03:25:29.326Z] --- PASS: TestContainerVolumesMountedAsShared (0.87s) [2020-11-30T03:25:29.326Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-30T03:25:29.618Z] --- PASS: TestContainerVolumesMountedAsSlave (0.58s) [2020-11-30T03:25:29.618Z] === RUN TestNetworkNat [2020-11-30T03:25:30.652Z] --- PASS: TestNetworkNat (0.88s) [2020-11-30T03:25:30.652Z] === RUN TestNetworkLocalhostTCPNat [2020-11-30T03:25:31.685Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2020-11-30T03:25:31.685Z] === RUN TestNetworkLoopbackNat [2020-11-30T03:25:32.687Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.6% of statements [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/rootless [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/volume [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-30T03:25:32.687Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === Skipped [2020-11-30T03:25:32.687Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-30T03:25:32.687Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-30T03:25:32.687Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-30T03:25:32.687Z] time="2020-11-30T03:24:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-30T03:25:32.687Z] time="2020-11-30T03:24:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-30T03:25:32.687Z] time="2020-11-30T03:24:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-30T03:25:32.687Z] time="2020-11-30T03:24:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-30T03:25:32.687Z] time="2020-11-30T03:24:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:25:32.687Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:25:32.687Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.687Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-30T03:25:32.687Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:25:32.687Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-30T03:25:32.688Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-30T03:25:32.688Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-30T03:25:32.688Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.688Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.688Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.688Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.688Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:25:32.688Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-30T03:25:32.688Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-30T03:25:32.688Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-30T03:25:32.688Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] [2020-11-30T03:25:32.688Z] DONE 2191 tests, 26 skipped in 192.472s Post stage [Pipeline] junit [2020-11-30T03:25:32.704Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-30T03:25:35.120Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:25:35.120Z] [2020-11-30T03:25:35.120Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-11-30T03:25:35.120Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-11-30T03:25:35.120Z] Using test binary docker [2020-11-30T03:25:35.120Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-30T03:25:35.120Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:25:35.121Z] INFO: Waiting for daemon to start... [2020-11-30T03:25:35.121Z] Starting dockerd [2020-11-30T03:25:35.121Z] . [2020-11-30T03:25:35.121Z] INFO: Building docker-sdk-python3:4.3.0... [2020-11-30T03:25:35.123Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -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:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh dynbinary test-integration [2020-11-30T03:25:35.200Z] --- PASS: TestNetworkLoopbackNat (3.22s) [2020-11-30T03:25:35.200Z] === RUN TestPause [2020-11-30T03:25:35.492Z] --- PASS: TestPause (0.88s) [2020-11-30T03:25:35.492Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-30T03:25:35.492Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:25:35.492Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:25:35.492Z] === RUN TestPauseStopPausedContainer [2020-11-30T03:25:35.698Z] [2020-11-30T03:25:35.960Z] Removing bundles/ [2020-11-30T03:25:35.960Z] [2020-11-30T03:25:35.960Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-30T03:25:35.960Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:25:35.960Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:25:36.131Z] [2020-11-30T03:25:36.131Z] SUCCESS: Specified value was saved. [2020-11-30T03:25:36.525Z] --- PASS: TestPauseStopPausedContainer (0.90s) [2020-11-30T03:25:36.525Z] === RUN TestPsFilter [2020-11-30T03:25:36.816Z] --- PASS: TestPsFilter (0.28s) [2020-11-30T03:25:36.816Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-30T03:25:37.693Z] INFO: Downloading git... [2020-11-30T03:25:37.874Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2020-11-30T03:25:37.874Z] === RUN TestRemoveContainerWithVolume [2020-11-30T03:25:38.518Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2020-11-30T03:25:38.518Z] === RUN TestRemoveContainerRunning [2020-11-30T03:25:39.253Z] INFO: Downloading go... [2020-11-30T03:25:39.552Z] --- PASS: TestRemoveContainerRunning (0.85s) [2020-11-30T03:25:39.552Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-30T03:25:40.184Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2020-11-30T03:25:40.184Z] === RUN TestRemoveInvalidContainer [2020-11-30T03:25:40.184Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-30T03:25:40.184Z] === RUN TestRenameLinkedContainer [2020-11-30T03:25:43.704Z] --- PASS: TestRenameLinkedContainer (3.49s) [2020-11-30T03:25:43.704Z] === RUN TestRenameStoppedContainer [2020-11-30T03:25:43.996Z] INFO: Downloading compiler 1 of 3... [2020-11-30T03:25:43.996Z] INFO: Downloading compiler 2 of 3... [2020-11-30T03:25:44.336Z] --- PASS: TestRenameStoppedContainer (0.77s) [2020-11-30T03:25:44.336Z] === RUN TestRenameRunningContainerAndReuse [2020-11-30T03:25:44.981Z] INFO: Downloading compiler 3 of 3... [2020-11-30T03:25:44.981Z] INFO: Extracting git... [2020-11-30T03:25:46.401Z] --- PASS: TestRenameRunningContainerAndReuse (1.73s) [2020-11-30T03:25:46.401Z] === RUN TestRenameInvalidName [2020-11-30T03:25:47.034Z] --- PASS: TestRenameInvalidName (0.85s) [2020-11-30T03:25:47.034Z] === RUN TestRenameAnonymousContainer [2020-11-30T03:25:52.597Z] --- PASS: TestRenameAnonymousContainer (4.89s) [2020-11-30T03:25:52.597Z] === RUN TestRenameContainerWithSameName [2020-11-30T03:25:52.889Z] --- PASS: TestRenameContainerWithSameName (0.92s) [2020-11-30T03:25:52.889Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-30T03:25:52.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-30T03:25:52.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-30T03:25:52.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-30T03:25:52.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-30T03:25:52.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-30T03:25:52.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-30T03:25:54.956Z] --- PASS: TestRenameContainerWithLinkedContainer (1.80s) [2020-11-30T03:25:54.956Z] === RUN TestResize [2020-11-30T03:25:55.589Z] --- PASS: TestResize (0.86s) [2020-11-30T03:25:55.589Z] === RUN TestResizeWithInvalidSize [2020-11-30T03:25:56.222Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2020-11-30T03:25:56.222Z] === RUN TestResizeWhenContainerNotStarted [2020-11-30T03:25:56.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-30T03:25:57.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-30T03:25:57.255Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:25:57.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:25:57.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:25:57.255Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:25:57.255Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:25:59.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-30T03:25:59.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-30T03:25:59.323Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:25:59.323Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:26:00.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-30T03:26:00.830Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:26:00.831Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:26:02.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-30T03:26:02.337Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:26:02.338Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:26:02.746Z] INFO: Expanding go... [2020-11-30T03:26:03.427Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-30T03:26:04.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-30T03:26:04.403Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:26:04.694Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:26:05.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-30T03:26:06.653Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:26:06.653Z] Using test binary docker [2020-11-30T03:26:06.653Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-30T03:26:06.653Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:26:06.653Z] INFO: Waiting for daemon to start... [2020-11-30T03:26:06.653Z] Starting dockerd [2020-11-30T03:26:07.475Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:26:07.475Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:26:09.171Z] . [2020-11-30T03:26:09.428Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:26:09.428Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:26:09.428Z] Error: No such image: emptyfs [2020-11-30T03:26:09.428Z] Running integration-test (iteration 1) [2020-11-30T03:26:09.428Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.14s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.45s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.17s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.25s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.73s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.98s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s) [2020-11-30T03:26:09.542Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.85s) [2020-11-30T03:26:09.542Z] === RUN TestCgroupNamespacesRun [2020-11-30T03:26:11.056Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2020-11-30T03:26:11.056Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-30T03:26:13.141Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s) [2020-11-30T03:26:13.141Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-30T03:26:13.720Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-30T03:26:13.720Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-30T03:26:13.720Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-30T03:26:13.720Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2020-11-30T03:26:13.873Z] sha256:4c9ed4d95ca8f09b6d0c55fe50ee87cd906cc02439f948f602b9d4d8bc7908c4 [2020-11-30T03:26:13.873Z] INFO: Starting docker-py tests... [2020-11-30T03:26:13.873Z] ============================= test session starts ============================== [2020-11-30T03:26:13.873Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-11-30T03:26:13.873Z] rootdir: /src, inifile: pytest.ini [2020-11-30T03:26:13.873Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-11-30T03:26:13.873Z] collected 389 items / 1 deselected / 388 selected [2020-11-30T03:26:13.873Z] [2020-11-30T03:26:14.372Z] ok github.com/docker/docker/api/types/filters 0.028s coverage: 92.2% of statements [2020-11-30T03:26:14.372Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-30T03:26:14.372Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-30T03:26:14.372Z] ok github.com/docker/docker/api/types/time 0.030s coverage: 100.0% of statements [2020-11-30T03:26:14.647Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s) [2020-11-30T03:26:14.647Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-30T03:26:14.669Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-30T03:26:14.669Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-30T03:26:16.157Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2020-11-30T03:26:16.157Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-30T03:26:18.222Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-11-30T03:26:18.222Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-30T03:26:18.229Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2020-11-30T03:26:19.734Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s) [2020-11-30T03:26:19.734Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-30T03:26:20.767Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-11-30T03:26:20.767Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-30T03:26:21.018Z] ok github.com/docker/docker/builder/remotecontext/git 3.929s coverage: 86.3% of statements [2020-11-30T03:26:21.659Z] Loaded image: buildpack-deps:buster [2020-11-30T03:26:21.915Z] Loaded image: busybox:latest [2020-11-30T03:26:21.915Z] Loaded image: busybox:glibc [2020-11-30T03:26:21.915Z] Loaded image: debian:buster [2020-11-30T03:26:22.171Z] Loaded image: hello-world:latest [2020-11-30T03:26:22.171Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:26:22.171Z] INFO: Testing against a local daemon [2020-11-30T03:26:22.171Z] === RUN TestCgroupNamespacesBuild [2020-11-30T03:26:22.272Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2020-11-30T03:26:22.272Z] === RUN TestKernelTCPMemory [2020-11-30T03:26:22.560Z] ok github.com/docker/docker/builder/remotecontext 0.494s coverage: 13.7% of statements [2020-11-30T03:26:23.307Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-11-30T03:26:23.307Z] === RUN TestNISDomainname [2020-11-30T03:26:24.340Z] --- PASS: TestNISDomainname (0.96s) [2020-11-30T03:26:24.340Z] === RUN TestHostnameDnsResolution [2020-11-30T03:26:24.662Z] ok github.com/docker/docker/builder/dockerfile 1.189s coverage: 48.3% of statements [2020-11-30T03:26:24.662Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-30T03:26:24.662Z] ? github.com/docker/docker/cli [no test files] [2020-11-30T03:26:24.662Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-30T03:26:25.845Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-11-30T03:26:25.845Z] === RUN TestStats [2020-11-30T03:26:26.336Z] --- PASS: TestCgroupNamespacesBuild (3.69s) [2020-11-30T03:26:26.336Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-30T03:26:26.762Z] ok github.com/docker/docker/client 0.326s coverage: 75.4% of statements [2020-11-30T03:26:27.975Z] INFO: Expanding compiler 1 of 3... [2020-11-30T03:26:27.975Z] INFO: Expanding compiler 2 of 3... [2020-11-30T03:26:28.225Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.25s) [2020-11-30T03:26:28.225Z] === RUN TestBuildWithSession [2020-11-30T03:26:28.225Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-30T03:26:28.225Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:26:28.225Z] === RUN TestBuildSquashParent [2020-11-30T03:26:29.368Z] --- PASS: TestStats (2.95s) [2020-11-30T03:26:29.368Z] === RUN TestStopContainerWithTimeout [2020-11-30T03:26:29.368Z] === RUN TestStopContainerWithTimeout/0 [2020-11-30T03:26:29.368Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-30T03:26:29.368Z] === RUN TestStopContainerWithTimeout/1 [2020-11-30T03:26:29.368Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-30T03:26:29.368Z] === RUN TestStopContainerWithTimeout/3 [2020-11-30T03:26:29.368Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-30T03:26:29.368Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-30T03:26:29.368Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-30T03:26:29.368Z] === CONT TestStopContainerWithTimeout/0 [2020-11-30T03:26:29.368Z] === CONT TestStopContainerWithTimeout/3 [2020-11-30T03:26:29.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-30T03:26:29.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-30T03:26:30.000Z] === CONT TestStopContainerWithTimeout/1 [2020-11-30T03:26:31.225Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-11-30T03:26:31.796Z] tests/integration/api_client_test.py ..... [ 7%] [2020-11-30T03:26:32.066Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-30T03:26:32.714Z] INFO: Expanding compiler 3 of 3... [2020-11-30T03:26:33.578Z] tests/integration/api_config_test.py ..... [ 8%] [2020-11-30T03:26:33.694Z] INFO: Removing downloaded files... [2020-11-30T03:26:33.694Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-11-30T03:26:33.694Z] INFO: Configuring git core.autocrlf... [2020-11-30T03:26:34.838Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-30T03:26:34.838Z] --- PASS: TestStopContainerWithTimeout/0 (1.17s) [2020-11-30T03:26:34.838Z] --- PASS: TestStopContainerWithTimeout/3 (3.07s) [2020-11-30T03:26:34.838Z] --- PASS: TestStopContainerWithTimeout/1 (1.98s) [2020-11-30T03:26:34.838Z] --- PASS: TestStopContainerWithTimeout/-1 (2.84s) [2020-11-30T03:26:34.838Z] === RUN TestDeleteDevicemapper [2020-11-30T03:26:34.838Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-30T03:26:34.838Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:26:34.838Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-30T03:26:36.309Z] --- PASS: TestBuildSquashParent (7.13s) [2020-11-30T03:26:36.309Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-30T03:26:36.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:26:36.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:26:36.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:26:36.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:26:36.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:26:36.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:26:36.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:26:36.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:26:36.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:26:36.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:26:36.310Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:26:36.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:26:36.310Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:26:36.310Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:26:36.566Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:26:36.823Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:26:37.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-30T03:26:38.353Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.65s) [2020-11-30T03:26:38.353Z] === RUN TestUpdateMemory [2020-11-30T03:26:38.353Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-30T03:26:38.353Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:26:38.353Z] === RUN TestUpdateCPUQuota [2020-11-30T03:26:38.715Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:26:38.715Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:26:39.860Z] --- PASS: TestUpdateCPUQuota (1.18s) [2020-11-30T03:26:39.860Z] === RUN TestUpdatePidsLimit [2020-11-30T03:26:39.860Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-30T03:26:39.860Z] === RUN TestUpdatePidsLimit/no_change [2020-11-30T03:26:40.495Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-30T03:26:40.786Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-30T03:26:41.078Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s) [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.52s) [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.94s) [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.12s) [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s) [2020-11-30T03:26:41.230Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.09s) [2020-11-30T03:26:41.230Z] === RUN TestBuildMultiStageCopy [2020-11-30T03:26:41.230Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-30T03:26:41.713Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-30T03:26:42.004Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit (3.59s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-11-30T03:26:43.509Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-11-30T03:26:43.509Z] === RUN TestUpdateRestartPolicy [2020-11-30T03:26:44.495Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-30T03:26:45.058Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-30T03:26:46.422Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-30T03:26:47.349Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-30T03:26:48.276Z] --- PASS: TestBuildMultiStageCopy (7.26s) [2020-11-30T03:26:48.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.26s) [2020-11-30T03:26:48.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-11-30T03:26:48.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-11-30T03:26:48.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-11-30T03:26:48.276Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-11-30T03:26:48.276Z] === RUN TestBuildMultiStageParentConfig [2020-11-30T03:26:53.519Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-11-30T03:26:53.519Z] === RUN TestBuildLabelWithTargets [2020-11-30T03:26:56.235Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2020-11-30T03:26:56.235Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-30T03:26:56.867Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-11-30T03:26:56.867Z] === RUN TestWaitNonBlocked [2020-11-30T03:26:56.867Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:26:56.867Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:26:56.867Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:26:56.867Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:26:56.867Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:26:56.867Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:26:57.509Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:26:57.509Z] [2020-11-30T03:26:57.509Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:26:57.509Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:26:57.509Z] HOSTNAME=554afa2e50a5 [2020-11-30T03:26:57.509Z] TESTDEBUG=0 [2020-11-30T03:26:57.509Z] DEST=bundles/test-integration [2020-11-30T03:26:57.509Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:26:57.509Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:26:57.509Z] container=docker [2020-11-30T03:26:57.509Z] HOME=/root [2020-11-30T03:26:57.509Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:26:57.509Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:26:57.509Z] VALIDATE_BRANCH=master [2020-11-30T03:26:57.509Z] TERM=xterm [2020-11-30T03:26:57.509Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:26:57.509Z] SHLVL=1 [2020-11-30T03:26:57.509Z] TIMEOUT=120m [2020-11-30T03:26:57.509Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:26:57.509Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:26:57.509Z] GO111MODULE=off [2020-11-30T03:26:57.509Z] DOCKER_EXPERIMENTAL=1 [2020-11-30T03:26:57.509Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-30T03:26:57.509Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:26:57.509Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:26:57.509Z] GOPATH=/go [2020-11-30T03:26:57.509Z] PKG_CONFIG=pkg-config [2020-11-30T03:26:57.509Z] _=/usr/bin/env [2020-11-30T03:26:57.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-30T03:26:57.901Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-30T03:26:57.901Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s) [2020-11-30T03:26:57.901Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) [2020-11-30T03:26:57.901Z] === RUN TestWaitBlocked [2020-11-30T03:26:57.901Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:26:57.901Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:26:57.901Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:26:57.901Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:26:57.901Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:26:57.901Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:26:59.407Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-30T03:26:59.408Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2020-11-30T03:26:59.408Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.28s) [2020-11-30T03:26:59.408Z] === CONT TestContainerStartOnDaemonRestart [2020-11-30T03:26:59.408Z] === CONT TestIpcModeOlderClient [2020-11-30T03:26:59.408Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-11-30T03:26:59.408Z] === CONT TestDaemonHostGatewayIP [2020-11-30T03:27:01.604Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-11-30T03:27:01.604Z] === RUN TestBuildWithEmptyLayers [2020-11-30T03:27:02.135Z] --- PASS: TestContainerStartOnDaemonRestart (2.67s) [2020-11-30T03:27:02.135Z] === CONT TestContainerKillOnDaemonStart [2020-11-30T03:27:02.427Z] --- PASS: TestDaemonHostGatewayIP (3.21s) [2020-11-30T03:27:02.427Z] === CONT TestDaemonRestartIpcMode [2020-11-30T03:27:04.118Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-11-30T03:27:04.118Z] === RUN TestBuildMultiStageOnBuild [2020-11-30T03:27:04.254Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-11-30T03:27:06.230Z] ok github.com/docker/docker/cmd/dockerd 0.157s coverage: 29.1% of statements [2020-11-30T03:27:06.230Z] ok github.com/docker/docker/container 0.197s coverage: 34.7% of statements [2020-11-30T03:27:06.230Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-30T03:27:06.230Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-30T03:27:06.230Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-30T03:27:06.230Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-30T03:27:06.877Z] --- PASS: TestDaemonRestartIpcMode (3.59s) [2020-11-30T03:27:09.010Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.098s coverage: 65.3% of statements [2020-11-30T03:27:09.367Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2020-11-30T03:27:09.367Z] === RUN TestBuildUncleanTarFilenames [2020-11-30T03:27:09.929Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2020-11-30T03:27:09.929Z] === RUN TestBuildMultiStageLayerLeak [2020-11-30T03:27:14.095Z] --- PASS: TestBuildMultiStageLayerLeak (4.29s) [2020-11-30T03:27:14.095Z] === RUN TestBuildWithHugeFile [2020-11-30T03:27:15.400Z] --- PASS: TestContainerKillOnDaemonStart (12.17s) [2020-11-30T03:27:15.400Z] PASS [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] === Skipped [2020-11-30T03:27:15.400Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-11-30T03:27:15.400Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-30T03:27:15.400Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-30T03:27:15.400Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:27:15.400Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-11-30T03:27:15.400Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-11-30T03:27:15.400Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] [2020-11-30T03:27:15.400Z] DONE 195 tests, 6 skipped in 152.662s [2020-11-30T03:27:15.400Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-11-30T03:27:15.400Z] ++ 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-11-30T03:27:15.400Z] ++ set -e [2020-11-30T03:27:15.400Z] ++ '[' -n 0 ']' [2020-11-30T03:27:15.400Z] ++ set -x [2020-11-30T03:27:15.400Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:27:15.400Z] INFO: Testing against a local daemon [2020-11-30T03:27:15.400Z] === RUN TestCommitInheritsEnv [2020-11-30T03:27:15.400Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-11-30T03:27:15.400Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-30T03:27:15.400Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-30T03:27:15.400Z] === RUN TestImagesFilterMultiReference [2020-11-30T03:27:15.400Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-11-30T03:27:15.400Z] === RUN TestImagePullPlatformInvalid [2020-11-30T03:27:15.400Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-11-30T03:27:15.400Z] === RUN TestRemoveImageOrphaning [2020-11-30T03:27:15.400Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2020-11-30T03:27:15.400Z] === RUN TestRemoveImageGarbageCollector [2020-11-30T03:27:15.400Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2020-11-30T03:27:15.400Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:27:15.400Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-30T03:27:15.400Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-30T03:27:15.400Z] === RUN TestTagInvalidReference [2020-11-30T03:27:15.400Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-30T03:27:15.400Z] === RUN TestTagValidPrefixedRepo [2020-11-30T03:27:15.400Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-11-30T03:27:15.400Z] === RUN TestTagExistedNameWithoutForce [2020-11-30T03:27:15.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-30T03:27:15.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-30T03:27:15.691Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-11-30T03:27:15.691Z] === RUN TestTagOfficialNames [2020-11-30T03:27:15.691Z] --- PASS: TestTagOfficialNames (0.04s) [2020-11-30T03:27:15.691Z] === RUN TestTagMatchesDigest [2020-11-30T03:27:15.691Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-30T03:27:15.691Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-30T03:27:15.996Z] ok github.com/docker/docker/daemon/cluster/convert 0.055s coverage: 35.9% of statements [2020-11-30T03:27:18.779Z] ok github.com/docker/docker/daemon/cluster 0.211s coverage: 0.5% of statements [2020-11-30T03:27:18.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-30T03:27:22.341Z] ok github.com/docker/docker/daemon/discovery 0.031s coverage: 30.0% of statements [2020-11-30T03:27:23.397Z] ok github.com/docker/docker/daemon/config 0.077s coverage: 81.8% of statements [2020-11-30T03:27:23.699Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2020-11-30T03:27:26.471Z] ok github.com/docker/docker/daemon/graphdriver 0.033s coverage: 2.2% of statements [2020-11-30T03:27:29.227Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-11-30T03:27:29.869Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.480s coverage: 14.1% of statements [2020-11-30T03:27:30.531Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.696s coverage: 57.1% of statements [2020-11-30T03:27:33.295Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2020-11-30T03:27:34.827Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.967s coverage: 69.2% of statements [2020-11-30T03:27:35.470Z] ok github.com/docker/docker/daemon 12.443s coverage: 17.2% of statements [2020-11-30T03:27:35.470Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-30T03:27:35.470Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-30T03:27:35.470Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-30T03:27:35.470Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-30T03:27:36.119Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.410s coverage: 45.9% of statements [2020-11-30T03:27:36.119Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-30T03:27:37.675Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.307s coverage: 49.5% of statements [2020-11-30T03:27:39.207Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.045s coverage: 58.0% of statements [2020-11-30T03:27:39.853Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2020-11-30T03:27:40.152Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-11-30T03:27:40.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-30T03:27:41.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-30T03:27:42.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-30T03:27:43.721Z] ok github.com/docker/docker/daemon/logger 0.239s coverage: 41.0% of statements [2020-11-30T03:27:43.721Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.802s coverage: 52.1% of statements [2020-11-30T03:27:43.721Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-30T03:27:43.721Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-30T03:27:44.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-30T03:27:44.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-30T03:27:44.366Z] ok github.com/docker/docker/daemon/logger/awslogs 0.489s coverage: 77.8% of statements [2020-11-30T03:27:45.418Z] ok github.com/docker/docker/daemon/images 0.107s coverage: 6.5% of statements [2020-11-30T03:27:45.418Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-30T03:27:45.418Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-30T03:27:45.418Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-30T03:27:45.418Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-30T03:27:45.716Z] ok github.com/docker/docker/daemon/logger/gelf 0.037s coverage: 67.0% of statements [2020-11-30T03:27:46.017Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-11-30T03:27:46.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-30T03:27:47.073Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.018s coverage: 87.2% of statements [2020-11-30T03:27:47.073Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.044s coverage: 61.6% of statements [2020-11-30T03:27:48.612Z] ok github.com/docker/docker/daemon/logger/local 0.072s coverage: 75.2% of statements [2020-11-30T03:27:48.612Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-30T03:27:48.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-30T03:27:50.161Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.074s coverage: 55.1% of statements [2020-11-30T03:27:50.460Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.015s coverage: 33.3% of statements [2020-11-30T03:27:51.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-30T03:27:51.517Z] ok github.com/docker/docker/daemon/logger/templates 0.020s coverage: 8.3% of statements [2020-11-30T03:27:51.816Z] ok github.com/docker/docker/daemon/logger/syslog 0.061s coverage: 46.8% of statements [2020-11-30T03:27:52.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-30T03:27:52.888Z] ok github.com/docker/docker/daemon/logger/splunk 2.314s coverage: 82.5% of statements [2020-11-30T03:27:52.888Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-30T03:27:53.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-30T03:27:53.943Z] ok github.com/docker/docker/daemon/network 0.034s coverage: 63.8% of statements [2020-11-30T03:27:53.943Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-30T03:27:55.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-30T03:27:56.050Z] ok github.com/docker/docker/distribution/metadata 0.181s coverage: 48.2% of statements [2020-11-30T03:27:56.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-30T03:27:57.111Z] ok github.com/docker/docker/errdefs 0.034s coverage: 53.1% of statements [2020-11-30T03:27:58.166Z] ok github.com/docker/docker/distribution 0.381s coverage: 25.6% of statements [2020-11-30T03:27:58.166Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-30T03:27:58.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-30T03:27:59.222Z] ok github.com/docker/docker/distribution/xfer 1.699s coverage: 85.1% of statements [2020-11-30T03:27:59.222Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-30T03:27:59.387Z] ..........................xx.................... [ 29%] [2020-11-30T03:27:59.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-30T03:27:59.526Z] ok github.com/docker/docker/image 0.064s coverage: 86.4% of statements [2020-11-30T03:28:00.172Z] ok github.com/docker/docker/image/cache 0.051s coverage: 19.2% of statements [2020-11-30T03:28:00.172Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-30T03:28:00.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-30T03:28:01.228Z] ok github.com/docker/docker/image/v1 0.049s coverage: 25.0% of statements [2020-11-30T03:28:01.228Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-30T03:28:01.228Z] ok github.com/docker/docker/libcontainerd/queue 0.044s coverage: 100.0% of statements [2020-11-30T03:28:02.298Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:28:02.298Z] Using test binary docker [2020-11-30T03:28:02.298Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-30T03:28:02.298Z] +++ /etc/init.d/apparmor start [2020-11-30T03:28:02.298Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:28:02.298Z] INFO: Waiting for daemon to start... [2020-11-30T03:28:02.298Z] Starting dockerd [2020-11-30T03:28:02.298Z] +++ 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-11-30T03:28:02.765Z] ok github.com/docker/docker/pkg/aaparser 0.016s coverage: 52.9% of statements [2020-11-30T03:28:03.075Z] ok github.com/docker/docker/oci 0.060s coverage: 8.2% of statements [2020-11-30T03:28:04.133Z] ok github.com/docker/docker/opts 0.179s coverage: 67.1% of statements [2020-11-30T03:28:06.237Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-11-30T03:28:06.237Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2020-11-30T03:28:06.536Z] ok github.com/docker/docker/pkg/authorization 0.981s coverage: 68.3% of statements [2020-11-30T03:28:07.592Z] ok github.com/docker/docker/pkg/archive 1.177s coverage: 76.8% of statements [2020-11-30T03:28:07.592Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-11-30T03:28:08.648Z] ok github.com/docker/docker/pkg/discovery 0.020s coverage: 58.3% of statements [2020-11-30T03:28:08.648Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2020-11-30T03:28:09.712Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-11-30T03:28:10.306Z] --- PASS: TestBuildWithHugeFile (53.28s) [2020-11-30T03:28:10.306Z] === RUN TestBuildWithEmptyDockerfile [2020-11-30T03:28:10.306Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:28:10.306Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:28:10.306Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:28:10.306Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:28:10.306Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:28:10.306Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:28:10.306Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:28:10.306Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:28:10.306Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:28:10.306Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2020-11-30T03:28:10.306Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-11-30T03:28:10.306Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2020-11-30T03:28:10.306Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2020-11-30T03:28:10.306Z] === RUN TestBuildPreserveOwnership [2020-11-30T03:28:10.306Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-30T03:28:10.357Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2020-11-30T03:28:10.447Z] . [2020-11-30T03:28:10.447Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:28:10.447Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:28:10.447Z] Error: No such image: emptyfs [2020-11-30T03:28:10.447Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-30T03:28:10.447Z] ++++ docker load [2020-11-30T03:28:10.447Z] Running integration-test (iteration 1) [2020-11-30T03:28:10.447Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-11-30T03:28:10.447Z] ++ 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-11-30T03:28:10.447Z] ++ set -e [2020-11-30T03:28:10.447Z] ++ '[' -n 0 ']' [2020-11-30T03:28:10.447Z] ++ set -x [2020-11-30T03:28:10.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:28:11.006Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-11-30T03:28:11.305Z] ok github.com/docker/docker/layer 7.090s coverage: 68.8% of statements [2020-11-30T03:28:11.305Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-30T03:28:11.305Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-30T03:28:11.305Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-30T03:28:11.305Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-30T03:28:11.305Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-30T03:28:12.359Z] ok github.com/docker/docker/pkg/chrootarchive 3.806s coverage: 43.2% of statements [2020-11-30T03:28:12.359Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-30T03:28:12.359Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-30T03:28:12.359Z] ok github.com/docker/docker/pkg/filenotify 0.617s coverage: 67.0% of statements [2020-11-30T03:28:12.359Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2020-11-30T03:28:13.418Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2020-11-30T03:28:13.418Z] ok github.com/docker/docker/pkg/fsutils 0.432s coverage: 85.1% of statements [2020-11-30T03:28:13.418Z] ok github.com/docker/docker/pkg/discovery/kv 3.098s coverage: 84.1% of statements [2020-11-30T03:28:14.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-30T03:28:14.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-30T03:28:14.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-30T03:28:14.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-30T03:28:14.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-30T03:28:14.516Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-30T03:28:14.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-30T03:28:14.952Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2020-11-30T03:28:14.952Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2020-11-30T03:28:15.597Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2020-11-30T03:28:15.597Z] ok github.com/docker/docker/pkg/idtools 0.665s coverage: 70.1% of statements [2020-11-30T03:28:15.895Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-11-30T03:28:16.193Z] ok github.com/docker/docker/pkg/ioutils 1.226s coverage: 70.6% of statements [2020-11-30T03:28:16.193Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-30T03:28:16.193Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-30T03:28:16.193Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-30T03:28:16.193Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-30T03:28:16.493Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 86.7% of statements [2020-11-30T03:28:16.493Z] ok github.com/docker/docker/pkg/parsers/kernel 0.078s coverage: 60.0% of statements [2020-11-30T03:28:16.698Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-11-30T03:28:17.137Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2020-11-30T03:28:17.137Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-30T03:28:17.137Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-30T03:28:17.791Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2020-11-30T03:28:18.442Z] ok github.com/docker/docker/pkg/pools 0.013s coverage: 88.2% of statements [2020-11-30T03:28:18.681Z] --- PASS: TestBuildPreserveOwnership (10.34s) [2020-11-30T03:28:18.681Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.33s) [2020-11-30T03:28:18.681Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-11-30T03:28:18.681Z] === RUN TestBuildPlatformInvalid [2020-11-30T03:28:18.681Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-11-30T03:28:18.681Z] PASS [2020-11-30T03:28:18.681Z] [2020-11-30T03:28:18.681Z] === Skipped [2020-11-30T03:28:18.681Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-30T03:28:18.681Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:28:18.681Z] [2020-11-30T03:28:18.681Z] [2020-11-30T03:28:18.681Z] DONE 32 tests, 1 skipped in 128.730s [2020-11-30T03:28:18.681Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-30T03:28:18.681Z] INFO: Testing against a local daemon [2020-11-30T03:28:18.681Z] === RUN TestConfigInspect [2020-11-30T03:28:18.681Z] --- SKIP: TestConfigInspect (0.02s) [2020-11-30T03:28:18.681Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:18.681Z] === RUN TestConfigList [2020-11-30T03:28:18.681Z] --- SKIP: TestConfigList (0.01s) [2020-11-30T03:28:18.681Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:18.681Z] === RUN TestConfigsCreateAndDelete [2020-11-30T03:28:18.681Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-11-30T03:28:18.681Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:18.681Z] === RUN TestConfigsUpdate [2020-11-30T03:28:18.681Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-11-30T03:28:18.681Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:18.681Z] === RUN TestTemplatedConfig [2020-11-30T03:28:18.681Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-11-30T03:28:18.681Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:18.681Z] === RUN TestConfigCreateResolve [2020-11-30T03:28:18.681Z] --- SKIP: TestConfigCreateResolve (0.02s) [2020-11-30T03:28:18.681Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:18.681Z] === RUN TestConfigDaemonLibtrustID [2020-11-30T03:28:18.741Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-11-30T03:28:18.741Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2020-11-30T03:28:19.797Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-11-30T03:28:20.046Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-11-30T03:28:20.046Z] PASS [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] === Skipped [2020-11-30T03:28:20.046Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-11-30T03:28:20.046Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-11-30T03:28:20.046Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-11-30T03:28:20.046Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-11-30T03:28:20.046Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-11-30T03:28:20.046Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2020-11-30T03:28:20.046Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] [2020-11-30T03:28:20.046Z] DONE 7 tests, 6 skipped in 1.744s [2020-11-30T03:28:20.046Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-30T03:28:20.304Z] INFO: Testing against a local daemon [2020-11-30T03:28:20.304Z] === RUN TestCheckpoint [2020-11-30T03:28:20.304Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-30T03:28:20.304Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:28:20.304Z] === RUN TestContainerInvalidJSON [2020-11-30T03:28:20.304Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:28:20.304Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:28:20.304Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:28:20.304Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:28:20.304Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:28:20.304Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:28:20.304Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:28:20.304Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:28:20.304Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:28:20.304Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-11-30T03:28:20.304Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-30T03:28:20.304Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-30T03:28:20.304Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-11-30T03:28:20.304Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-30T03:28:20.304Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-11-30T03:28:20.304Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-30T03:28:20.304Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-11-30T03:28:20.304Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-30T03:28:20.304Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-11-30T03:28:20.304Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-30T03:28:20.440Z] ok github.com/docker/docker/pkg/pubsub 1.154s coverage: 75.0% of statements [2020-11-30T03:28:20.440Z] ok github.com/docker/docker/pkg/stdcopy 0.021s coverage: 100.0% of statements [2020-11-30T03:28:20.637Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-11-30T03:28:20.637Z] === RUN TestCopyFromContainer [2020-11-30T03:28:21.083Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-11-30T03:28:21.084Z] ok github.com/docker/docker/pkg/streamformatter 0.012s coverage: 66.2% of statements [2020-11-30T03:28:22.614Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.9% of statements [2020-11-30T03:28:22.614Z] ok github.com/docker/docker/pkg/signal 2.855s coverage: 61.0% of statements [2020-11-30T03:28:22.614Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 53.8% of statements [2020-11-30T03:28:23.264Z] ok github.com/docker/docker/pkg/tailfile 0.136s coverage: 88.6% of statements [2020-11-30T03:28:23.561Z] testing: warning: no tests to run [2020-11-30T03:28:23.561Z] coverage: [no statements] [2020-11-30T03:28:23.561Z] ok github.com/docker/docker/pkg/term/windows 0.015s coverage: [no statements] [no tests to run] [2020-11-30T03:28:24.208Z] ok github.com/docker/docker/pkg/tarsum 0.158s coverage: 89.3% of statements [2020-11-30T03:28:24.208Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-11-30T03:28:24.208Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-11-30T03:28:24.306Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-11-30T03:28:24.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer// [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer//bar/root [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/quux [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-30T03:28:24.802Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-30T03:28:24.852Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer (4.48s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-11-30T03:28:25.059Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-11-30T03:28:25.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-30T03:28:25.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:28:25.059Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:28:25.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:28:25.059Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:28:25.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:28:25.059Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:28:25.059Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:28:25.059Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:28:25.059Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:28:25.059Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-11-30T03:28:25.059Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-30T03:28:25.059Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-30T03:28:25.059Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-30T03:28:25.059Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-30T03:28:25.059Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-30T03:28:25.059Z] === RUN TestCreateWithInvalidEnv [2020-11-30T03:28:25.059Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-30T03:28:25.059Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-30T03:28:25.059Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-30T03:28:25.059Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-30T03:28:25.059Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-30T03:28:25.059Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-30T03:28:25.059Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-30T03:28:25.059Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-30T03:28:25.059Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-30T03:28:25.059Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-30T03:28:25.059Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-30T03:28:25.059Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-30T03:28:25.059Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-30T03:28:25.059Z] === RUN TestCreateTmpfsMountsTarget [2020-11-30T03:28:25.059Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-30T03:28:25.059Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-30T03:28:25.397Z] Loaded image: buildpack-deps:buster [2020-11-30T03:28:25.397Z] Loaded image: busybox:latest [2020-11-30T03:28:26.424Z] --- PASS: TestCreateWithCustomMaskedPaths (1.25s) [2020-11-30T03:28:26.424Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-30T03:28:26.949Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2020-11-30T03:28:26.950Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 83.5% of statements [2020-11-30T03:28:27.315Z] Loaded image: busybox:glibc [2020-11-30T03:28:27.315Z] Loaded image: debian:buster [2020-11-30T03:28:27.315Z] Loaded image: hello-world:latest [2020-11-30T03:28:27.315Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:28:27.315Z] INFO: Testing against a local daemon [2020-11-30T03:28:27.315Z] === RUN TestCgroupNamespacesBuild [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2020-11-30T03:28:27.796Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-30T03:28:27.796Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:28:27.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:28:27.796Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:28:27.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:28:27.796Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:28:27.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:28:27.796Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:28:27.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:28:27.796Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:28:27.796Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:28:27.796Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:28:27.796Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:28:27.796Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:28:27.796Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:28:27.796Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-30T03:28:27.796Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-30T03:28:27.796Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-30T03:28:28.052Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2020-11-30T03:28:28.052Z] === RUN TestCreateDifferentPlatform [2020-11-30T03:28:28.052Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-30T03:28:28.052Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-30T03:28:28.052Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-11-30T03:28:28.052Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-30T03:28:28.052Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-30T03:28:28.052Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-30T03:28:28.052Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-11-30T03:28:28.052Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-30T03:28:28.052Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2020-11-30T03:28:28.052Z] === RUN TestContainerStartOnDaemonRestart [2020-11-30T03:28:28.052Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-11-30T03:28:28.052Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-30T03:28:28.052Z] === RUN TestDaemonRestartIpcMode [2020-11-30T03:28:28.052Z] === PAUSE TestDaemonRestartIpcMode [2020-11-30T03:28:28.052Z] === RUN TestDaemonHostGatewayIP [2020-11-30T03:28:28.052Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-11-30T03:28:28.052Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:28:28.052Z] === RUN TestContainerKillOnDaemonStart [2020-11-30T03:28:28.052Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-30T03:28:28.052Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-30T03:28:28.052Z] === RUN TestDiff [2020-11-30T03:28:28.485Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2020-11-30T03:28:28.621Z] --- PASS: TestDiff (0.42s) [2020-11-30T03:28:28.621Z] === RUN TestExecWithCloseStdin [2020-11-30T03:28:28.782Z] ok github.com/docker/docker/plugin 0.580s coverage: 23.2% of statements [2020-11-30T03:28:28.878Z] --- PASS: TestExecWithCloseStdin (0.46s) [2020-11-30T03:28:28.878Z] === RUN TestExec [2020-11-30T03:28:29.440Z] --- PASS: TestExec (0.46s) [2020-11-30T03:28:29.440Z] === RUN TestExecUser [2020-11-30T03:28:29.637Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-11-30T03:28:29.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-30T03:28:30.002Z] --- PASS: TestExecUser (0.49s) [2020-11-30T03:28:30.002Z] === RUN TestExportContainerAndImportImage [2020-11-30T03:28:30.326Z] ok github.com/docker/docker/quota 0.664s coverage: 71.4% of statements [2020-11-30T03:28:30.565Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2020-11-30T03:28:30.565Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-30T03:28:30.623Z] --- PASS: TestCgroupNamespacesBuild (3.04s) [2020-11-30T03:28:30.623Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-30T03:28:30.625Z] ok github.com/docker/docker/registry/resumable 0.021s coverage: 100.0% of statements [2020-11-30T03:28:31.272Z] ok github.com/docker/docker/restartmanager 0.008s coverage: 45.3% of statements [2020-11-30T03:28:31.569Z] ok github.com/docker/docker/registry 0.229s coverage: 57.2% of statements [2020-11-30T03:28:31.866Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-11-30T03:28:32.545Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.88s) [2020-11-30T03:28:32.545Z] === RUN TestBuildWithSession [2020-11-30T03:28:32.545Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-30T03:28:32.545Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:28:32.545Z] === RUN TestBuildSquashParent [2020-11-30T03:28:33.401Z] ok github.com/docker/docker/runconfig 0.024s coverage: 66.1% of statements [2020-11-30T03:28:33.842Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2020-11-30T03:28:33.842Z] === RUN TestHealthCheckWorkdir [2020-11-30T03:28:34.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-30T03:28:34.405Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2020-11-30T03:28:34.405Z] === RUN TestHealthKillContainer [2020-11-30T03:28:35.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-30T03:28:35.509Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-11-30T03:28:36.566Z] ok github.com/docker/docker/volume/mounts 0.066s coverage: 67.0% of statements [2020-11-30T03:28:36.919Z] --- PASS: TestHealthKillContainer (2.50s) [2020-11-30T03:28:36.919Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-30T03:28:37.175Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2020-11-30T03:28:37.175Z] === RUN TestIpcModeNone [2020-11-30T03:28:37.204Z] ok github.com/docker/docker/volume/local 0.206s coverage: 76.6% of statements [2020-11-30T03:28:37.738Z] --- PASS: TestIpcModeNone (0.45s) [2020-11-30T03:28:37.738Z] === RUN TestIpcModePrivate [2020-11-30T03:28:37.841Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-11-30T03:28:37.890Z] --- PASS: TestImportExtremelyLargeImageWorks (79.32s) [2020-11-30T03:28:37.890Z] PASS [2020-11-30T03:28:37.890Z] [2020-11-30T03:28:37.890Z] === Skipped [2020-11-30T03:28:37.890Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.01s) [2020-11-30T03:28:37.890Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:28:37.890Z] [2020-11-30T03:28:37.890Z] [2020-11-30T03:28:37.890Z] DONE 12 tests, 1 skipped in 80.931s [2020-11-30T03:28:37.890Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-11-30T03:28:37.890Z] ++ 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-11-30T03:28:37.890Z] ++ set -e [2020-11-30T03:28:37.890Z] ++ '[' -n 0 ']' [2020-11-30T03:28:37.890Z] ++ set -x [2020-11-30T03:28:37.890Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:28:37.890Z] INFO: Testing against a local daemon [2020-11-30T03:28:37.890Z] === RUN TestNetworkCreateDelete [2020-11-30T03:28:37.890Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-11-30T03:28:37.890Z] === RUN TestDockerNetworkDeletePreferID [2020-11-30T03:28:37.890Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2020-11-30T03:28:37.890Z] === RUN TestDaemonDNSFallback [2020-11-30T03:28:37.890Z] --- PASS: TestDaemonDNSFallback (2.47s) [2020-11-30T03:28:37.890Z] === RUN TestInspectNetwork [2020-11-30T03:28:38.300Z] --- PASS: TestIpcModePrivate (0.48s) [2020-11-30T03:28:38.300Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-11-30T03:28:38.300Z] === RUN TestIpcModeShareable [2020-11-30T03:28:38.300Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-11-30T03:28:38.300Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:28:38.300Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-30T03:28:39.141Z] --- PASS: TestBuildSquashParent (6.86s) [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:28:39.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:28:39.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:28:39.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:28:39.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:28:39.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:28:39.141Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:28:39.141Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:28:39.141Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:28:39.141Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:28:39.141Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:28:39.141Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:28:39.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-30T03:28:39.667Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2020-11-30T03:28:39.667Z] === RUN TestAPIIpcModeHost [2020-11-30T03:28:39.667Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-11-30T03:28:39.667Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:28:39.667Z] === RUN TestDaemonIpcModeShareable [2020-11-30T03:28:39.667Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-11-30T03:28:39.667Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:28:39.667Z] === RUN TestDaemonIpcModePrivate [2020-11-30T03:28:42.181Z] --- PASS: TestDaemonIpcModePrivate (2.21s) [2020-11-30T03:28:42.181Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-11-30T03:28:42.181Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-30T03:28:42.181Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-30T03:28:42.181Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:28:42.181Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-30T03:28:42.181Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-30T03:28:42.181Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:28:42.181Z] === RUN TestIpcModeOlderClient [2020-11-30T03:28:42.181Z] === PAUSE TestIpcModeOlderClient [2020-11-30T03:28:42.181Z] === RUN TestKillContainerInvalidSignal [2020-11-30T03:28:42.181Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2020-11-30T03:28:42.181Z] === RUN TestKillContainer [2020-11-30T03:28:42.181Z] === RUN TestKillContainer/no_signal [2020-11-30T03:28:42.451Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:28:42.451Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:28:42.743Z] === RUN TestKillContainer/non_killing_signal [2020-11-30T03:28:42.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-30T03:28:42.999Z] === RUN TestKillContainer/killing_signal [2020-11-30T03:28:43.564Z] --- PASS: TestKillContainer (1.25s) [2020-11-30T03:28:43.564Z] --- PASS: TestKillContainer/no_signal (0.41s) [2020-11-30T03:28:43.564Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2020-11-30T03:28:43.564Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2020-11-30T03:28:43.564Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-30T03:28:43.564Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-30T03:28:44.128Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.74s) [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.87s) [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.87s) [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.03s) [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s) [2020-11-30T03:28:44.373Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2020-11-30T03:28:44.373Z] === RUN TestBuildMultiStageCopy [2020-11-30T03:28:44.373Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-30T03:28:44.384Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2020-11-30T03:28:44.384Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2020-11-30T03:28:44.384Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2020-11-30T03:28:44.384Z] === RUN TestKillStoppedContainer [2020-11-30T03:28:44.384Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-11-30T03:28:44.384Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-30T03:28:44.384Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-11-30T03:28:44.384Z] === RUN TestKillDifferentUserContainer [2020-11-30T03:28:44.824Z] === RUN TestInspectNetwork/full_network_id [2020-11-30T03:28:44.824Z] === RUN TestInspectNetwork/partial_network_id [2020-11-30T03:28:44.824Z] === RUN TestInspectNetwork/network_name [2020-11-30T03:28:44.824Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-30T03:28:44.946Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2020-11-30T03:28:44.947Z] === RUN TestInspectOomKilledTrue [2020-11-30T03:28:44.947Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-30T03:28:44.947Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:28:44.947Z] === RUN TestInspectOomKilledFalse [2020-11-30T03:28:44.947Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-30T03:28:44.947Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:28:44.947Z] === RUN TestLinksEtcHostsContentMatch [2020-11-30T03:28:44.947Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-11-30T03:28:44.947Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-30T03:28:44.947Z] === RUN TestLinksContainerNames [2020-11-30T03:28:45.508Z] Removing intermediate container 14d7eb35353d [2020-11-30T03:28:45.508Z] ---> 29ccda23a9ec [2020-11-30T03:28:45.508Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-11-30T03:28:45.508Z] ---> Running in 69a87a42a572 [2020-11-30T03:28:45.508Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-11-30T03:28:45.508Z] go: finding gotest.tools v0.5.3 [2020-11-30T03:28:45.508Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-11-30T03:28:45.508Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-11-30T03:28:45.508Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-11-30T03:28:45.508Z] go: downloading github.com/fatih/color v1.9.0 [2020-11-30T03:28:45.508Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-11-30T03:28:45.508Z] go: downloading github.com/pkg/errors v0.9.1 [2020-11-30T03:28:45.508Z] go: extracting github.com/fatih/color v1.9.0 [2020-11-30T03:28:45.508Z] go: extracting github.com/pkg/errors v0.9.1 [2020-11-30T03:28:45.508Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-11-30T03:28:45.508Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:28:45.508Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:28:45.508Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:28:45.508Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:28:45.508Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:28:45.508Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:28:45.508Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:28:45.508Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:28:45.508Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:28:45.508Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:28:45.508Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:28:45.508Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:28:45.508Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:28:45.508Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:28:45.874Z] --- PASS: TestLinksContainerNames (0.92s) [2020-11-30T03:28:45.874Z] === RUN TestLogsFollowTailEmpty [2020-11-30T03:28:45.977Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:28:45.977Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:28:46.295Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-30T03:28:46.435Z] --- PASS: TestLogsFollowTailEmpty (0.46s) [2020-11-30T03:28:46.435Z] === RUN TestContainerNetworkMountsNoChown [2020-11-30T03:28:46.692Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/default [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/default [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/private [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/private [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rprivate [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/slave [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/slave [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rslave [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/shared [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/shared [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rshared [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/default [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rshared [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/shared [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rslave [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/slave [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rprivate [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/private [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-30T03:28:46.692Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:28:46.692Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:28:46.692Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:28:46.870Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-30T03:28:46.948Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-11-30T03:28:46.948Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-30T03:28:46.948Z] === RUN TestContainerBindMountNonRecursive [2020-11-30T03:28:46.948Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-11-30T03:28:46.948Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-30T03:28:46.948Z] === RUN TestContainerVolumesMountedAsShared [2020-11-30T03:28:46.948Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2020-11-30T03:28:46.948Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-30T03:28:46.948Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-30T03:28:46.948Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2020-11-30T03:28:46.948Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-30T03:28:46.948Z] === RUN TestNetworkNat [2020-11-30T03:28:47.443Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-30T03:28:47.511Z] --- PASS: TestNetworkNat (0.57s) [2020-11-30T03:28:47.511Z] === RUN TestNetworkLocalhostTCPNat [2020-11-30T03:28:47.537Z] go: finding github.com/fatih/color v1.9.0 [2020-11-30T03:28:47.537Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-11-30T03:28:47.537Z] go: finding github.com/pkg/errors v0.9.1 [2020-11-30T03:28:47.537Z] go: finding github.com/spf13/pflag v1.0.3 [2020-11-30T03:28:47.537Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-11-30T03:28:48.002Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-11-30T03:28:48.002Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-11-30T03:28:48.002Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-11-30T03:28:48.002Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-11-30T03:28:48.002Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-11-30T03:28:48.016Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-30T03:28:48.072Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2020-11-30T03:28:48.073Z] === RUN TestNetworkLoopbackNat [2020-11-30T03:28:48.115Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-11-30T03:28:48.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-30T03:28:48.467Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-11-30T03:28:48.591Z] --- PASS: TestBuildMultiStageCopy (4.41s) [2020-11-30T03:28:48.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.28s) [2020-11-30T03:28:48.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-11-30T03:28:48.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-11-30T03:28:48.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2020-11-30T03:28:48.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-11-30T03:28:48.591Z] === RUN TestBuildMultiStageParentConfig [2020-11-30T03:28:49.981Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-11-30T03:28:49.981Z] === RUN TestBuildLabelWithTargets [2020-11-30T03:28:50.491Z] --- PASS: TestInspectNetwork (11.69s) [2020-11-30T03:28:50.491Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-30T03:28:50.491Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-30T03:28:50.491Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-30T03:28:50.491Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-30T03:28:50.491Z] === RUN TestRunContainerWithBridgeNone [2020-11-30T03:28:50.587Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2020-11-30T03:28:50.587Z] === RUN TestPause [2020-11-30T03:28:50.587Z] --- SKIP: TestPause (0.00s) [2020-11-30T03:28:50.587Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:28:50.587Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-30T03:28:50.587Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:28:50.587Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:28:50.587Z] === RUN TestPauseStopPausedContainer [2020-11-30T03:28:50.587Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-11-30T03:28:50.587Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:28:50.587Z] === RUN TestPsFilter [2020-11-30T03:28:50.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-30T03:28:50.843Z] --- PASS: TestPsFilter (0.11s) [2020-11-30T03:28:50.843Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-30T03:28:51.099Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2020-11-30T03:28:51.099Z] === RUN TestRemoveContainerWithVolume [2020-11-30T03:28:51.661Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2020-11-30T03:28:51.661Z] === RUN TestRemoveContainerRunning [2020-11-30T03:28:52.082Z] --- PASS: TestRunContainerWithBridgeNone (2.45s) [2020-11-30T03:28:52.082Z] === RUN TestNetworkInvalidJSON [2020-11-30T03:28:52.082Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-30T03:28:52.082Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-30T03:28:52.082Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:28:52.082Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:28:52.082Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:28:52.082Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:28:52.082Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-30T03:28:52.082Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:28:52.082Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:28:52.082Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-11-30T03:28:52.082Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-30T03:28:52.082Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-30T03:28:52.082Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-30T03:28:52.082Z] === RUN TestHostIPv4BridgeLabel [2020-11-30T03:28:52.223Z] --- PASS: TestRemoveContainerRunning (0.44s) [2020-11-30T03:28:52.223Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-30T03:28:52.237Z] INFO: Build done for gotestsum... [2020-11-30T03:28:52.479Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2020-11-30T03:28:52.479Z] === RUN TestRemoveInvalidContainer [2020-11-30T03:28:52.479Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-30T03:28:52.479Z] === RUN TestRenameLinkedContainer [2020-11-30T03:28:52.534Z] --- PASS: TestBuildLabelWithTargets (2.26s) [2020-11-30T03:28:52.534Z] === RUN TestBuildWithEmptyLayers [2020-11-30T03:28:52.714Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-11-30T03:28:52.714Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-30T03:28:53.108Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-11-30T03:28:53.109Z] === RUN TestBuildMultiStageOnBuild [2020-11-30T03:28:53.190Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.6% of statements [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/rootless [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/volume [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-30T03:28:53.190Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === Skipped [2020-11-30T03:28:53.190Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-30T03:28:53.190Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-30T03:28:53.190Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-30T03:28:53.190Z] time="2020-11-30T03:27:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-30T03:28:53.190Z] time="2020-11-30T03:27:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-30T03:28:53.190Z] time="2020-11-30T03:27:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-30T03:28:53.190Z] time="2020-11-30T03:27:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-30T03:28:53.190Z] time="2020-11-30T03:27:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-30T03:28:53.190Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-30T03:28:53.190Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-30T03:28:53.190Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:28:53.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-30T03:28:53.190Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-30T03:28:53.190Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-30T03:28:53.190Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] [2020-11-30T03:28:53.190Z] DONE 2191 tests, 26 skipped in 261.468s Post stage [Pipeline] junit [2020-11-30T03:28:53.237Z] Recording test results [2020-11-30T03:28:53.761Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-11-30T03:28:53.761Z] === RUN TestDaemonDefaultNetworkPools [2020-11-30T03:28:53.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-30T03:28:54.366Z] --- PASS: TestRenameLinkedContainer (1.79s) [2020-11-30T03:28:54.366Z] === RUN TestRenameStoppedContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [2020-11-30T03:28:54.844Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2020-11-30T03:28:54.844Z] === RUN TestDaemonRestartWithExistingNetwork [Pipeline] sh [2020-11-30T03:28:54.929Z] --- PASS: TestRenameStoppedContainer (0.41s) [2020-11-30T03:28:54.929Z] === RUN TestRenameRunningContainerAndReuse [2020-11-30T03:28:55.213Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -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:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh dynbinary test-integration [2020-11-30T03:28:55.490Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2020-11-30T03:28:55.490Z] === RUN TestRenameInvalidName [2020-11-30T03:28:55.510Z] [2020-11-30T03:28:55.510Z] Removing bundles/ [2020-11-30T03:28:55.510Z] [2020-11-30T03:28:55.510Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-11-30T03:28:55.510Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:28:55.510Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:28:55.941Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2020-11-30T03:28:55.941Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-30T03:28:56.052Z] --- PASS: TestRenameInvalidName (0.43s) [2020-11-30T03:28:56.052Z] === RUN TestRenameAnonymousContainer [2020-11-30T03:28:56.075Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-11-30T03:28:56.418Z] --- PASS: TestBuildMultiStageOnBuild (2.71s) [2020-11-30T03:28:56.418Z] === RUN TestBuildUncleanTarFilenames [2020-11-30T03:28:57.029Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-11-30T03:28:57.029Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-30T03:28:57.218Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:28:57.218Z] Using test binary docker [2020-11-30T03:28:57.218Z] +++ /etc/init.d/apparmor start [2020-11-30T03:28:57.218Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:28:57.218Z] INFO: Waiting for daemon to start... [2020-11-30T03:28:57.218Z] Starting dockerd [2020-11-30T03:28:57.218Z] +++ 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-11-30T03:28:57.276Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-11-30T03:28:57.364Z] --- PASS: TestBuildUncleanTarFilenames (1.44s) [2020-11-30T03:28:57.364Z] === RUN TestBuildMultiStageLayerLeak [2020-11-30T03:28:57.660Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2020-11-30T03:28:57.660Z] === RUN TestServiceWithPredefinedNetwork [2020-11-30T03:28:57.941Z] --- PASS: TestRenameAnonymousContainer (1.75s) [2020-11-30T03:28:57.941Z] === RUN TestRenameContainerWithSameName [2020-11-30T03:28:58.198Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2020-11-30T03:28:58.198Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-30T03:28:59.147Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s) [2020-11-30T03:28:59.147Z] === RUN TestResize [2020-11-30T03:28:59.727Z] --- PASS: TestResize (0.43s) [2020-11-30T03:28:59.727Z] === RUN TestResizeWithInvalidSize [2020-11-30T03:28:59.738Z] . [2020-11-30T03:28:59.738Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:28:59.738Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:28:59.738Z] Error: No such image: emptyfs [2020-11-30T03:28:59.738Z] ++++ docker load [2020-11-30T03:28:59.738Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-30T03:28:59.987Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2020-11-30T03:28:59.987Z] === RUN TestResizeWhenContainerNotStarted [2020-11-30T03:28:59.995Z] Running integration-test (iteration 1) [2020-11-30T03:28:59.995Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-11-30T03:28:59.995Z] ++ 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-11-30T03:28:59.995Z] ++ set -e [2020-11-30T03:28:59.995Z] ++ '[' -n 0 ']' [2020-11-30T03:28:59.995Z] ++ set -x [2020-11-30T03:28:59.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:29:00.549Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2020-11-30T03:29:00.549Z] === RUN TestDaemonRestartKillContainers [2020-11-30T03:29:00.549Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:29:00.549Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-30T03:29:00.549Z] === RUN TestCgroupNamespacesRun [2020-11-30T03:29:00.673Z] --- PASS: TestBuildMultiStageLayerLeak (2.88s) [2020-11-30T03:29:00.673Z] === RUN TestBuildWithHugeFile [2020-11-30T03:29:01.223Z] --- PASS: TestServiceWithPredefinedNetwork (3.56s) [2020-11-30T03:29:01.224Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-30T03:29:01.224Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:29:01.224Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:29:01.224Z] === RUN TestServiceWithDataPathPortInit [2020-11-30T03:29:02.082Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-11-30T03:29:03.064Z] --- PASS: TestCgroupNamespacesRun (2.19s) [2020-11-30T03:29:03.064Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-30T03:29:04.953Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.13s) [2020-11-30T03:29:04.953Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-30T03:29:06.845Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2020-11-30T03:29:06.845Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-30T03:29:09.364Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s) [2020-11-30T03:29:09.364Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-30T03:29:11.254Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.17s) [2020-11-30T03:29:11.254Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-30T03:29:13.407Z] Removing intermediate container 69a87a42a572 [2020-11-30T03:29:13.407Z] ---> 636b967fe565 [2020-11-30T03:29:13.407Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-11-30T03:29:13.407Z] ---> Running in e23cdef4aa9c [2020-11-30T03:29:13.407Z] Removing intermediate container e23cdef4aa9c [2020-11-30T03:29:13.407Z] ---> e5f5cd07b2bd [2020-11-30T03:29:13.407Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-11-30T03:29:13.407Z] ---> Running in b303f995dae7 [2020-11-30T03:29:13.407Z] Removing intermediate container b303f995dae7 [2020-11-30T03:29:13.407Z] ---> ec5cb3715134 [2020-11-30T03:29:13.407Z] Step 10/10 : COPY . . [2020-11-30T03:29:13.770Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.14s) [2020-11-30T03:29:13.770Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-30T03:29:15.135Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-11-30T03:29:15.135Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-30T03:29:16.924Z] ......................... [ 67%] [2020-11-30T03:29:17.650Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2020-11-30T03:29:17.651Z] === RUN TestKernelTCPMemory [2020-11-30T03:29:17.651Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-11-30T03:29:17.651Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:17.651Z] === RUN TestNISDomainname [2020-11-30T03:29:17.651Z] --- SKIP: TestNISDomainname (0.01s) [2020-11-30T03:29:17.651Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-30T03:29:17.651Z] === RUN TestHostnameDnsResolution [2020-11-30T03:29:18.212Z] --- PASS: TestHostnameDnsResolution (0.85s) [2020-11-30T03:29:18.212Z] === RUN TestStats [2020-11-30T03:29:18.212Z] --- SKIP: TestStats (0.00s) [2020-11-30T03:29:18.212Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:18.212Z] === RUN TestStopContainerWithTimeout [2020-11-30T03:29:18.212Z] === RUN TestStopContainerWithTimeout/0 [2020-11-30T03:29:18.212Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-30T03:29:18.212Z] === RUN TestStopContainerWithTimeout/1 [2020-11-30T03:29:18.212Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-30T03:29:18.212Z] === RUN TestStopContainerWithTimeout/3 [2020-11-30T03:29:18.212Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-30T03:29:18.212Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-30T03:29:18.212Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-30T03:29:18.212Z] === CONT TestStopContainerWithTimeout/0 [2020-11-30T03:29:18.212Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-30T03:29:18.774Z] === CONT TestStopContainerWithTimeout/3 [2020-11-30T03:29:21.291Z] === CONT TestStopContainerWithTimeout/1 [2020-11-30T03:29:22.218Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-30T03:29:22.218Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2020-11-30T03:29:22.218Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2020-11-30T03:29:22.218Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2020-11-30T03:29:22.218Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2020-11-30T03:29:22.218Z] === RUN TestDeleteDevicemapper [2020-11-30T03:29:22.219Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-30T03:29:22.219Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:29:22.219Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-30T03:29:23.586Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s) [2020-11-30T03:29:23.586Z] === RUN TestUpdateMemory [2020-11-30T03:29:23.586Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-30T03:29:23.586Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:23.586Z] === RUN TestUpdateCPUQuota [2020-11-30T03:29:23.586Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-11-30T03:29:23.586Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:23.586Z] === RUN TestUpdatePidsLimit [2020-11-30T03:29:23.586Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-11-30T03:29:23.586Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:23.586Z] === RUN TestUpdateRestartPolicy [2020-11-30T03:29:23.763Z] --- PASS: TestServiceWithDataPathPortInit (20.47s) [2020-11-30T03:29:23.763Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-30T03:29:32.243Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.18s) [2020-11-30T03:29:32.243Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:f4p54kzgedfr7iyi6k3fedf3r Created:2020-11-30 03:29:23.004431628 +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[559e51d6f1ce3591f88f900c75e3eaec7d10563e454c56366ef8ef9c3adfd4d2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y3qhimgbhyw037ww5wd6sel3d EndpointID:f8ab0c6b4fda01ae99b8c68fb8cd32e62a231fc1a8b4d2ddd8d32c32057e8043 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ab3e6fed733c55129c3a54acbfcb6dbc0457158234e8bc494a8fb96f33c48994 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:0806045b4b30 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y3qhimgbhyw037ww5wd6sel3d EndpointID:f8ab0c6b4fda01ae99b8c68fb8cd32e62a231fc1a8b4d2ddd8d32c32057e8043 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-30T03:29:32.243Z] PASS [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] === Skipped [2020-11-30T03:29:32.243Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:29:32.243Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] DONE 23 tests, 1 skipped in 56.902s [2020-11-30T03:29:32.243Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:29:32.243Z] ++ 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-11-30T03:29:32.243Z] ++ set -e [2020-11-30T03:29:32.243Z] ++ '[' -n 0 ']' [2020-11-30T03:29:32.243Z] ++ set -x [2020-11-30T03:29:32.243Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:29:32.243Z] INFO: Testing against a local daemon [2020-11-30T03:29:32.243Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-30T03:29:32.243Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-30T03:29:32.243Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:29:32.243Z] === RUN TestDockerNetworkIpvlan [2020-11-30T03:29:32.243Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:29:32.243Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:29:32.243Z] PASS [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] === Skipped [2020-11-30T03:29:32.243Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-30T03:29:32.243Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:29:32.243Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] [2020-11-30T03:29:32.243Z] DONE 2 tests, 2 skipped in 0.177s [2020-11-30T03:29:32.243Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:29:32.243Z] ++ 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-11-30T03:29:32.243Z] ++ set -e [2020-11-30T03:29:32.243Z] ++ '[' -n 0 ']' [2020-11-30T03:29:32.243Z] ++ set -x [2020-11-30T03:29:32.243Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:29:32.243Z] INFO: Testing against a local daemon [2020-11-30T03:29:32.243Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-30T03:29:33.750Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.45s) [2020-11-30T03:29:33.750Z] === RUN TestDockerNetworkMacvlan [2020-11-30T03:29:34.784Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-30T03:29:35.419Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-30T03:29:35.750Z] --- PASS: TestUpdateRestartPolicy (11.05s) [2020-11-30T03:29:35.750Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-30T03:29:35.750Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2020-11-30T03:29:35.750Z] === RUN TestWaitNonBlocked [2020-11-30T03:29:35.750Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:29:35.750Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:29:35.750Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:29:35.750Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:29:35.750Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:29:35.750Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:29:35.750Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-11-30T03:29:35.750Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) [2020-11-30T03:29:35.751Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2020-11-30T03:29:35.751Z] === RUN TestWaitBlocked [2020-11-30T03:29:35.751Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:29:35.751Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:29:35.751Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:29:35.751Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:29:35.751Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:29:35.751Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:29:36.453Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-30T03:29:36.679Z] --- PASS: TestWaitBlocked (0.01s) [2020-11-30T03:29:36.679Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s) [2020-11-30T03:29:36.679Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2020-11-30T03:29:36.679Z] === CONT TestDaemonRestartIpcMode [2020-11-30T03:29:36.679Z] === CONT TestIpcModeOlderClient [2020-11-30T03:29:36.679Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-11-30T03:29:40.844Z] --- PASS: TestDaemonRestartIpcMode (4.19s) [2020-11-30T03:29:40.844Z] PASS [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === Skipped [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-30T03:29:40.844Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-11-30T03:29:40.844Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-11-30T03:29:40.844Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-11-30T03:29:40.844Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-11-30T03:29:40.844Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-11-30T03:29:40.844Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-11-30T03:29:40.844Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-11-30T03:29:40.844Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-11-30T03:29:40.844Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-30T03:29:40.844Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-30T03:29:40.844Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-11-30T03:29:40.844Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-11-30T03:29:40.844Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2020-11-30T03:29:40.844Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2020-11-30T03:29:40.844Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-11-30T03:29:40.844Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:29:40.844Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-11-30T03:29:40.844Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:29:40.844Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-11-30T03:29:40.844Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-11-30T03:29:40.844Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-11-30T03:29:40.844Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-30T03:29:40.844Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-30T03:29:40.844Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-11-30T03:29:40.844Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-11-30T03:29:40.844Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] [2020-11-30T03:29:40.844Z] DONE 176 tests, 26 skipped in 80.790s [2020-11-30T03:29:40.844Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-30T03:29:40.905Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-30T03:29:41.101Z] INFO: Testing against a local daemon [2020-11-30T03:29:41.101Z] === RUN TestCommitInheritsEnv [2020-11-30T03:29:43.615Z] --- PASS: TestCommitInheritsEnv (2.07s) [2020-11-30T03:29:43.615Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-30T03:29:43.615Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-30T03:29:43.615Z] === RUN TestImagesFilterMultiReference [2020-11-30T03:29:43.615Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-11-30T03:29:43.615Z] === RUN TestImagePullPlatformInvalid [2020-11-30T03:29:43.615Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-11-30T03:29:43.615Z] === RUN TestRemoveImageOrphaning [2020-11-30T03:29:44.421Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-30T03:29:45.503Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-11-30T03:29:45.503Z] === RUN TestRemoveImageGarbageCollector [2020-11-30T03:29:45.503Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-30T03:29:45.503Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-30T03:29:45.503Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-30T03:29:45.503Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-11-30T03:29:45.503Z] === RUN TestTagInvalidReference [2020-11-30T03:29:45.503Z] --- PASS: TestTagInvalidReference (0.01s) [2020-11-30T03:29:45.503Z] === RUN TestTagValidPrefixedRepo [2020-11-30T03:29:45.503Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-11-30T03:29:45.503Z] === RUN TestTagExistedNameWithoutForce [2020-11-30T03:29:45.503Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-30T03:29:45.503Z] === RUN TestTagOfficialNames [2020-11-30T03:29:45.503Z] --- PASS: TestTagOfficialNames (0.06s) [2020-11-30T03:29:45.503Z] === RUN TestTagMatchesDigest [2020-11-30T03:29:45.503Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-11-30T03:29:45.503Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-30T03:29:46.640Z] Loaded image: buildpack-deps:buster [2020-11-30T03:29:46.641Z] Loaded image: busybox:latest [2020-11-30T03:29:46.641Z] Loaded image: busybox:glibc [2020-11-30T03:29:46.641Z] Loaded image: debian:buster [2020-11-30T03:29:46.641Z] Loaded image: hello-world:latest [2020-11-30T03:29:46.641Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:29:46.641Z] INFO: Testing against a local daemon [2020-11-30T03:29:46.641Z] === RUN TestCgroupNamespacesBuild [2020-11-30T03:29:46.641Z] --- PASS: TestCgroupNamespacesBuild (2.33s) [2020-11-30T03:29:46.641Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-30T03:29:46.641Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s) [2020-11-30T03:29:46.641Z] === RUN TestBuildWithSession [2020-11-30T03:29:46.641Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-30T03:29:46.641Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:29:46.641Z] === RUN TestBuildSquashParent [2020-11-30T03:29:49.198Z] ---> ed86fbafb05b [2020-11-30T03:29:49.198Z] Successfully built ed86fbafb05b [2020-11-30T03:29:49.198Z] Successfully tagged docker:latest [2020-11-30T03:29:49.198Z] INFO: Image build ended at 11/30/2020 03:29:47. Duration:00:04:28.1960973 [2020-11-30T03:29:49.198Z] [2020-11-30T03:29:49.198Z] [2020-11-30T03:29:49.198Z] INFO: Building the test binaries at 11/30/2020 03:29:47... [2020-11-30T03:29:51.315Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan (18.93s) [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.39s) [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.44s) [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.24s) [2020-11-30T03:29:52.823Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.41s) [2020-11-30T03:29:52.823Z] PASS [2020-11-30T03:29:52.823Z] [2020-11-30T03:29:52.823Z] DONE 8 tests in 20.641s [2020-11-30T03:29:52.823Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-30T03:29:52.823Z] ++ 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-11-30T03:29:52.823Z] ++ set -e [2020-11-30T03:29:52.823Z] ++ '[' -n 0 ']' [2020-11-30T03:29:52.823Z] ++ set -x [2020-11-30T03:29:52.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:29:52.823Z] testing: warning: no tests to run [2020-11-30T03:29:52.823Z] PASS [2020-11-30T03:29:52.823Z] [2020-11-30T03:29:52.823Z] DONE 0 tests in 0.053s [2020-11-30T03:29:52.823Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-30T03:29:52.823Z] ++ 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-11-30T03:29:52.823Z] ++ set -e [2020-11-30T03:29:52.823Z] ++ '[' -n 0 ']' [2020-11-30T03:29:52.823Z] ++ set -x [2020-11-30T03:29:52.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:29:52.823Z] INFO: Testing against a local daemon [2020-11-30T03:29:52.823Z] === RUN TestAuthZPluginAllowRequest [2020-11-30T03:29:53.960Z] INFO: make.ps1 starting at 11/30/2020 03:29:53 [2020-11-30T03:29:53.960Z] INFO: Git commit (35639d804d) assumed from DOCKER_GITCOMMIT environment variable [2020-11-30T03:29:53.960Z] INFO: Invoking autogen... [2020-11-30T03:29:54.426Z] INFO: Building daemon... [2020-11-30T03:29:54.827Z] --- PASS: TestBuildSquashParent (8.46s) [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:29:54.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:29:54.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:29:54.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:29:54.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:29:54.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:29:54.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:29:54.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:29:54.827Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:29:54.827Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:29:54.889Z] --- PASS: TestAuthZPluginAllowRequest (1.69s) [2020-11-30T03:29:54.889Z] === RUN TestAuthZPluginTLS [2020-11-30T03:29:55.198Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-11-30T03:29:55.198Z] === RUN TestAuthZPluginDenyRequest [2020-11-30T03:29:55.841Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-11-30T03:29:55.841Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-30T03:29:56.132Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-11-30T03:29:56.132Z] === RUN TestAuthZPluginDenyResponse [2020-11-30T03:29:56.766Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-11-30T03:29:56.766Z] === RUN TestAuthZPluginAllowEventStream [2020-11-30T03:29:57.014Z] --- PASS: TestBuildWithHugeFile (53.20s) [2020-11-30T03:29:57.014Z] === RUN TestBuildWithEmptyDockerfile [2020-11-30T03:29:57.014Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:29:57.014Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:29:57.014Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:29:57.014Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:29:57.014Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:29:57.014Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:29:57.014Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:29:57.014Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:29:57.014Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:29:57.014Z] --- PASS: TestBuildWithEmptyDockerfile (0.23s) [2020-11-30T03:29:57.014Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2020-11-30T03:29:57.014Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2020-11-30T03:29:57.014Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2020-11-30T03:29:57.014Z] === RUN TestBuildPreserveOwnership [2020-11-30T03:29:57.014Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-30T03:29:57.960Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-30T03:29:58.099Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:29:58.356Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:29:58.392Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-11-30T03:29:58.834Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2020-11-30T03:29:58.834Z] === RUN TestAuthZPluginErrorResponse [2020-11-30T03:29:58.834Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-11-30T03:29:58.834Z] === RUN TestAuthZPluginErrorRequest [2020-11-30T03:29:59.467Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-11-30T03:29:59.467Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-30T03:29:59.880Z] --- PASS: TestBuildPreserveOwnership (6.01s) [2020-11-30T03:29:59.880Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.85s) [2020-11-30T03:29:59.880Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.14s) [2020-11-30T03:29:59.880Z] === RUN TestBuildPlatformInvalid [2020-11-30T03:30:00.101Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-11-30T03:30:00.101Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-30T03:30:00.143Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-11-30T03:30:00.143Z] PASS [2020-11-30T03:30:00.143Z] [2020-11-30T03:30:00.143Z] === Skipped [2020-11-30T03:30:00.143Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-11-30T03:30:00.143Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:30:00.143Z] [2020-11-30T03:30:00.143Z] [2020-11-30T03:30:00.143Z] DONE 32 tests, 1 skipped in 110.236s [2020-11-30T03:30:00.143Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-11-30T03:30:00.143Z] ++ 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-11-30T03:30:00.143Z] ++ set -e [2020-11-30T03:30:00.143Z] ++ '[' -n 0 ']' [2020-11-30T03:30:00.143Z] ++ set -x [2020-11-30T03:30:00.143Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:00.404Z] INFO: Testing against a local daemon [2020-11-30T03:30:00.404Z] === RUN TestConfigInspect [2020-11-30T03:30:01.628Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:30:01.629Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:30:02.167Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.13s) [2020-11-30T03:30:02.167Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-30T03:30:04.241Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s) [2020-11-30T03:30:04.241Z] === RUN TestAuthZPluginHeader [2020-11-30T03:30:04.621Z] --- PASS: TestConfigInspect (3.66s) [2020-11-30T03:30:04.621Z] === RUN TestConfigList [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.28s) [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.44s) [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.08s) [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.03s) [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.28s) [2020-11-30T03:30:04.901Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.19s) [2020-11-30T03:30:04.901Z] === RUN TestBuildMultiStageCopy [2020-11-30T03:30:04.901Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-30T03:30:05.275Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-11-30T03:30:05.275Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-30T03:30:05.275Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-30T03:30:05.275Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:05.275Z] === RUN TestAuthZPluginV2Disable [2020-11-30T03:30:05.275Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-30T03:30:05.275Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:05.275Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-30T03:30:05.275Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-30T03:30:05.275Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:05.275Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-30T03:30:05.275Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-30T03:30:05.275Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:05.275Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-30T03:30:07.178Z] --- PASS: TestConfigList (3.20s) [2020-11-30T03:30:07.178Z] === RUN TestConfigsCreateAndDelete [2020-11-30T03:30:07.424Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-30T03:30:07.986Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-30T03:30:08.548Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-30T03:30:09.112Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-30T03:30:09.676Z] --- PASS: TestBuildMultiStageCopy (5.02s) [2020-11-30T03:30:09.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.72s) [2020-11-30T03:30:09.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.58s) [2020-11-30T03:30:09.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2020-11-30T03:30:09.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-11-30T03:30:09.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2020-11-30T03:30:09.676Z] === RUN TestBuildMultiStageParentConfig [2020-11-30T03:30:10.489Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-11-30T03:30:10.489Z] === RUN TestConfigsUpdate [2020-11-30T03:30:11.048Z] --- PASS: TestBuildMultiStageParentConfig (1.31s) [2020-11-30T03:30:11.048Z] === RUN TestBuildLabelWithTargets [2020-11-30T03:30:13.289Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-11-30T03:30:13.572Z] --- PASS: TestBuildLabelWithTargets (2.26s) [2020-11-30T03:30:13.572Z] === RUN TestBuildWithEmptyLayers [2020-11-30T03:30:13.801Z] --- PASS: TestConfigsUpdate (3.24s) [2020-11-30T03:30:13.801Z] === RUN TestTemplatedConfig [2020-11-30T03:30:14.503Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2020-11-30T03:30:14.503Z] === RUN TestBuildMultiStageOnBuild [2020-11-30T03:30:15.199Z] tests/integration/client_test.py ..... [ 75%] [2020-11-30T03:30:15.200Z] tests/integration/context_api_test.py ... [ 76%] [2020-11-30T03:30:15.770Z] tests/integration/errors_test.py . [ 76%] [2020-11-30T03:30:17.122Z] --- PASS: TestTemplatedConfig (3.49s) [2020-11-30T03:30:17.122Z] === RUN TestConfigCreateResolve [2020-11-30T03:30:17.777Z] --- PASS: TestBuildMultiStageOnBuild (3.03s) [2020-11-30T03:30:17.777Z] === RUN TestBuildUncleanTarFilenames [2020-11-30T03:30:19.671Z] --- PASS: TestBuildUncleanTarFilenames (1.81s) [2020-11-30T03:30:19.671Z] === RUN TestBuildMultiStageLayerLeak [2020-11-30T03:30:20.446Z] --- PASS: TestConfigCreateResolve (3.29s) [2020-11-30T03:30:20.446Z] === RUN TestConfigDaemonLibtrustID [2020-11-30T03:30:21.021Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2020-11-30T03:30:21.021Z] PASS [2020-11-30T03:30:21.283Z] [2020-11-30T03:30:21.283Z] DONE 7 tests in 20.921s [2020-11-30T03:30:21.283Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-11-30T03:30:21.283Z] ++ 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-11-30T03:30:21.283Z] ++ set -e [2020-11-30T03:30:21.283Z] ++ '[' -n 0 ']' [2020-11-30T03:30:21.283Z] ++ set -x [2020-11-30T03:30:21.284Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:21.284Z] INFO: Testing against a local daemon [2020-11-30T03:30:21.284Z] === RUN TestCheckpoint [2020-11-30T03:30:21.284Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-30T03:30:21.284Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:30:21.284Z] === RUN TestContainerInvalidJSON [2020-11-30T03:30:21.284Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:30:21.284Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:30:21.284Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:30:21.284Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:30:21.284Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:30:21.284Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:30:21.284Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:30:21.284Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:30:21.284Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:30:21.284Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-30T03:30:21.284Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-30T03:30:21.284Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-30T03:30:21.284Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-30T03:30:21.284Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-30T03:30:21.545Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-11-30T03:30:21.545Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-30T03:30:21.545Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-11-30T03:30:21.545Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-30T03:30:21.808Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-11-30T03:30:21.808Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-30T03:30:21.808Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-11-30T03:30:21.808Z] === RUN TestCopyFromContainer [2020-11-30T03:30:22.943Z] --- PASS: TestBuildMultiStageLayerLeak (3.21s) [2020-11-30T03:30:22.943Z] === RUN TestBuildWithHugeFile [2020-11-30T03:30:23.851Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) [2020-11-30T03:30:23.851Z] PASS [2020-11-30T03:30:23.851Z] [2020-11-30T03:30:23.851Z] === Skipped [2020-11-30T03:30:23.852Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-30T03:30:23.852Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:23.852Z] [2020-11-30T03:30:23.852Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-30T03:30:23.852Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:23.852Z] [2020-11-30T03:30:23.852Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-30T03:30:23.852Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:23.852Z] [2020-11-30T03:30:23.852Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-30T03:30:23.852Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:23.852Z] [2020-11-30T03:30:23.852Z] [2020-11-30T03:30:23.852Z] DONE 17 tests, 4 skipped in 29.264s [2020-11-30T03:30:23.852Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-30T03:30:23.852Z] ++ 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-11-30T03:30:23.852Z] ++ set -e [2020-11-30T03:30:23.852Z] ++ '[' -n 0 ']' [2020-11-30T03:30:23.852Z] ++ set -x [2020-11-30T03:30:23.852Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:23.852Z] INFO: Testing against a local daemon [2020-11-30T03:30:23.852Z] === RUN TestPluginInvalidJSON [2020-11-30T03:30:23.852Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:30:23.852Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:30:23.852Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:30:23.852Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-30T03:30:23.852Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-30T03:30:23.852Z] === RUN TestPluginInstall [2020-11-30T03:30:23.852Z] === RUN TestPluginInstall/no_auth [2020-11-30T03:30:23.852Z] time="2020-11-30T03:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:30:23.852Z] time="2020-11-30T03:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98d19769d15d3ba8b912ac9fcf43e24aa241169e364a6ac8683e17bf0bbae95c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:30:23.852Z] time="2020-11-30T03:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:30:23.852Z] time="2020-11-30T03:30:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98d19769d15d3ba8b912ac9fcf43e24aa241169e364a6ac8683e17bf0bbae95c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:30:23.852Z] === RUN TestPluginInstall/with_htpasswd [2020-11-30T03:30:24.363Z] === RUN TestCopyFromContainer// [2020-11-30T03:30:24.363Z] === RUN TestCopyFromContainer//bar/root [2020-11-30T03:30:24.363Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-30T03:30:24.363Z] === RUN TestCopyFromContainer/bar/quux [2020-11-30T03:30:24.363Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-30T03:30:24.485Z] time="2020-11-30T03:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:30:24.485Z] time="2020-11-30T03:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98d19769d15d3ba8b912ac9fcf43e24aa241169e364a6ac8683e17bf0bbae95c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:30:24.485Z] time="2020-11-30T03:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:30:24.485Z] time="2020-11-30T03:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:98d19769d15d3ba8b912ac9fcf43e24aa241169e364a6ac8683e17bf0bbae95c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:30:24.626Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-30T03:30:24.626Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-30T03:30:24.776Z] === RUN TestPluginInstall/with_insecure [2020-11-30T03:30:24.888Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-30T03:30:24.888Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-30T03:30:25.150Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer (3.32s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer// (0.19s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-11-30T03:30:25.150Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-11-30T03:30:25.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-30T03:30:25.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:30:25.150Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:30:25.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:30:25.150Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:30:25.150Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:30:25.150Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:30:25.150Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:30:25.150Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:30:25.150Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:30:25.151Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-11-30T03:30:25.151Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-30T03:30:25.151Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-30T03:30:25.151Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-30T03:30:25.151Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-30T03:30:25.413Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-11-30T03:30:25.413Z] === RUN TestCreateWithInvalidEnv [2020-11-30T03:30:25.413Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-30T03:30:25.413Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-30T03:30:25.413Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-30T03:30:25.413Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-30T03:30:25.413Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-30T03:30:25.413Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-30T03:30:25.413Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-30T03:30:25.413Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-30T03:30:25.413Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-30T03:30:25.413Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-30T03:30:25.413Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-30T03:30:25.413Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-30T03:30:25.413Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-30T03:30:25.413Z] === RUN TestCreateTmpfsMountsTarget [2020-11-30T03:30:25.413Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2020-11-30T03:30:25.413Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-30T03:30:25.811Z] time="2020-11-30T03:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:30:25.811Z] time="2020-11-30T03:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58b29bdb41922fa641e2a193a83dcff4cf052c6d809694a3439ffb496bab1868" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:30:25.811Z] time="2020-11-30T03:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:30:25.811Z] time="2020-11-30T03:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58b29bdb41922fa641e2a193a83dcff4cf052c6d809694a3439ffb496bab1868" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:30:26.102Z] --- PASS: TestPluginInstall (3.83s) [2020-11-30T03:30:26.102Z] --- PASS: TestPluginInstall/no_auth (1.74s) [2020-11-30T03:30:26.102Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2020-11-30T03:30:26.102Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2020-11-30T03:30:26.102Z] plugin_test.go:157: [d4df253b12f86] daemon is not started [2020-11-30T03:30:26.102Z] PASS [2020-11-30T03:30:26.102Z] [2020-11-30T03:30:26.102Z] DONE 6 tests in 4.034s [2020-11-30T03:30:26.102Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-30T03:30:26.102Z] ++ 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-11-30T03:30:26.102Z] ++ set -e [2020-11-30T03:30:26.102Z] ++ '[' -n 0 ']' [2020-11-30T03:30:26.102Z] ++ set -x [2020-11-30T03:30:26.102Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:26.102Z] INFO: Testing against a local daemon [2020-11-30T03:30:26.102Z] === RUN TestExternalGraphDriver [2020-11-30T03:30:26.393Z] === RUN TestExternalGraphDriver/json [2020-11-30T03:30:27.966Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s) [2020-11-30T03:30:27.966Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-30T03:30:28.460Z] === RUN TestExternalGraphDriver/spec [2020-11-30T03:30:29.886Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2020-11-30T03:30:29.886Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-30T03:30:29.886Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:30:29.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:30:29.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:30:29.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:30:29.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:30:29.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:30:29.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:30:29.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:30:29.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:30:29.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:30:29.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:30:29.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:30:29.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:30:29.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:30:29.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:30:29.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-30T03:30:29.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-11-30T03:30:29.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-11-30T03:30:29.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-11-30T03:30:29.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-11-30T03:30:29.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-30T03:30:29.887Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-30T03:30:30.527Z] === RUN TestExternalGraphDriver/pull [2020-11-30T03:30:30.834Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2020-11-30T03:30:30.834Z] === RUN TestCreateDifferentPlatform [2020-11-30T03:30:30.834Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-30T03:30:30.834Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-30T03:30:30.834Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-11-30T03:30:30.834Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-30T03:30:30.834Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-30T03:30:30.834Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-30T03:30:30.834Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-11-30T03:30:30.834Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-30T03:30:30.834Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2020-11-30T03:30:30.834Z] === RUN TestContainerStartOnDaemonRestart [2020-11-30T03:30:30.834Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-30T03:30:30.834Z] === RUN TestDaemonRestartIpcMode [2020-11-30T03:30:30.834Z] === PAUSE TestDaemonRestartIpcMode [2020-11-30T03:30:30.834Z] === RUN TestDaemonHostGatewayIP [2020-11-30T03:30:30.834Z] === PAUSE TestDaemonHostGatewayIP [2020-11-30T03:30:30.834Z] === RUN TestContainerKillOnDaemonStart [2020-11-30T03:30:30.834Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-30T03:30:30.834Z] === RUN TestDiff [2020-11-30T03:30:31.781Z] --- PASS: TestDiff (0.75s) [2020-11-30T03:30:31.781Z] === RUN TestExecWithCloseStdin [2020-11-30T03:30:32.356Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-11-30T03:30:32.356Z] === RUN TestExec [2020-11-30T03:30:32.601Z] --- PASS: TestExternalGraphDriver (6.17s) [2020-11-30T03:30:32.601Z] --- PASS: TestExternalGraphDriver/json (2.01s) [2020-11-30T03:30:32.601Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-11-30T03:30:32.601Z] --- PASS: TestExternalGraphDriver/pull (2.02s) [2020-11-30T03:30:32.601Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:30:32.601Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2020-11-30T03:30:32.601Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:32.601Z] PASS [2020-11-30T03:30:32.601Z] [2020-11-30T03:30:32.601Z] === Skipped [2020-11-30T03:30:32.601Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2020-11-30T03:30:32.601Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:30:32.601Z] [2020-11-30T03:30:32.601Z] [2020-11-30T03:30:32.601Z] DONE 5 tests, 1 skipped in 6.357s [2020-11-30T03:30:32.601Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-30T03:30:32.601Z] ++ 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-11-30T03:30:32.601Z] ++ set -e [2020-11-30T03:30:32.601Z] ++ '[' -n 0 ']' [2020-11-30T03:30:32.601Z] ++ set -x [2020-11-30T03:30:32.601Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:32.601Z] INFO: Testing against a local daemon [2020-11-30T03:30:32.601Z] === RUN TestContinueAfterPluginCrash [2020-11-30T03:30:32.601Z] === PAUSE TestContinueAfterPluginCrash [2020-11-30T03:30:32.601Z] === RUN TestReadPluginNoRead [2020-11-30T03:30:32.601Z] === PAUSE TestReadPluginNoRead [2020-11-30T03:30:32.601Z] === RUN TestDaemonStartWithLogOpt [2020-11-30T03:30:32.601Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-30T03:30:32.601Z] === CONT TestDaemonStartWithLogOpt [2020-11-30T03:30:32.601Z] === CONT TestContinueAfterPluginCrash [2020-11-30T03:30:32.903Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-11-30T03:30:32.903Z] [2020-11-30T03:30:32.903Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-11-30T03:30:32.903Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-11-30T03:30:32.903Z] HOSTNAME=b68a45f80894 [2020-11-30T03:30:32.903Z] TESTDEBUG=0 [2020-11-30T03:30:32.903Z] DEST=bundles/test-integration [2020-11-30T03:30:32.903Z] PWD=/go/src/github.com/docker/docker [2020-11-30T03:30:32.903Z] DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 [2020-11-30T03:30:32.903Z] container=docker [2020-11-30T03:30:32.903Z] HOME=/root [2020-11-30T03:30:32.903Z] GOLANG_VERSION=1.13.15 [2020-11-30T03:30:32.903Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-11-30T03:30:32.903Z] VALIDATE_BRANCH=master [2020-11-30T03:30:32.903Z] TERM=xterm [2020-11-30T03:30:32.903Z] DOCKER_PKG=github.com/docker/docker [2020-11-30T03:30:32.903Z] SHLVL=1 [2020-11-30T03:30:32.903Z] TIMEOUT=120m [2020-11-30T03:30:32.903Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-11-30T03:30:32.903Z] DOCKER_GRAPHDRIVER=overlay2 [2020-11-30T03:30:32.903Z] GO111MODULE=off [2020-11-30T03:30:32.903Z] DOCKER_EXPERIMENTAL=1 [2020-11-30T03:30:32.903Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-11-30T03:30:32.903Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-11-30T03:30:32.903Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-11-30T03:30:32.903Z] GOPATH=/go [2020-11-30T03:30:32.903Z] PKG_CONFIG=pkg-config [2020-11-30T03:30:32.903Z] _=/usr/bin/env [2020-11-30T03:30:32.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-11-30T03:30:33.302Z] --- PASS: TestExec (0.85s) [2020-11-30T03:30:33.302Z] === RUN TestExecUser [2020-11-30T03:30:34.252Z] --- PASS: TestExecUser (0.90s) [2020-11-30T03:30:34.252Z] === RUN TestExportContainerAndImportImage [2020-11-30T03:30:35.199Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-11-30T03:30:35.199Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-30T03:30:37.109Z] --- PASS: TestDaemonStartWithLogOpt (3.96s) [2020-11-30T03:30:37.109Z] === CONT TestReadPluginNoRead [2020-11-30T03:30:37.752Z] --- PASS: TestExportContainerAfterDaemonRestart (2.06s) [2020-11-30T03:30:37.752Z] === RUN TestHealthCheckWorkdir [2020-11-30T03:30:38.327Z] --- PASS: TestHealthCheckWorkdir (1.00s) [2020-11-30T03:30:38.327Z] === RUN TestHealthKillContainer [2020-11-30T03:30:39.177Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-30T03:30:41.245Z] === RUN TestReadPluginNoRead/default [2020-11-30T03:30:41.637Z] --- PASS: TestHealthKillContainer (2.86s) [2020-11-30T03:30:41.637Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-30T03:30:41.878Z] --- PASS: TestContinueAfterPluginCrash (9.17s) [2020-11-30T03:30:41.899Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2020-11-30T03:30:41.899Z] === RUN TestIpcModeNone [2020-11-30T03:30:42.845Z] --- PASS: TestIpcModeNone (0.85s) [2020-11-30T03:30:42.845Z] === RUN TestIpcModePrivate [2020-11-30T03:30:42.911Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-30T03:30:43.790Z] --- PASS: TestIpcModePrivate (0.84s) [2020-11-30T03:30:43.791Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-11-30T03:30:43.791Z] === RUN TestIpcModeShareable [2020-11-30T03:30:44.737Z] --- PASS: TestIpcModeShareable (0.86s) [2020-11-30T03:30:44.737Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-11-30T03:30:44.737Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-30T03:30:44.978Z] --- PASS: TestReadPluginNoRead (8.41s) [2020-11-30T03:30:44.978Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.90s) [2020-11-30T03:30:44.978Z] --- PASS: TestReadPluginNoRead/default (1.81s) [2020-11-30T03:30:44.978Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.97s) [2020-11-30T03:30:44.978Z] read_test.go:92: [df4451d04d4f1] daemon is not started [2020-11-30T03:30:44.978Z] PASS [2020-11-30T03:30:44.978Z] [2020-11-30T03:30:44.978Z] DONE 6 tests in 12.497s [2020-11-30T03:30:44.978Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-30T03:30:44.978Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:30:44.978Z] ++ set -e [2020-11-30T03:30:44.978Z] ++ '[' -n 0 ']' [2020-11-30T03:30:44.978Z] ++ set -x [2020-11-30T03:30:44.978Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:30:44.978Z] testing: warning: no tests to run [2020-11-30T03:30:44.978Z] PASS [2020-11-30T03:30:44.978Z] [2020-11-30T03:30:44.978Z] DONE 0 tests in 0.098s [2020-11-30T03:30:44.978Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-30T03:30:44.978Z] ++ 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-11-30T03:30:44.978Z] ++ set -e [2020-11-30T03:30:44.978Z] ++ '[' -n 0 ']' [2020-11-30T03:30:44.978Z] ++ set -x [2020-11-30T03:30:44.978Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:45.269Z] INFO: Testing against a local daemon [2020-11-30T03:30:45.269Z] === RUN TestPluginWithDevMounts [2020-11-30T03:30:45.269Z] === PAUSE TestPluginWithDevMounts [2020-11-30T03:30:45.269Z] === CONT TestPluginWithDevMounts [2020-11-30T03:30:47.289Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s) [2020-11-30T03:30:47.289Z] === RUN TestAPIIpcModeHost [2020-11-30T03:30:47.335Z] --- PASS: TestPluginWithDevMounts (1.89s) [2020-11-30T03:30:47.335Z] PASS [2020-11-30T03:30:47.335Z] [2020-11-30T03:30:47.335Z] DONE 1 tests in 2.055s [2020-11-30T03:30:47.335Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-11-30T03:30:47.335Z] ++ 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-11-30T03:30:47.335Z] ++ set -e [2020-11-30T03:30:47.335Z] ++ '[' -n 0 ']' [2020-11-30T03:30:47.335Z] ++ set -x [2020-11-30T03:30:47.335Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:47.335Z] INFO: Testing against a local daemon [2020-11-30T03:30:47.335Z] === RUN TestSecretInspect [2020-11-30T03:30:47.864Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-11-30T03:30:47.864Z] === RUN TestDaemonIpcModeShareable [2020-11-30T03:30:49.786Z] --- PASS: TestDaemonIpcModeShareable (1.86s) [2020-11-30T03:30:49.786Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-30T03:30:49.786Z] === RUN TestDaemonIpcModePrivate [2020-11-30T03:30:50.849Z] --- PASS: TestSecretInspect (3.66s) [2020-11-30T03:30:50.849Z] === RUN TestSecretList [2020-11-30T03:30:51.706Z] --- PASS: TestDaemonIpcModePrivate (1.98s) [2020-11-30T03:30:51.706Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-30T03:30:51.706Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-30T03:30:53.626Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2020-11-30T03:30:53.626Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-11-30T03:30:53.626Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-30T03:30:54.365Z] --- PASS: TestSecretList (3.20s) [2020-11-30T03:30:54.365Z] === RUN TestSecretsCreateAndDelete [2020-11-30T03:30:54.983Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:30:54.983Z] Using test binary docker [2020-11-30T03:30:54.983Z] +++ /etc/init.d/apparmor start [2020-11-30T03:30:54.983Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:30:54.983Z] INFO: Waiting for daemon to start... [2020-11-30T03:30:54.983Z] Starting dockerd [2020-11-30T03:30:54.983Z] +++ 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-11-30T03:30:54.983Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:30:54.983Z] Using test binary docker [2020-11-30T03:30:54.983Z] +++ /etc/init.d/apparmor start [2020-11-30T03:30:54.983Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:30:54.983Z] INFO: Waiting for daemon to start... [2020-11-30T03:30:54.983Z] Starting dockerd [2020-11-30T03:30:54.983Z] +++ 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-11-30T03:30:55.545Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-11-30T03:30:55.546Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-11-30T03:30:55.546Z] === RUN TestIpcModeOlderClient [2020-11-30T03:30:55.546Z] === PAUSE TestIpcModeOlderClient [2020-11-30T03:30:55.546Z] === RUN TestKillContainerInvalidSignal [2020-11-30T03:30:56.120Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-11-30T03:30:56.120Z] === RUN TestKillContainer [2020-11-30T03:30:56.120Z] === RUN TestKillContainer/no_signal [2020-11-30T03:30:57.066Z] === RUN TestKillContainer/non_killing_signal [2020-11-30T03:30:57.507Z] . [2020-11-30T03:30:57.507Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:30:57.507Z] [2020-11-30T03:30:57.507Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:30:57.507Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:30:57.507Z] Error: No such image: emptyfs [2020-11-30T03:30:57.507Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:30:57.507Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-30T03:30:57.507Z] ++++ docker load [2020-11-30T03:30:57.507Z] Error: No such image: emptyfs [2020-11-30T03:30:57.507Z] ++++ docker load [2020-11-30T03:30:57.507Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-30T03:30:57.640Z] === RUN TestKillContainer/killing_signal [2020-11-30T03:30:57.767Z] Running integration-test (iteration 1) [2020-11-30T03:30:57.767Z] Running integration-test (iteration 1) [2020-11-30T03:30:57.767Z] 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-11-30T03:30:57.767Z] ++ 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-11-30T03:30:57.767Z] ++ set -e [2020-11-30T03:30:57.767Z] ++ '[' -n 0 ']' [2020-11-30T03:30:57.767Z] ++ set -x [2020-11-30T03:30:57.767Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:57.767Z] 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-11-30T03:30:57.767Z] ++ 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-11-30T03:30:57.767Z] ++ set -e [2020-11-30T03:30:57.767Z] ++ '[' -n 0 ']' [2020-11-30T03:30:57.767Z] ++ set -x [2020-11-30T03:30:57.767Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:30:57.878Z] --- PASS: TestSecretsCreateAndDelete (3.70s) [2020-11-30T03:30:57.878Z] === RUN TestSecretsUpdate [2020-11-30T03:30:58.586Z] --- PASS: TestKillContainer (2.32s) [2020-11-30T03:30:58.586Z] --- PASS: TestKillContainer/no_signal (0.79s) [2020-11-30T03:30:58.586Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2020-11-30T03:30:58.586Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2020-11-30T03:30:58.586Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-30T03:30:58.586Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-30T03:30:59.160Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-30T03:31:00.105Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2020-11-30T03:31:00.105Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2020-11-30T03:31:00.105Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-11-30T03:31:00.105Z] === RUN TestKillStoppedContainer [2020-11-30T03:31:00.105Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-11-30T03:31:00.105Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-30T03:31:00.105Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-11-30T03:31:00.105Z] === RUN TestKillDifferentUserContainer [2020-11-30T03:31:00.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-11-30T03:31:01.052Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2020-11-30T03:31:01.052Z] === RUN TestInspectOomKilledTrue [2020-11-30T03:31:01.052Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-30T03:31:01.052Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:31:01.052Z] === RUN TestInspectOomKilledFalse [2020-11-30T03:31:01.052Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-30T03:31:01.052Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:31:01.052Z] === RUN TestLinksEtcHostsContentMatch [2020-11-30T03:31:01.393Z] --- PASS: TestSecretsUpdate (3.63s) [2020-11-30T03:31:01.394Z] === RUN TestTemplatedSecret [2020-11-30T03:31:01.627Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2020-11-30T03:31:01.627Z] === RUN TestLinksContainerNames [2020-11-30T03:31:01.644Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-11-30T03:31:03.547Z] --- PASS: TestLinksContainerNames (1.57s) [2020-11-30T03:31:03.547Z] === RUN TestLogsFollowTailEmpty [2020-11-30T03:31:04.121Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2020-11-30T03:31:04.121Z] === RUN TestContainerNetworkMountsNoChown [2020-11-30T03:31:04.696Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/default [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/default [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/private [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/private [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rprivate [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/slave [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/slave [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rslave [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/shared [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/shared [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rshared [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/default [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/rshared [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/shared [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/rslave [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/slave [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/rprivate [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/private [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:31:04.696Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-30T03:31:04.696Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-30T03:31:04.696Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:31:04.908Z] --- PASS: TestTemplatedSecret (3.61s) [2020-11-30T03:31:04.908Z] === RUN TestSecretCreateResolve [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:31:04.959Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-30T03:31:05.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:31:05.221Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-11-30T03:31:05.221Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-11-30T03:31:05.221Z] === RUN TestContainerBindMountNonRecursive [2020-11-30T03:31:07.771Z] --- PASS: TestContainerBindMountNonRecursive (2.26s) [2020-11-30T03:31:07.771Z] === RUN TestContainerVolumesMountedAsShared [2020-11-30T03:31:08.346Z] --- PASS: TestContainerVolumesMountedAsShared (0.80s) [2020-11-30T03:31:08.346Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-30T03:31:08.926Z] --- PASS: TestContainerVolumesMountedAsSlave (0.67s) [2020-11-30T03:31:08.926Z] === RUN TestNetworkNat [2020-11-30T03:31:09.430Z] --- PASS: TestSecretCreateResolve (3.63s) [2020-11-30T03:31:09.430Z] PASS [2020-11-30T03:31:09.430Z] [2020-11-30T03:31:09.430Z] DONE 6 tests in 21.561s [2020-11-30T03:31:09.430Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-11-30T03:31:09.430Z] ++ 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-11-30T03:31:09.430Z] ++ set -e [2020-11-30T03:31:09.430Z] ++ '[' -n 0 ']' [2020-11-30T03:31:09.430Z] ++ set -x [2020-11-30T03:31:09.430Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:31:09.430Z] INFO: Testing against a local daemon [2020-11-30T03:31:09.430Z] === RUN TestServiceCreateInit [2020-11-30T03:31:09.430Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-30T03:31:09.896Z] --- PASS: TestNetworkNat (0.87s) [2020-11-30T03:31:09.896Z] === RUN TestNetworkLocalhostTCPNat [2020-11-30T03:31:10.851Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2020-11-30T03:31:10.851Z] === RUN TestNetworkLoopbackNat [2020-11-30T03:31:12.658Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-11-30T03:31:14.161Z] --- PASS: TestNetworkLoopbackNat (3.18s) [2020-11-30T03:31:14.161Z] === RUN TestPause [2020-11-30T03:31:14.735Z] --- PASS: TestPause (0.86s) [2020-11-30T03:31:14.735Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-30T03:31:14.735Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:31:14.735Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:31:14.735Z] === RUN TestPauseStopPausedContainer [2020-11-30T03:31:14.994Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-30T03:31:15.681Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-11-30T03:31:15.681Z] === RUN TestPsFilter [2020-11-30T03:31:15.943Z] --- PASS: TestPsFilter (0.27s) [2020-11-30T03:31:15.943Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-30T03:31:16.517Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2020-11-30T03:31:16.517Z] === RUN TestRemoveContainerWithVolume [2020-11-30T03:31:17.463Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2020-11-30T03:31:17.463Z] === RUN TestRemoveContainerRunning [2020-11-30T03:31:18.037Z] --- PASS: TestRemoveContainerRunning (0.76s) [2020-11-30T03:31:18.037Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-30T03:31:18.984Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-11-30T03:31:18.984Z] === RUN TestRemoveInvalidContainer [2020-11-30T03:31:18.984Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-11-30T03:31:18.984Z] === RUN TestRenameLinkedContainer [2020-11-30T03:31:19.444Z] --- PASS: TestServiceCreateInit (10.39s) [2020-11-30T03:31:19.444Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.18s) [2020-11-30T03:31:19.444Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.19s) [2020-11-30T03:31:19.444Z] === RUN TestCreateServiceMultipleTimes [2020-11-30T03:31:20.612Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-11-30T03:31:20.612Z] [2020-11-30T03:31:20.612Z] ________ ____ __. [2020-11-30T03:31:20.612Z] \_____ \ | |/ _| [2020-11-30T03:31:20.612Z] / | \| < [2020-11-30T03:31:20.612Z] / | \ | \ [2020-11-30T03:31:20.612Z] \_______ /____|__ \ [2020-11-30T03:31:20.612Z] \/ \/ [2020-11-30T03:31:20.612Z] [2020-11-30T03:31:20.612Z] INFO: make.ps1 ended at 11/30/2020 03:31:17 [2020-11-30T03:31:20.612Z] INFO: Binaries build ended at 11/30/2020 03:31:20. Duration:00:01:32.0660514 [2020-11-30T03:31:22.294Z] --- PASS: TestRenameLinkedContainer (3.07s) [2020-11-30T03:31:22.294Z] === RUN TestRenameStoppedContainer [2020-11-30T03:31:22.868Z] --- PASS: TestRenameStoppedContainer (0.81s) [2020-11-30T03:31:22.868Z] === RUN TestRenameRunningContainerAndReuse [2020-11-30T03:31:23.544Z] INFO: Copying the built daemon binary to d:\CI\PR-41728\3\binary\dockerd-35639d804d.exe... [2020-11-30T03:31:23.544Z] INFO: Copying the built client binary to d:\CI\PR-41728\3\binary\docker-35639d804d.exe... [2020-11-30T03:31:23.544Z] INFO: Copying dockerversion from the container... [2020-11-30T03:31:24.525Z] INFO: Copying the golang package from the container to d:\CI\PR-41728\3\installer\go.zip... [2020-11-30T03:31:24.789Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2020-11-30T03:31:24.789Z] === RUN TestRenameInvalidName [2020-11-30T03:31:25.363Z] --- PASS: TestRenameInvalidName (0.83s) [2020-11-30T03:31:25.363Z] === RUN TestRenameAnonymousContainer [2020-11-30T03:31:28.291Z] INFO: Extracting go.zip to d:\CI\PR-41728\3\go [2020-11-30T03:31:29.000Z] ......... [ 86%] [2020-11-30T03:31:29.577Z] --- PASS: TestRenameAnonymousContainer (4.03s) [2020-11-30T03:31:29.577Z] === RUN TestRenameContainerWithSameName [2020-11-30T03:31:30.150Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2020-11-30T03:31:30.150Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-30T03:31:31.539Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s) [2020-11-30T03:31:31.539Z] === RUN TestResize [2020-11-30T03:31:32.486Z] --- PASS: TestResize (0.81s) [2020-11-30T03:31:32.486Z] === RUN TestResizeWithInvalidSize [2020-11-30T03:31:33.431Z] --- PASS: TestResizeWithInvalidSize (0.86s) [2020-11-30T03:31:33.431Z] === RUN TestResizeWhenContainerNotStarted [2020-11-30T03:31:34.007Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:31:34.007Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:31:34.007Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:31:34.007Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:31:34.007Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:31:34.007Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:31:34.007Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:31:34.359Z] tests/integration/models_images_test.py ............... [ 89%] [2020-11-30T03:31:35.822Z] tests/integration/models_networks_test.py .... [ 90%] [2020-11-30T03:31:35.934Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:31:36.466Z] Loaded image: buildpack-deps:buster [2020-11-30T03:31:36.466Z] Loaded image: buildpack-deps:buster [2020-11-30T03:31:36.466Z] Loaded image: busybox:latest [2020-11-30T03:31:36.466Z] Loaded image: busybox:latest [2020-11-30T03:31:36.724Z] Loaded image: busybox:glibc [2020-11-30T03:31:36.724Z] Loaded image: debian:buster [2020-11-30T03:31:36.724Z] Loaded image: busybox:glibc [2020-11-30T03:31:36.724Z] Loaded image: debian:buster [2020-11-30T03:31:36.882Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:31:36.882Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:31:36.890Z] --- PASS: TestImportExtremelyLargeImageWorks (102.80s) [2020-11-30T03:31:36.890Z] PASS [2020-11-30T03:31:36.890Z] [2020-11-30T03:31:36.890Z] === Skipped [2020-11-30T03:31:36.890Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-30T03:31:36.890Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-11-30T03:31:36.890Z] [2020-11-30T03:31:36.890Z] [2020-11-30T03:31:36.890Z] DONE 12 tests, 1 skipped in 107.260s [2020-11-30T03:31:36.890Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-30T03:31:36.890Z] INFO: Testing against a local daemon [2020-11-30T03:31:36.890Z] === RUN TestNetworkCreateDelete [2020-11-30T03:31:36.890Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-11-30T03:31:36.890Z] === RUN TestDockerNetworkDeletePreferID [2020-11-30T03:31:36.891Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-11-30T03:31:36.891Z] === RUN TestDaemonDNSFallback [2020-11-30T03:31:36.891Z] --- PASS: TestDaemonDNSFallback (7.37s) [2020-11-30T03:31:36.891Z] === RUN TestInspectNetwork [2020-11-30T03:31:36.891Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-30T03:31:36.891Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] === RUN TestRunContainerWithBridgeNone [2020-11-30T03:31:36.891Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-30T03:31:36.891Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestNetworkInvalidJSON [2020-11-30T03:31:36.891Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-30T03:31:36.891Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-30T03:31:36.891Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:31:36.891Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:31:36.891Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:31:36.891Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:31:36.891Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-30T03:31:36.891Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:31:36.891Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:31:36.891Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-11-30T03:31:36.891Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-30T03:31:36.891Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-30T03:31:36.891Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-11-30T03:31:36.891Z] === RUN TestHostIPv4BridgeLabel [2020-11-30T03:31:36.891Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-30T03:31:36.891Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-30T03:31:36.891Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-11-30T03:31:36.891Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestDaemonDefaultNetworkPools [2020-11-30T03:31:36.891Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-11-30T03:31:36.891Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-30T03:31:36.891Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2020-11-30T03:31:36.891Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-30T03:31:36.891Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2020-11-30T03:31:36.891Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-30T03:31:36.891Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-30T03:31:36.891Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestServiceWithPredefinedNetwork [2020-11-30T03:31:36.891Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-30T03:31:36.891Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-30T03:31:36.891Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:31:36.891Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:31:36.891Z] === RUN TestServiceWithDataPathPortInit [2020-11-30T03:31:36.891Z] --- SKIP: TestServiceWithDataPathPortInit (0.03s) [2020-11-30T03:31:36.891Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-30T03:31:36.891Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-30T03:31:36.891Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] PASS [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === Skipped [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-11-30T03:31:36.891Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-11-30T03:31:36.891Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-11-30T03:31:36.891Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-11-30T03:31:36.891Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-11-30T03:31:36.891Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2020-11-30T03:31:36.891Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2020-11-30T03:31:36.891Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-11-30T03:31:36.891Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-11-30T03:31:36.891Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:31:36.891Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.03s) [2020-11-30T03:31:36.891Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-11-30T03:31:36.891Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] DONE 19 tests, 12 skipped in 8.151s [2020-11-30T03:31:36.891Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:31:36.891Z] INFO: Testing against a local daemon [2020-11-30T03:31:36.891Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-30T03:31:36.891Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-30T03:31:36.891Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:31:36.891Z] === RUN TestDockerNetworkIpvlan [2020-11-30T03:31:36.891Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:31:36.891Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:31:36.891Z] PASS [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === Skipped [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-30T03:31:36.891Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:31:36.891Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] DONE 2 tests, 2 skipped in 0.125s [2020-11-30T03:31:36.891Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:31:36.891Z] INFO: Testing against a local daemon [2020-11-30T03:31:36.891Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-30T03:31:36.891Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-30T03:31:36.891Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] === RUN TestDockerNetworkMacvlan [2020-11-30T03:31:36.891Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-11-30T03:31:36.891Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] PASS [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === Skipped [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-11-30T03:31:36.891Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-11-30T03:31:36.891Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] DONE 2 tests, 2 skipped in 0.117s [2020-11-30T03:31:36.891Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-30T03:31:36.891Z] testing: warning: no tests to run [2020-11-30T03:31:36.891Z] PASS [2020-11-30T03:31:36.891Z] [2020-11-30T03:31:36.891Z] DONE 0 tests in 0.026s [2020-11-30T03:31:36.891Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-30T03:31:36.891Z] INFO: Testing against a local daemon [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginAllowRequest [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginTLS [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginDenyRequest [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginDenyResponse [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginAllowEventStream [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginErrorResponse [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginErrorRequest [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginHeader [2020-11-30T03:31:36.891Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-11-30T03:31:36.891Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:36.891Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-30T03:31:36.981Z] Loaded image: hello-world:latest [2020-11-30T03:31:36.981Z] Loaded image: hello-world:latest [2020-11-30T03:31:36.981Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:31:37.147Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.26s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] === RUN TestAuthZPluginV2Disable [2020-11-30T03:31:37.147Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-30T03:31:37.147Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-30T03:31:37.147Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-30T03:31:37.147Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] PASS [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === Skipped [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.26s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-11-30T03:31:37.147Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] DONE 17 tests, 17 skipped in 0.452s [2020-11-30T03:31:37.147Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-30T03:31:37.147Z] INFO: Testing against a local daemon [2020-11-30T03:31:37.147Z] === RUN TestPluginInvalidJSON [2020-11-30T03:31:37.147Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:31:37.147Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:31:37.147Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:31:37.147Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-30T03:31:37.147Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-30T03:31:37.147Z] === RUN TestPluginInstall [2020-11-30T03:31:37.147Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-30T03:31:37.147Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] PASS [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] === Skipped [2020-11-30T03:31:37.147Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-11-30T03:31:37.147Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] [2020-11-30T03:31:37.147Z] DONE 3 tests, 1 skipped in 0.157s [2020-11-30T03:31:37.237Z] INFO: Testing against a local daemon [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-30T03:31:37.237Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-30T03:31:37.237Z] INFO: Testing against a local daemon [2020-11-30T03:31:37.237Z] === RUN TestDockerDaemonSuite [2020-11-30T03:31:37.237Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-30T03:31:37.237Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-30T03:31:37.415Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-30T03:31:37.415Z] INFO: Testing against a local daemon [2020-11-30T03:31:37.415Z] === RUN TestExternalGraphDriver [2020-11-30T03:31:37.415Z] --- SKIP: TestExternalGraphDriver (0.07s) [2020-11-30T03:31:37.415Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-30T03:31:37.415Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:31:37.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:31:37.459Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:31:37.494Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-30T03:31:37.494Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-30T03:31:37.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-11-30T03:31:37.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-11-30T03:31:37.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-11-30T03:31:37.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-11-30T03:31:37.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-11-30T03:31:38.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:31:39.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-11-30T03:31:39.356Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:31:39.934Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:31:41.664Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-30T03:31:41.664Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-30T03:31:41.664Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-30T03:31:41.664Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-30T03:31:41.902Z] --- PASS: TestCreateServiceMultipleTimes (21.37s) [2020-11-30T03:31:41.902Z] === RUN TestCreateServiceConflict [2020-11-30T03:31:42.400Z] tests/integration/models_nodes_test.py . [ 91%] [2020-11-30T03:31:42.400Z] tests/integration/models_resources_test.py . [ 91%] [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.75s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.78s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.40s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.65s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.76s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.64s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.47s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.57s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.38s) [2020-11-30T03:31:42.489Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.27s) [2020-11-30T03:31:42.489Z] === RUN TestCgroupNamespacesRun [2020-11-30T03:31:42.610Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-30T03:31:42.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-11-30T03:31:42.866Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-30T03:31:42.866Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-30T03:31:43.983Z] --- PASS: TestGraphdriverPluginV2 (6.54s) [2020-11-30T03:31:43.983Z] PASS [2020-11-30T03:31:43.983Z] [2020-11-30T03:31:43.983Z] === Skipped [2020-11-30T03:31:43.983Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2020-11-30T03:31:43.983Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-11-30T03:31:43.983Z] [2020-11-30T03:31:43.983Z] [2020-11-30T03:31:43.983Z] DONE 2 tests, 1 skipped in 6.751s [2020-11-30T03:31:43.983Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-30T03:31:44.239Z] INFO: Testing against a local daemon [2020-11-30T03:31:44.239Z] === RUN TestContinueAfterPluginCrash [2020-11-30T03:31:44.239Z] === PAUSE TestContinueAfterPluginCrash [2020-11-30T03:31:44.239Z] === RUN TestReadPluginNoRead [2020-11-30T03:31:44.239Z] === PAUSE TestReadPluginNoRead [2020-11-30T03:31:44.239Z] === RUN TestDaemonStartWithLogOpt [2020-11-30T03:31:44.239Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-30T03:31:44.239Z] === CONT TestContinueAfterPluginCrash [2020-11-30T03:31:44.239Z] === CONT TestDaemonStartWithLogOpt [2020-11-30T03:31:44.280Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-30T03:31:44.408Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2020-11-30T03:31:44.408Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-30T03:31:44.549Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-30T03:31:44.549Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-30T03:31:44.549Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-30T03:31:44.629Z] --- PASS: TestCreateServiceConflict (3.71s) [2020-11-30T03:31:44.629Z] === RUN TestCreateServiceMaxReplicas [2020-11-30T03:31:44.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-11-30T03:31:44.813Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-11-30T03:31:45.742Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-30T03:31:45.796Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s) [2020-11-30T03:31:45.796Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-30T03:31:46.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-11-30T03:31:46.672Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-30T03:31:46.672Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-30T03:31:46.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-11-30T03:31:46.929Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-30T03:31:46.929Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-30T03:31:46.929Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-30T03:31:47.714Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s) [2020-11-30T03:31:47.714Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-30T03:31:48.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-11-30T03:31:48.512Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-11-30T03:31:49.080Z] --- PASS: TestCreateServiceMaxReplicas (3.99s) [2020-11-30T03:31:49.080Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-30T03:31:49.636Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2020-11-30T03:31:49.636Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-30T03:31:49.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-11-30T03:31:50.775Z] --- PASS: TestDaemonStartWithLogOpt (6.58s) [2020-11-30T03:31:50.775Z] === CONT TestReadPluginNoRead [2020-11-30T03:31:51.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-11-30T03:31:51.558Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2020-11-30T03:31:51.558Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-30T03:31:51.853Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-11-30T03:31:51.853Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-11-30T03:31:52.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-11-30T03:31:53.468Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-30T03:31:53.478Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2020-11-30T03:31:53.478Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-30T03:31:54.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-11-30T03:31:54.051Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2020-11-30T03:31:54.051Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-30T03:31:54.941Z] === RUN TestReadPluginNoRead/default [2020-11-30T03:31:54.941Z] --- PASS: TestContinueAfterPluginCrash (10.32s) [2020-11-30T03:31:55.565Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-11-30T03:31:55.565Z] Using test binary docker [2020-11-30T03:31:55.565Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-11-30T03:31:55.565Z] +++ /etc/init.d/apparmor start [2020-11-30T03:31:55.565Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-11-30T03:31:55.565Z] INFO: Waiting for daemon to start... [2020-11-30T03:31:55.565Z] Starting dockerd [2020-11-30T03:31:55.565Z] +++ 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-11-30T03:31:55.795Z] tests/integration/regression_test.py ...... [ 98%] [2020-11-30T03:31:56.316Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-11-30T03:31:56.316Z] tests/integration/credentials/utils_test.py . [100%] [2020-11-30T03:31:56.316Z] [2020-11-30T03:31:56.316Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-11-30T03:31:56.316Z] =========================== short test summary info ============================ [2020-11-30T03:31:56.316Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-11-30T03:31:56.316Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-11-30T03:31:56.316Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-11-30T03:31:56.316Z] Not supported on most drivers [2020-11-30T03:31:56.316Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-11-30T03:31:56.316Z] Output of docker top depends on host distro, and is not formalized. [2020-11-30T03:31:56.316Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-11-30T03:31:56.316Z] Output of docker top depends on host distro, and is not formalized. [2020-11-30T03:31:56.316Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-11-30T03:31:56.316Z] Can fail if eth0 has multiple IP addresses [2020-11-30T03:31:56.316Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-11-30T03:31:56.316Z] This doesn't seem to be taken into account by the engine [2020-11-30T03:31:56.316Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-11-30T03:31:56.316Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-11-30T03:31:56.316Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 343.36 seconds == [2020-11-30T03:31:56.577Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-11-30T03:31:56.604Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.99s) [2020-11-30T03:31:56.604Z] === RUN TestKernelTCPMemory [2020-11-30T03:31:56.739Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-30T03:31:56.829Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-30T03:31:56.866Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-11-30T03:31:56.866Z] === RUN TestNISDomainname [2020-11-30T03:31:57.637Z] . [2020-11-30T03:31:57.638Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-11-30T03:31:57.638Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-11-30T03:31:57.638Z] Error: No such image: emptyfs [2020-11-30T03:31:57.638Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-11-30T03:31:57.638Z] ++++ docker load [2020-11-30T03:31:57.638Z] Running integration-test (iteration 1) [2020-11-30T03:31:57.638Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-11-30T03:31:57.638Z] ++ 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-11-30T03:31:57.638Z] ++ set -e [2020-11-30T03:31:57.638Z] ++ '[' -n 0 ']' [2020-11-30T03:31:57.638Z] ++ set -x [2020-11-30T03:31:57.638Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:31:58.256Z] --- PASS: TestNISDomainname (0.98s) [2020-11-30T03:31:58.256Z] === RUN TestHostnameDnsResolution [2020-11-30T03:31:58.346Z] INFO: Extraction ended at 11/30/2020 03:31:56. Duration:00:00:28.7994191 [2020-11-30T03:31:58.346Z] INFO: Updating the golang and path environment variables [2020-11-30T03:31:58.346Z] INFO: GOPATH=d:\gopath [2020-11-30T03:31:58.346Z] INFO: go version go1.13.15 windows/amd64 [2020-11-30T03:31:58.346Z] INFO: Running the daemon under test in debug mode [2020-11-30T03:31:58.346Z] INFO: Starting a daemon under test... [2020-11-30T03:31:58.346Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41728\3\daemon --pidfile d:\CI\PR-41728\3\docker.pid -D [2020-11-30T03:31:58.346Z] INFO: Process started successfully. [2020-11-30T03:31:58.346Z] INFO: Start tailing logs of the daemon under tests [2020-11-30T03:31:58.346Z] INFO: Waiting for the daemon under test to start... [2020-11-30T03:31:58.632Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-30T03:31:59.343Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-30T03:31:59.645Z] --- PASS: TestHostnameDnsResolution (1.67s) [2020-11-30T03:31:59.645Z] === RUN TestStats [2020-11-30T03:32:00.535Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-30T03:32:01.098Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-30T03:32:01.856Z] --- PASS: TestReadPluginNoRead (10.74s) [2020-11-30T03:32:01.857Z] --- PASS: TestReadPluginNoRead/default (2.38s) [2020-11-30T03:32:01.857Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.37s) [2020-11-30T03:32:01.857Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.35s) [2020-11-30T03:32:01.857Z] read_test.go:92: [d70e7f0cf576e] daemon is not started [2020-11-30T03:32:01.857Z] PASS [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] DONE 6 tests in 17.480s [2020-11-30T03:32:01.857Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-30T03:32:01.857Z] testing: warning: no tests to run [2020-11-30T03:32:01.857Z] PASS [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] DONE 0 tests in 0.047s [2020-11-30T03:32:01.857Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-30T03:32:01.857Z] INFO: Testing against a local daemon [2020-11-30T03:32:01.857Z] === RUN TestPluginWithDevMounts [2020-11-30T03:32:01.857Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-30T03:32:01.857Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-30T03:32:01.857Z] PASS [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === Skipped [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-11-30T03:32:01.857Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] DONE 1 tests, 1 skipped in 0.151s [2020-11-30T03:32:01.857Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-30T03:32:01.857Z] INFO: Testing against a local daemon [2020-11-30T03:32:01.857Z] === RUN TestSecretInspect [2020-11-30T03:32:01.857Z] --- SKIP: TestSecretInspect (0.02s) [2020-11-30T03:32:01.857Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] === RUN TestSecretList [2020-11-30T03:32:01.857Z] --- SKIP: TestSecretList (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] === RUN TestSecretsCreateAndDelete [2020-11-30T03:32:01.857Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] === RUN TestSecretsUpdate [2020-11-30T03:32:01.857Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] === RUN TestTemplatedSecret [2020-11-30T03:32:01.857Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-30T03:32:01.857Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] === RUN TestSecretCreateResolve [2020-11-30T03:32:01.857Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] PASS [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === Skipped [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-11-30T03:32:01.857Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-11-30T03:32:01.857Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-11-30T03:32:01.857Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] [2020-11-30T03:32:01.857Z] DONE 6 tests, 6 skipped in 0.188s [2020-11-30T03:32:01.857Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-30T03:32:02.027Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-30T03:32:02.113Z] INFO: Testing against a local daemon [2020-11-30T03:32:02.113Z] === RUN TestServiceCreateInit [2020-11-30T03:32:02.113Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-30T03:32:02.113Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-30T03:32:02.113Z] --- PASS: TestServiceCreateInit (0.02s) [2020-11-30T03:32:02.113Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-30T03:32:02.113Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-30T03:32:02.113Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceMultipleTimes [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-11-30T03:32:02.113Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceConflict [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-11-30T03:32:02.113Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceMaxReplicas [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-11-30T03:32:02.113Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-30T03:32:02.113Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceSecretFileMode [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-11-30T03:32:02.113Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceConfigFileMode [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-11-30T03:32:02.113Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceSysctls [2020-11-30T03:32:02.113Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-11-30T03:32:02.113Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.113Z] === RUN TestCreateServiceCapabilities [2020-11-30T03:32:02.369Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-11-30T03:32:02.369Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestInspect [2020-11-30T03:32:02.369Z] --- SKIP: TestInspect (0.01s) [2020-11-30T03:32:02.369Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestCreateJob [2020-11-30T03:32:02.369Z] --- SKIP: TestCreateJob (0.01s) [2020-11-30T03:32:02.369Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestReplicatedJob [2020-11-30T03:32:02.369Z] --- SKIP: TestReplicatedJob (0.01s) [2020-11-30T03:32:02.369Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestUpdateReplicatedJob [2020-11-30T03:32:02.369Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-11-30T03:32:02.369Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestServiceListWithStatuses [2020-11-30T03:32:02.369Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-30T03:32:02.369Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:32:02.369Z] === RUN TestDockerNetworkConnectAlias [2020-11-30T03:32:02.369Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-11-30T03:32:02.369Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestDockerNetworkReConnect [2020-11-30T03:32:02.369Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-11-30T03:32:02.369Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:02.369Z] === RUN TestServicePlugin [2020-11-30T03:32:02.594Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-30T03:32:02.958Z] --- PASS: TestStats (2.84s) [2020-11-30T03:32:02.958Z] === RUN TestStopContainerWithTimeout [2020-11-30T03:32:02.958Z] === RUN TestStopContainerWithTimeout/0 [2020-11-30T03:32:02.958Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-30T03:32:02.958Z] === RUN TestStopContainerWithTimeout/1 [2020-11-30T03:32:02.958Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-30T03:32:02.958Z] === RUN TestStopContainerWithTimeout/3 [2020-11-30T03:32:02.958Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-30T03:32:02.958Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-30T03:32:02.958Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-30T03:32:02.958Z] === CONT TestStopContainerWithTimeout/0 [2020-11-30T03:32:02.958Z] === CONT TestStopContainerWithTimeout/3 [2020-11-30T03:32:02.958Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-30T03:32:02.958Z] === CONT TestStopContainerWithTimeout/1 [2020-11-30T03:32:03.158Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-11-30T03:32:03.414Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-11-30T03:32:04.483Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.38s) [2020-11-30T03:32:04.483Z] === RUN TestCreateServiceSecretFileMode [2020-11-30T03:32:05.306Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-11-30T03:32:05.563Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-11-30T03:32:06.266Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-30T03:32:06.266Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2020-11-30T03:32:06.266Z] --- PASS: TestStopContainerWithTimeout/1 (2.33s) [2020-11-30T03:32:06.266Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2020-11-30T03:32:06.266Z] --- PASS: TestStopContainerWithTimeout/-1 (3.22s) [2020-11-30T03:32:06.266Z] === RUN TestDeleteDevicemapper [2020-11-30T03:32:06.266Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-30T03:32:06.266Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:32:06.266Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-30T03:32:06.537Z] --- SKIP: TestServicePlugin (3.51s) [2020-11-30T03:32:06.537Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] === RUN TestServiceUpdateLabel [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] === RUN TestServiceUpdateSecrets [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] === RUN TestServiceUpdateConfigs [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] === RUN TestServiceUpdateNetwork [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] === RUN TestServiceUpdatePidsLimit [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-11-30T03:32:06.537Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] PASS [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === Skipped [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-30T03:32:06.537Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-30T03:32:06.537Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-30T03:32:06.537Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-11-30T03:32:06.537Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-11-30T03:32:06.537Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-11-30T03:32:06.537Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-11-30T03:32:06.537Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-11-30T03:32:06.537Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-11-30T03:32:06.537Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2020-11-30T03:32:06.537Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-11-30T03:32:06.537Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-11-30T03:32:06.537Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-11-30T03:32:06.537Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-11-30T03:32:06.537Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-11-30T03:32:06.537Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-30T03:32:06.537Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-11-30T03:32:06.537Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-11-30T03:32:06.537Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServicePlugin (3.51s) [2020-11-30T03:32:06.537Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-11-30T03:32:06.537Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-11-30T03:32:06.537Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] DONE 24 tests, 23 skipped in 3.967s [2020-11-30T03:32:06.537Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-30T03:32:06.537Z] INFO: Testing against a local daemon [2020-11-30T03:32:06.537Z] === RUN TestSessionCreate [2020-11-30T03:32:06.537Z] --- PASS: TestSessionCreate (0.03s) [2020-11-30T03:32:06.537Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-30T03:32:06.537Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-11-30T03:32:06.537Z] PASS [2020-11-30T03:32:06.537Z] [2020-11-30T03:32:06.537Z] DONE 2 tests in 0.149s [2020-11-30T03:32:06.537Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-30T03:32:06.537Z] INFO: Testing against a local daemon [2020-11-30T03:32:06.537Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-30T03:32:06.537Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:32:06.537Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:32:06.537Z] === RUN TestEventsExecDie [2020-11-30T03:32:06.794Z] --- PASS: TestEventsExecDie (0.49s) [2020-11-30T03:32:06.794Z] === RUN TestEventsBackwardsCompatible [2020-11-30T03:32:06.794Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-11-30T03:32:06.794Z] === RUN TestInfoBinaryCommits [2020-11-30T03:32:06.794Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-30T03:32:06.794Z] === RUN TestInfoAPIVersioned [2020-11-30T03:32:06.794Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-30T03:32:06.794Z] === RUN TestInfoDiscoveryBackend [2020-11-30T03:32:07.244Z] --- PASS: TestCreateServiceSecretFileMode (3.51s) [2020-11-30T03:32:07.244Z] === RUN TestCreateServiceConfigFileMode [2020-11-30T03:32:07.455Z] === RUN TestDockerSuite/TestAttachDetach [2020-11-30T03:32:08.019Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-11-30T03:32:08.019Z] --- PASS: TestBuildWithHugeFile (105.48s) [2020-11-30T03:32:08.019Z] === RUN TestBuildWithEmptyDockerfile [2020-11-30T03:32:08.019Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:32:08.019Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:32:08.019Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:32:08.019Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:32:08.019Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:32:08.019Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:32:08.019Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:32:08.019Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:32:08.185Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.50s) [2020-11-30T03:32:08.185Z] === RUN TestUpdateMemory [2020-11-30T03:32:08.185Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-30T03:32:08.185Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:32:08.185Z] === RUN TestUpdateCPUQuota [2020-11-30T03:32:08.275Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-30T03:32:08.275Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:32:08.532Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-11-30T03:32:08.532Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-11-30T03:32:08.532Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2020-11-30T03:32:08.532Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.19s) [2020-11-30T03:32:08.532Z] === RUN TestBuildPreserveOwnership [2020-11-30T03:32:08.532Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-30T03:32:08.681Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-11-30T03:32:08.681Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-30T03:32:08.798Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:32:08.798Z] [2020-11-30T03:32:08.798Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:32:08.798Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:32:08.798Z] [2020-11-30T03:32:08.798Z] To set a process to complain mode, use the command line tool [2020-11-30T03:32:08.798Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:32:08.798Z] Post stage [Pipeline] junit [2020-11-30T03:32:09.075Z] Recording test results [2020-11-30T03:32:09.096Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-30T03:32:09.575Z] --- PASS: TestUpdateCPUQuota (1.39s) [2020-11-30T03:32:09.575Z] === RUN TestUpdatePidsLimit [2020-11-30T03:32:09.575Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-30T03:32:10.027Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-11-30T03:32:10.149Z] === RUN TestUpdatePidsLimit/no_change [2020-11-30T03:32:10.317Z] Loaded image: buildpack-deps:buster [2020-11-30T03:32:10.411Z] === RUN TestUpdatePidsLimit/update_lower [Pipeline] sh [2020-11-30T03:32:10.611Z] Loaded image: busybox:latest [2020-11-30T03:32:10.611Z] Loaded image: busybox:glibc [2020-11-30T03:32:10.611Z] Loaded image: debian:buster [2020-11-30T03:32:10.611Z] Loaded image: hello-world:latest [2020-11-30T03:32:10.611Z] Loaded image: arm32v7/hello-world:latest [2020-11-30T03:32:10.611Z] INFO: Testing against a local daemon [2020-11-30T03:32:10.611Z] === RUN TestCgroupNamespacesBuild [2020-11-30T03:32:10.673Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-30T03:32:10.765Z] --- PASS: TestCreateServiceConfigFileMode (3.60s) [2020-11-30T03:32:10.765Z] === RUN TestCreateServiceSysctls [2020-11-30T03:32:10.848Z] + echo Ensuring container killed. [2020-11-30T03:32:10.848Z] Ensuring container killed. [2020-11-30T03:32:10.848Z] + docker rm -vf docker-pr3 [2020-11-30T03:32:10.848Z] Error: No such container: docker-pr3 [2020-11-30T03:32:10.848Z] + true [Pipeline] sh [2020-11-30T03:32:10.955Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-30T03:32:11.134Z] + echo Chowning /workspace to jenkins user [2020-11-30T03:32:11.134Z] Chowning /workspace to jenkins user [2020-11-30T03:32:11.134Z] + id -u [2020-11-30T03:32:11.134Z] + id -g [2020-11-30T03:32:11.134Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41728:/workspace busybox chown -R 1000:1000 /workspace [2020-11-30T03:32:11.134Z] Unable to find image 'busybox:latest' locally [2020-11-30T03:32:11.211Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-30T03:32:11.246Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-30T03:32:11.508Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-30T03:32:11.774Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-30T03:32:11.946Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2020-11-30T03:32:11.946Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-30T03:32:11.946Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-30T03:32:11.946Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:32:11.946Z] === RUN TestInfoAPI [2020-11-30T03:32:11.946Z] --- PASS: TestInfoAPI (0.04s) [2020-11-30T03:32:11.946Z] === RUN TestInfoAPIWarnings [2020-11-30T03:32:12.083Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-30T03:32:12.140Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2020-11-30T03:32:12.140Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-11-30T03:32:12.336Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-30T03:32:12.592Z] --- PASS: TestBuildPreserveOwnership (4.26s) [2020-11-30T03:32:12.592Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.74s) [2020-11-30T03:32:12.592Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.49s) [2020-11-30T03:32:12.592Z] === RUN TestBuildPlatformInvalid [2020-11-30T03:32:12.849Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-11-30T03:32:12.849Z] PASS [2020-11-30T03:32:12.849Z] [2020-11-30T03:32:12.849Z] === Skipped [2020-11-30T03:32:12.849Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-11-30T03:32:12.849Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:32:12.849Z] [2020-11-30T03:32:12.849Z] [2020-11-30T03:32:12.849Z] DONE 32 tests, 1 skipped in 192.785s [2020-11-30T03:32:12.849Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-11-30T03:32:12.849Z] ++ 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-11-30T03:32:12.849Z] ++ set -e [2020-11-30T03:32:12.849Z] ++ '[' -n 0 ']' [2020-11-30T03:32:12.849Z] ++ set -x [2020-11-30T03:32:12.849Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:32:13.105Z] INFO: Testing against a local daemon [2020-11-30T03:32:13.105Z] === RUN TestConfigInspect [2020-11-30T03:32:13.362Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit (3.63s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-11-30T03:32:13.472Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-11-30T03:32:13.472Z] === RUN TestUpdateRestartPolicy [2020-11-30T03:32:13.668Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.35s) [2020-11-30T03:32:13.668Z] === RUN TestBuildWithSession [2020-11-30T03:32:13.668Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-30T03:32:13.668Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:32:13.668Z] === RUN TestBuildSquashParent [2020-11-30T03:32:14.293Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-11-30T03:32:14.857Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-30T03:32:15.216Z] --- PASS: TestCreateServiceSysctls (4.41s) [2020-11-30T03:32:15.216Z] === RUN TestCreateServiceCapabilities [2020-11-30T03:32:15.788Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-30T03:32:16.353Z] --- PASS: TestConfigInspect (3.21s) [2020-11-30T03:32:16.353Z] === RUN TestConfigList [2020-11-30T03:32:16.416Z] latest: Pulling from library/busybox [2020-11-30T03:32:16.416Z] 5f5dd3e95e9f: Pulling fs layer [2020-11-30T03:32:16.416Z] 5f5dd3e95e9f: Verifying Checksum [2020-11-30T03:32:16.416Z] 5f5dd3e95e9f: Download complete [2020-11-30T03:32:16.676Z] 5f5dd3e95e9f: Pull complete [2020-11-30T03:32:16.676Z] Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2 [2020-11-30T03:32:16.676Z] Status: Downloaded newer image for busybox:latest [2020-11-30T03:32:16.916Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-30T03:32:16.916Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-30T03:32:16.916Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T03:32:17.918Z] + bundleName=docker-py [2020-11-30T03:32:17.918Z] + echo Creating docker-py-bundles.tar.gz [2020-11-30T03:32:17.918Z] Creating docker-py-bundles.tar.gz [2020-11-30T03:32:17.918Z] + 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-11-30T03:32:17.932Z] Archiving artifacts [2020-11-30T03:32:18.147Z] --- PASS: TestBuildSquashParent (4.74s) [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:32:18.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:32:18.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:32:18.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:32:18.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:32:18.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:32:18.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:32:18.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:32:18.147Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:32:18.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:32:18.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:32:18.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:32:18.284Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-30T03:32:18.848Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-30T03:32:19.104Z] --- PASS: TestConfigList (2.84s) [2020-11-30T03:32:19.104Z] === RUN TestConfigsCreateAndDelete [2020-11-30T03:32:19.361Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-11-30T03:32:19.522Z] .....INFO: Daemon under test started and replied! [2020-11-30T03:32:19.522Z] INFO: Docker version of the daemon under test [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] Client: [2020-11-30T03:32:19.522Z] Version: 17.06.2-ce [2020-11-30T03:32:19.522Z] API version: 1.30 [2020-11-30T03:32:19.522Z] Go version: go1.8.3 [2020-11-30T03:32:19.522Z] Git commit: cec0b72 [2020-11-30T03:32:19.522Z] Built: Tue Sep 5 19:57:19 2017 [2020-11-30T03:32:19.522Z] OS/Arch: windows/amd64 [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] Server: [2020-11-30T03:32:19.522Z] Version: 0.0.0-dev [2020-11-30T03:32:19.522Z] API version: 1.41 (minimum version 1.24) [2020-11-30T03:32:19.522Z] Go version: go1.13.15 [2020-11-30T03:32:19.522Z] Git commit: 35639d804d [2020-11-30T03:32:19.522Z] Built: 11/30/2020 03:29:53 [2020-11-30T03:32:19.522Z] OS/Arch: windows/amd64 [2020-11-30T03:32:19.522Z] Experimental: false [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] INFO: Docker info of the daemon under test [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] Containers: 0 [2020-11-30T03:32:19.522Z] Running: 0 [2020-11-30T03:32:19.522Z] Paused: 0 [2020-11-30T03:32:19.522Z] Stopped: 0 [2020-11-30T03:32:19.522Z] Images: 0 [2020-11-30T03:32:19.522Z] Server Version: 0.0.0-dev [2020-11-30T03:32:19.522Z] Storage Driver: windowsfilter [2020-11-30T03:32:19.522Z] Windows: [2020-11-30T03:32:19.522Z] Logging Driver: json-file [2020-11-30T03:32:19.522Z] Plugins: [2020-11-30T03:32:19.522Z] Volume: local [2020-11-30T03:32:19.522Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-30T03:32:19.522Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-30T03:32:19.522Z] Swarm: inactive [2020-11-30T03:32:19.522Z] Default Isolation: process [2020-11-30T03:32:19.522Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-30T03:32:19.522Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-11-30T03:32:19.522Z] OSType: windows [2020-11-30T03:32:19.522Z] Architecture: x86_64 [2020-11-30T03:32:19.522Z] CPUs: 4 [2020-11-30T03:32:19.522Z] Total Memory: 32GiB [2020-11-30T03:32:19.522Z] Name: azwin-2-6b01c0 [2020-11-30T03:32:19.522Z] ID: MPBG:PIRX:VR2B:ZE5O:XVCN:5I4L:YREP:CNAJ:27KP:HZ3U:EPPS:MLDO [2020-11-30T03:32:19.522Z] Docker Root Dir: D:\CI\PR-41728\3\daemon [2020-11-30T03:32:19.522Z] Debug Mode (client): false [2020-11-30T03:32:19.522Z] Debug Mode (server): true [2020-11-30T03:32:19.522Z] File Descriptors: -1 [2020-11-30T03:32:19.522Z] Goroutines: 16 [2020-11-30T03:32:19.522Z] System Time: 2020-11-30T03:32:16.35653Z [2020-11-30T03:32:19.522Z] EventsListeners: 0 [2020-11-30T03:32:19.522Z] Registry: https://index.docker.io/v1/ [2020-11-30T03:32:19.522Z] Labels: [2020-11-30T03:32:19.522Z] Experimental: false [2020-11-30T03:32:19.522Z] Insecure Registries: [2020-11-30T03:32:19.522Z] 127.0.0.0/8 [2020-11-30T03:32:19.522Z] Live Restore Enabled: false [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] INFO: Docker images of the daemon under test [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-30T03:32:19.522Z] [2020-11-30T03:32:19.522Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-11-30T03:32:19.522Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-11-30T03:32:19.522Z] ltsc2019: Pulling from windows/servercore [2020-11-30T03:32:19.522Z] 4612f6d0b889: Pulling fs layer [2020-11-30T03:32:19.522Z] 680bbdbacf1b: Pulling fs layer [2020-11-30T03:32:19.665Z] --- PASS: TestCreateServiceCapabilities (3.89s) [2020-11-30T03:32:19.665Z] === RUN TestInspect [2020-11-30T03:32:19.942Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-11-30T03:32:20.306Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh binary-daemon [2020-11-30T03:32:20.877Z] [2020-11-30T03:32:20.877Z] Removing bundles/ [2020-11-30T03:32:20.877Z] [2020-11-30T03:32:20.877Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-11-30T03:32:20.877Z] Building: bundles/binary-daemon/dockerd-dev [2020-11-30T03:32:20.877Z] GOOS="" GOARCH="" GOARM="" [2020-11-30T03:32:20.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:32:20.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.47s) [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.53s) [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.60s) [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.66s) [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.74s) [2020-11-30T03:32:22.433Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.74s) [2020-11-30T03:32:22.433Z] === RUN TestBuildMultiStageCopy [2020-11-30T03:32:22.433Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-30T03:32:22.632Z] --- PASS: TestConfigsCreateAndDelete (3.24s) [2020-11-30T03:32:22.632Z] === RUN TestConfigsUpdate [2020-11-30T03:32:22.632Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-11-30T03:32:23.179Z] --- PASS: TestInspect (3.60s) [2020-11-30T03:32:23.179Z] === RUN TestCreateJob [2020-11-30T03:32:23.974Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-30T03:32:24.272Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-30T03:32:24.568Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-30T03:32:24.861Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-30T03:32:25.154Z] --- PASS: TestBuildMultiStageCopy (2.75s) [2020-11-30T03:32:25.154Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.53s) [2020-11-30T03:32:25.154Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2020-11-30T03:32:25.154Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.28s) [2020-11-30T03:32:25.154Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2020-11-30T03:32:25.154Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s) [2020-11-30T03:32:25.154Z] === RUN TestBuildMultiStageParentConfig [2020-11-30T03:32:25.716Z] --- PASS: TestUpdateRestartPolicy (12.40s) [2020-11-30T03:32:25.716Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-30T03:32:25.904Z] --- PASS: TestConfigsUpdate (3.27s) [2020-11-30T03:32:25.904Z] === RUN TestTemplatedConfig [2020-11-30T03:32:25.904Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-11-30T03:32:26.197Z] --- PASS: TestBuildMultiStageParentConfig (0.79s) [2020-11-30T03:32:26.197Z] === RUN TestBuildLabelWithTargets [2020-11-30T03:32:26.662Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-11-30T03:32:26.662Z] === RUN TestWaitNonBlocked [2020-11-30T03:32:26.662Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:32:26.662Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:32:26.662Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:32:26.662Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:32:26.662Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:32:26.662Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:32:26.672Z] 680bbdbacf1b: Verifying Checksum [2020-11-30T03:32:26.672Z] 680bbdbacf1b: Download complete [2020-11-30T03:32:27.239Z] --- PASS: TestBuildLabelWithTargets (1.29s) [2020-11-30T03:32:27.239Z] === RUN TestBuildWithEmptyLayers [2020-11-30T03:32:27.613Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-30T03:32:27.613Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.04s) [2020-11-30T03:32:27.613Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.09s) [2020-11-30T03:32:27.613Z] === RUN TestWaitBlocked [2020-11-30T03:32:27.613Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:32:27.613Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:32:27.613Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:32:27.613Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:32:27.613Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:32:27.613Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:32:27.631Z] --- PASS: TestCreateJob (4.32s) [2020-11-30T03:32:27.631Z] === RUN TestReplicatedJob [2020-11-30T03:32:27.878Z] --- PASS: TestBuildWithEmptyLayers (0.61s) [2020-11-30T03:32:27.878Z] === RUN TestBuildMultiStageOnBuild [2020-11-30T03:32:28.424Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-11-30T03:32:28.562Z] --- PASS: TestWaitBlocked (0.03s) [2020-11-30T03:32:28.562Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.89s) [2020-11-30T03:32:28.562Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.96s) [2020-11-30T03:32:28.562Z] === CONT TestContainerStartOnDaemonRestart [2020-11-30T03:32:28.562Z] === CONT TestIpcModeOlderClient [2020-11-30T03:32:28.562Z] === CONT TestDaemonHostGatewayIP [2020-11-30T03:32:28.562Z] === CONT TestContainerKillOnDaemonStart [2020-11-30T03:32:28.827Z] --- PASS: TestIpcModeOlderClient (0.22s) [2020-11-30T03:32:28.827Z] === CONT TestDaemonRestartIpcMode [2020-11-30T03:32:28.988Z] --- PASS: TestTemplatedConfig (3.54s) [2020-11-30T03:32:28.988Z] === RUN TestConfigCreateResolve [2020-11-30T03:32:29.551Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-11-30T03:32:29.957Z] --- PASS: TestBuildMultiStageOnBuild (1.70s) [2020-11-30T03:32:29.957Z] === RUN TestBuildUncleanTarFilenames [2020-11-30T03:32:29.983Z] --- PASS: TestInfoAPIWarnings (17.50s) [2020-11-30T03:32:29.983Z] === RUN TestInfoDebug [2020-11-30T03:32:30.595Z] --- PASS: TestBuildUncleanTarFilenames (0.86s) [2020-11-30T03:32:30.595Z] === RUN TestBuildMultiStageLayerLeak [2020-11-30T03:32:30.909Z] --- PASS: TestInfoDebug (1.53s) [2020-11-30T03:32:30.910Z] === RUN TestInfoInsecureRegistries [2020-11-30T03:32:31.445Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-11-30T03:32:32.032Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-11-30T03:32:32.115Z] --- PASS: TestBuildMultiStageLayerLeak (1.77s) [2020-11-30T03:32:32.115Z] === RUN TestBuildWithHugeFile [2020-11-30T03:32:32.146Z] --- PASS: TestContainerStartOnDaemonRestart (3.47s) [2020-11-30T03:32:32.274Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-11-30T03:32:32.274Z] === RUN TestInfoRegistryMirrors [2020-11-30T03:32:32.316Z] --- PASS: TestConfigCreateResolve (3.07s) [2020-11-30T03:32:32.316Z] === RUN TestConfigDaemonLibtrustID [2020-11-30T03:32:32.573Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-11-30T03:32:32.836Z] --- PASS: TestConfigDaemonLibtrustID (0.60s) [2020-11-30T03:32:32.836Z] PASS [2020-11-30T03:32:32.836Z] [2020-11-30T03:32:32.836Z] DONE 7 tests in 19.900s [2020-11-30T03:32:32.836Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-11-30T03:32:32.836Z] ++ 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-11-30T03:32:32.836Z] ++ set -e [2020-11-30T03:32:32.836Z] ++ '[' -n 0 ']' [2020-11-30T03:32:32.836Z] ++ set -x [2020-11-30T03:32:32.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:32:32.836Z] INFO: Testing against a local daemon [2020-11-30T03:32:32.836Z] === RUN TestCheckpoint [2020-11-30T03:32:32.836Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-30T03:32:32.836Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:32:32.836Z] === RUN TestContainerInvalidJSON [2020-11-30T03:32:33.092Z] --- PASS: TestDaemonRestartIpcMode (4.31s) [2020-11-30T03:32:33.093Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:32:33.093Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:32:33.093Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:32:33.093Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:32:33.093Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:32:33.093Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:32:33.093Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:32:33.093Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:32:33.093Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:32:33.093Z] --- PASS: TestContainerInvalidJSON (0.05s) [2020-11-30T03:32:33.093Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-11-30T03:32:33.093Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-30T03:32:33.093Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-30T03:32:33.093Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-30T03:32:33.093Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-11-30T03:32:33.093Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-30T03:32:33.093Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-11-30T03:32:33.093Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-30T03:32:33.349Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-11-30T03:32:33.349Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-30T03:32:33.349Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2020-11-30T03:32:33.349Z] === RUN TestCopyFromContainer [2020-11-30T03:32:33.354Z] --- PASS: TestDaemonHostGatewayIP (4.80s) [2020-11-30T03:32:33.913Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-11-30T03:32:34.162Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-11-30T03:32:34.162Z] === RUN TestLoginFailsWithBadCredentials [2020-11-30T03:32:34.162Z] --- PASS: TestLoginFailsWithBadCredentials (0.23s) [2020-11-30T03:32:34.163Z] === RUN TestPingCacheHeaders [2020-11-30T03:32:34.163Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-30T03:32:34.163Z] === RUN TestPingGet [2020-11-30T03:32:34.163Z] --- PASS: TestPingGet (0.01s) [2020-11-30T03:32:34.163Z] === RUN TestPingHead [2020-11-30T03:32:34.163Z] --- PASS: TestPingHead (0.02s) [2020-11-30T03:32:34.163Z] === RUN TestVersion [2020-11-30T03:32:34.163Z] --- PASS: TestVersion (0.02s) [2020-11-30T03:32:34.163Z] PASS [2020-11-30T03:32:34.163Z] [2020-11-30T03:32:34.163Z] === Skipped [2020-11-30T03:32:34.163Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:32:34.163Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:32:34.163Z] [2020-11-30T03:32:34.163Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-11-30T03:32:34.163Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-11-30T03:32:34.163Z] [2020-11-30T03:32:34.163Z] [2020-11-30T03:32:34.163Z] DONE 18 tests, 2 skipped in 28.027s [2020-11-30T03:32:34.163Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-30T03:32:34.163Z] INFO: Testing against a local daemon [2020-11-30T03:32:34.163Z] === RUN TestVolumesCreateAndList [2020-11-30T03:32:34.418Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-30T03:32:34.418Z] === RUN TestVolumesRemove [2020-11-30T03:32:34.418Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-30T03:32:34.418Z] === RUN TestVolumesInspect [2020-11-30T03:32:34.418Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-30T03:32:34.418Z] === RUN TestVolumesInvalidJSON [2020-11-30T03:32:34.418Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-30T03:32:34.418Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-30T03:32:34.418Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-30T03:32:34.418Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-30T03:32:34.418Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-30T03:32:34.418Z] PASS [2020-11-30T03:32:34.418Z] [2020-11-30T03:32:34.418Z] DONE 5 tests in 0.245s [2020-11-30T03:32:34.418Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T03:32:34.418Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12120 is not a child of this shell [2020-11-30T03:32:34.418Z] warning: PID 12120 from bundles/test-integration/docker.pid had a nonzero exit code [2020-11-30T03:32:34.418Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:32:34.418Z] [2020-11-30T03:32:34.418Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:32:34.418Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:32:34.418Z] [2020-11-30T03:32:34.418Z] To set a process to complain mode, use the command line tool [2020-11-30T03:32:34.418Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:32:34.418Z] Removing test suite binaries [2020-11-30T03:32:34.418Z] exiting test-integration [2020-11-30T03:32:34.418Z] ++ exit 0 [2020-11-30T03:32:34.476Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-11-30T03:32:34.523Z] --- PASS: TestReplicatedJob (7.27s) [2020-11-30T03:32:34.523Z] === RUN TestUpdateReplicatedJob [2020-11-30T03:32:35.039Z] === RUN TestCopyFromContainer// [2020-11-30T03:32:35.039Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-30T03:32:35.296Z] === RUN TestCopyFromContainer//bar/root [2020-11-30T03:32:35.344Z] [2020-11-30T03:32:35.552Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-30T03:32:35.552Z] === RUN TestCopyFromContainer/bar/quux [2020-11-30T03:32:35.809Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-30T03:32:35.809Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-30T03:32:36.065Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-30T03:32:36.065Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-30T03:32:36.065Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-30T03:32:36.322Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-30T03:32:36.322Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer (3.25s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer// (0.18s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer//bar/root (0.20s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2020-11-30T03:32:36.578Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-11-30T03:32:36.578Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-30T03:32:36.578Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:32:36.578Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:32:36.578Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:32:36.578Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:32:36.578Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:32:36.578Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:32:36.578Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:32:36.578Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:32:36.578Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:32:36.578Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-30T03:32:36.578Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-30T03:32:36.578Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-30T03:32:36.578Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-30T03:32:36.579Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-30T03:32:36.579Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-11-30T03:32:36.579Z] === RUN TestCreateWithInvalidEnv [2020-11-30T03:32:36.579Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-30T03:32:36.579Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-30T03:32:36.579Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-30T03:32:36.579Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-30T03:32:36.579Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-30T03:32:36.579Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-30T03:32:36.579Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-30T03:32:36.579Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-30T03:32:36.579Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-30T03:32:36.579Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-11-30T03:32:36.579Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-30T03:32:36.579Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-11-30T03:32:36.579Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-11-30T03:32:36.579Z] === RUN TestCreateTmpfsMountsTarget Post stage [Pipeline] junit [2020-11-30T03:32:36.719Z] Recording test results [2020-11-30T03:32:36.835Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2020-11-30T03:32:36.835Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-30T03:32:37.092Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-11-30T03:32:37.654Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-30T03:32:37.911Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-30T03:32:38.391Z] + echo Ensuring container killed. [2020-11-30T03:32:38.392Z] Ensuring container killed. [2020-11-30T03:32:38.392Z] + docker rm -vf docker-pr3 [2020-11-30T03:32:38.392Z] Error: No such container: docker-pr3 [2020-11-30T03:32:38.392Z] + true [Pipeline] sh [2020-11-30T03:32:38.710Z] + echo Chowning /workspace to jenkins user [2020-11-30T03:32:38.710Z] Chowning /workspace to jenkins user [2020-11-30T03:32:38.710Z] + id -u [2020-11-30T03:32:38.710Z] + id -g [2020-11-30T03:32:38.710Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41728:/workspace busybox chown -R 1000:1000 /workspace [2020-11-30T03:32:38.710Z] Unable to find image 'busybox:latest' locally [2020-11-30T03:32:38.840Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-11-30T03:32:38.840Z] --- PASS: TestCreateWithCustomMaskedPaths (2.20s) [2020-11-30T03:32:38.840Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-30T03:32:38.840Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-11-30T03:32:38.973Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2020-11-30T03:32:38.973Z] === RUN TestServiceListWithStatuses [2020-11-30T03:32:38.973Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-11-30T03:32:38.973Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:32:38.973Z] === RUN TestDockerNetworkConnectAlias [2020-11-30T03:32:39.166Z] 4612f6d0b889: Verifying Checksum [2020-11-30T03:32:39.166Z] 4612f6d0b889: Download complete [2020-11-30T03:32:41.376Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.18s) [2020-11-30T03:32:41.376Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-30T03:32:41.376Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:32:41.376Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:32:41.376Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:32:41.376Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:32:41.376Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:32:41.376Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:32:41.376Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:32:41.376Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:32:41.376Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:32:41.376Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:32:41.376Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:32:41.376Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:32:41.376Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:32:41.376Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:32:41.376Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-11-30T03:32:41.376Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-11-30T03:32:41.376Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-30T03:32:41.376Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-11-30T03:32:41.943Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s) [2020-11-30T03:32:41.943Z] === RUN TestCreateDifferentPlatform [2020-11-30T03:32:41.943Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-30T03:32:41.943Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-30T03:32:41.943Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-30T03:32:41.943Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-30T03:32:41.943Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-30T03:32:41.943Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-30T03:32:41.943Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-11-30T03:32:41.943Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-30T03:32:41.943Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-30T03:32:41.943Z] === RUN TestContainerStartOnDaemonRestart [2020-11-30T03:32:41.943Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-30T03:32:41.943Z] === RUN TestDaemonRestartIpcMode [2020-11-30T03:32:41.943Z] === PAUSE TestDaemonRestartIpcMode [2020-11-30T03:32:41.943Z] === RUN TestDaemonHostGatewayIP [2020-11-30T03:32:41.943Z] === PAUSE TestDaemonHostGatewayIP [2020-11-30T03:32:41.943Z] === RUN TestContainerKillOnDaemonStart [2020-11-30T03:32:41.943Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-30T03:32:41.943Z] === RUN TestDiff [2020-11-30T03:32:42.508Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-11-30T03:32:42.764Z] --- PASS: TestDiff (0.76s) [2020-11-30T03:32:42.764Z] === RUN TestExecWithCloseStdin [2020-11-30T03:32:43.019Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-11-30T03:32:43.276Z] --- PASS: TestExecWithCloseStdin (0.58s) [2020-11-30T03:32:43.276Z] === RUN TestExec [2020-11-30T03:32:43.363Z] --- PASS: TestContainerKillOnDaemonStart (13.10s) [2020-11-30T03:32:43.363Z] PASS [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] === Skipped [2020-11-30T03:32:43.363Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-11-30T03:32:43.363Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-30T03:32:43.363Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-30T03:32:43.363Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:32:43.363Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-11-30T03:32:43.363Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-11-30T03:32:43.363Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] [2020-11-30T03:32:43.363Z] DONE 195 tests, 6 skipped in 140.527s [2020-11-30T03:32:43.363Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-11-30T03:32:43.363Z] ++ 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-11-30T03:32:43.363Z] ++ set -e [2020-11-30T03:32:43.363Z] ++ '[' -n 0 ']' [2020-11-30T03:32:43.363Z] ++ set -x [2020-11-30T03:32:43.363Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:32:43.363Z] INFO: Testing against a local daemon [2020-11-30T03:32:43.363Z] === RUN TestCommitInheritsEnv [2020-11-30T03:32:43.363Z] --- PASS: TestCommitInheritsEnv (0.60s) [2020-11-30T03:32:43.363Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-30T03:32:43.363Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-30T03:32:43.363Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-30T03:32:43.363Z] === RUN TestImagesFilterMultiReference [2020-11-30T03:32:43.363Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-11-30T03:32:43.363Z] === RUN TestImagePullPlatformInvalid [2020-11-30T03:32:43.364Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-11-30T03:32:43.364Z] === RUN TestRemoveImageOrphaning [2020-11-30T03:32:43.364Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-11-30T03:32:43.364Z] === RUN TestRemoveImageGarbageCollector [2020-11-30T03:32:43.364Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-30T03:32:43.364Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:32:43.364Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-30T03:32:43.364Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-11-30T03:32:43.364Z] === RUN TestTagInvalidReference [2020-11-30T03:32:43.364Z] --- PASS: TestTagInvalidReference (0.03s) [2020-11-30T03:32:43.364Z] === RUN TestTagValidPrefixedRepo [2020-11-30T03:32:43.364Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-11-30T03:32:43.364Z] === RUN TestTagExistedNameWithoutForce [2020-11-30T03:32:43.364Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-11-30T03:32:43.364Z] === RUN TestTagOfficialNames [2020-11-30T03:32:43.626Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-30T03:32:43.626Z] === RUN TestTagMatchesDigest [2020-11-30T03:32:43.626Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-11-30T03:32:43.626Z] PASS [2020-11-30T03:32:43.626Z] [2020-11-30T03:32:43.626Z] === Skipped [2020-11-30T03:32:43.626Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-30T03:32:43.626Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-11-30T03:32:43.626Z] [2020-11-30T03:32:43.626Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-30T03:32:43.626Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:32:43.626Z] [2020-11-30T03:32:43.626Z] [2020-11-30T03:32:43.626Z] DONE 12 tests, 2 skipped in 1.849s [2020-11-30T03:32:43.626Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-11-30T03:32:43.626Z] ++ 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-11-30T03:32:43.626Z] ++ set -e [2020-11-30T03:32:43.626Z] ++ '[' -n 0 ']' [2020-11-30T03:32:43.626Z] ++ set -x [2020-11-30T03:32:43.626Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:32:43.839Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-30T03:32:43.888Z] INFO: Testing against a local daemon [2020-11-30T03:32:43.888Z] === RUN TestNetworkCreateDelete [2020-11-30T03:32:43.956Z] latest: Pulling from library/busybox [2020-11-30T03:32:43.956Z] 5f5dd3e95e9f: Pulling fs layer [2020-11-30T03:32:43.956Z] 5f5dd3e95e9f: Verifying Checksum [2020-11-30T03:32:43.956Z] 5f5dd3e95e9f: Download complete [2020-11-30T03:32:43.956Z] 5f5dd3e95e9f: Pull complete [2020-11-30T03:32:43.956Z] Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2 [2020-11-30T03:32:43.956Z] Status: Downloaded newer image for busybox:latest [2020-11-30T03:32:44.095Z] --- PASS: TestExec (0.65s) [2020-11-30T03:32:44.095Z] === RUN TestExecUser [2020-11-30T03:32:44.150Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-11-30T03:32:44.150Z] === RUN TestDockerNetworkDeletePreferID [2020-11-30T03:32:44.659Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-30T03:32:44.659Z] --- PASS: TestExecUser (0.66s) [2020-11-30T03:32:44.659Z] === RUN TestExportContainerAndImportImage [2020-11-30T03:32:45.539Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) [2020-11-30T03:32:45.539Z] === RUN TestDaemonDNSFallback [2020-11-30T03:32:45.589Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2020-11-30T03:32:45.589Z] === RUN TestExportContainerAfterDaemonRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T03:32:46.179Z] + bundleName=amd64-rootless [2020-11-30T03:32:46.179Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-11-30T03:32:46.179Z] Creating amd64-rootless-bundles.tar.gz [2020-11-30T03:32:46.179Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-30T03:32:46.179Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-11-30T03:32:46.188Z] Archiving artifacts [2020-11-30T03:32:46.956Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-11-30T03:32:46.956Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2020-11-30T03:32:46.956Z] === RUN TestHealthCheckWorkdir [2020-11-30T03:32:47.448Z] --- PASS: TestDockerNetworkConnectAlias (8.10s) [2020-11-30T03:32:47.448Z] === RUN TestDockerNetworkReConnect [2020-11-30T03:32:47.885Z] --- PASS: TestHealthCheckWorkdir (0.88s) [2020-11-30T03:32:47.885Z] === RUN TestHealthKillContainer [2020-11-30T03:32:47.888Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T03:32:48.239Z] + make clean [2020-11-30T03:32:48.495Z] docker volume rm -f docker-dev-cache [2020-11-30T03:32:48.495Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-30T03:32:49.777Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-30T03:32:50.340Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-11-30T03:32:50.595Z] --- PASS: TestHealthKillContainer (2.68s) [2020-11-30T03:32:50.595Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-30T03:32:50.851Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-11-30T03:32:51.108Z] --- PASS: TestInspectCpusetInConfigPre120 (0.61s) [2020-11-30T03:32:51.108Z] === RUN TestIpcModeNone [2020-11-30T03:32:51.364Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-11-30T03:32:51.927Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-11-30T03:32:51.927Z] --- PASS: TestIpcModeNone (0.84s) [2020-11-30T03:32:51.927Z] === RUN TestIpcModePrivate [2020-11-30T03:32:52.489Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-11-30T03:32:53.047Z] --- PASS: TestDockerNetworkReConnect (6.13s) [2020-11-30T03:32:53.047Z] === RUN TestServicePlugin [2020-11-30T03:32:53.047Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-30T03:32:53.047Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:32:53.047Z] === RUN TestServiceUpdateLabel [2020-11-30T03:32:53.052Z] --- PASS: TestIpcModePrivate (0.87s) [2020-11-30T03:32:53.052Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2020-11-30T03:32:53.052Z] === RUN TestIpcModeShareable [2020-11-30T03:32:53.311Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-30T03:32:53.311Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-30T03:32:53.688Z] --- PASS: TestDaemonDNSFallback (7.47s) [2020-11-30T03:32:53.688Z] === RUN TestInspectNetwork [2020-11-30T03:32:53.874Z] --- PASS: TestIpcModeShareable (0.81s) [2020-11-30T03:32:53.875Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2020-11-30T03:32:53.875Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-30T03:32:55.765Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-30T03:32:55.765Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-11-30T03:32:56.330Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.55s) [2020-11-30T03:32:56.330Z] === RUN TestAPIIpcModeHost [2020-11-30T03:32:56.561Z] --- PASS: TestServiceUpdateLabel (3.83s) [2020-11-30T03:32:56.561Z] === RUN TestServiceUpdateSecrets [2020-11-30T03:32:57.261Z] --- PASS: TestAPIIpcModeHost (0.80s) [2020-11-30T03:32:57.261Z] === RUN TestDaemonIpcModeShareable [2020-11-30T03:32:57.906Z] === RUN TestInspectNetwork/full_network_id [2020-11-30T03:32:58.168Z] === RUN TestInspectNetwork/partial_network_id [2020-11-30T03:32:58.168Z] === RUN TestInspectNetwork/network_name [2020-11-30T03:32:58.168Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-30T03:32:59.154Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2020-11-30T03:32:59.155Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: true, mustBeShared: true [2020-11-30T03:32:59.155Z] === RUN TestDaemonIpcModePrivate [2020-11-30T03:32:59.155Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-30T03:33:00.524Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-30T03:33:00.524Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2020-11-30T03:33:00.524Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2020-11-30T03:33:00.524Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-30T03:33:00.782Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-11-30T03:33:01.346Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-30T03:33:02.714Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2020-11-30T03:33:02.714Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-11-30T03:33:02.714Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-30T03:33:03.465Z] --- PASS: TestInspectNetwork (9.70s) [2020-11-30T03:33:03.465Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-30T03:33:03.465Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-30T03:33:03.465Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-30T03:33:03.465Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-30T03:33:03.465Z] === RUN TestRunContainerWithBridgeNone [2020-11-30T03:33:03.645Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-11-30T03:33:03.645Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-11-30T03:33:04.207Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2020-11-30T03:33:04.207Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: true, mustBeShared: true [2020-11-30T03:33:04.207Z] === RUN TestIpcModeOlderClient [2020-11-30T03:33:04.207Z] === PAUSE TestIpcModeOlderClient [2020-11-30T03:33:04.207Z] === RUN TestKillContainerInvalidSignal [2020-11-30T03:33:04.771Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-30T03:33:04.855Z] --- PASS: TestRunContainerWithBridgeNone (2.43s) [2020-11-30T03:33:04.855Z] === RUN TestNetworkInvalidJSON [2020-11-30T03:33:05.027Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-11-30T03:33:05.027Z] === RUN TestKillContainer [2020-11-30T03:33:05.027Z] === RUN TestKillContainer/no_signal [2020-11-30T03:33:05.118Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-30T03:33:05.118Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-30T03:33:05.118Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:33:05.118Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:33:05.118Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:33:05.118Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:33:05.118Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-30T03:33:05.118Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:33:05.118Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:33:05.118Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-11-30T03:33:05.118Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-30T03:33:05.118Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-30T03:33:05.118Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-30T03:33:05.118Z] === RUN TestHostIPv4BridgeLabel [2020-11-30T03:33:05.590Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-11-30T03:33:05.847Z] === RUN TestKillContainer/non_killing_signal [2020-11-30T03:33:06.064Z] --- PASS: TestHostIPv4BridgeLabel (0.83s) [2020-11-30T03:33:06.064Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-30T03:33:06.103Z] === RUN TestKillContainer/killing_signal [2020-11-30T03:33:07.032Z] --- PASS: TestKillContainer (1.99s) [2020-11-30T03:33:07.032Z] --- PASS: TestKillContainer/no_signal (0.79s) [2020-11-30T03:33:07.032Z] --- PASS: TestKillContainer/non_killing_signal (0.34s) [2020-11-30T03:33:07.032Z] --- PASS: TestKillContainer/killing_signal (0.61s) [2020-11-30T03:33:07.032Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-30T03:33:07.032Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-30T03:33:07.455Z] --- PASS: TestDaemonRestartWithLiveRestore (1.43s) [2020-11-30T03:33:07.455Z] === RUN TestDaemonDefaultNetworkPools [2020-11-30T03:33:07.594Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-11-30T03:33:07.595Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-30T03:33:07.851Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-30T03:33:08.403Z] --- PASS: TestDaemonDefaultNetworkPools (1.24s) [2020-11-30T03:33:08.403Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-30T03:33:08.414Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2020-11-30T03:33:08.414Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.59s) [2020-11-30T03:33:08.414Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2020-11-30T03:33:08.414Z] === RUN TestKillStoppedContainer [2020-11-30T03:33:08.414Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-11-30T03:33:08.414Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-30T03:33:08.670Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-30T03:33:08.670Z] === RUN TestKillDifferentUserContainer [2020-11-30T03:33:09.235Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-30T03:33:09.235Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-11-30T03:33:09.235Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2020-11-30T03:33:09.235Z] === RUN TestInspectOomKilledTrue [2020-11-30T03:33:09.235Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-30T03:33:09.235Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:33:09.235Z] === RUN TestInspectOomKilledFalse [2020-11-30T03:33:09.235Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-30T03:33:09.235Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:33:09.235Z] === RUN TestLinksEtcHostsContentMatch [2020-11-30T03:33:09.799Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-11-30T03:33:09.799Z] === RUN TestLinksContainerNames [2020-11-30T03:33:10.351Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.93s) [2020-11-30T03:33:10.351Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-30T03:33:10.729Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-30T03:33:11.292Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-11-30T03:33:11.548Z] --- PASS: TestLinksContainerNames (1.53s) [2020-11-30T03:33:11.548Z] === RUN TestLogsFollowTailEmpty [2020-11-30T03:33:12.504Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2020-11-30T03:33:12.504Z] === RUN TestContainerNetworkMountsNoChown [2020-11-30T03:33:12.911Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2020-11-30T03:33:12.911Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-30T03:33:13.089Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/default [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/default [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/private [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/private [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rprivate [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/slave [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/slave [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rslave [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/shared [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/shared [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rshared [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-30T03:33:13.089Z] === CONT TestMountDaemonRoot/default [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:33:13.089Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-30T03:33:13.089Z] === CONT TestMountDaemonRoot/rshared [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:33:13.089Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:33:13.089Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:33:13.089Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/shared [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/rslave [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/slave [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/rprivate [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/private [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-30T03:33:13.347Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:33:13.347Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:33:13.347Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:33:13.603Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-30T03:33:13.856Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s) [2020-11-30T03:33:13.857Z] === RUN TestServiceWithPredefinedNetwork [2020-11-30T03:33:13.860Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:33:13.860Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:33:13.860Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:33:13.860Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:33:13.860Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-30T03:33:13.860Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-30T03:33:13.860Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.07s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-11-30T03:33:13.860Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-11-30T03:33:13.860Z] === RUN TestContainerBindMountNonRecursive [2020-11-30T03:33:14.789Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-11-30T03:33:15.139Z] --- PASS: TestServiceUpdateSecrets (15.79s) [2020-11-30T03:33:15.139Z] === RUN TestServiceUpdateConfigs [2020-11-30T03:33:15.354Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-11-30T03:33:16.286Z] --- PASS: TestContainerBindMountNonRecursive (2.27s) [2020-11-30T03:33:16.286Z] === RUN TestContainerVolumesMountedAsShared [2020-11-30T03:33:16.850Z] --- PASS: TestContainerVolumesMountedAsShared (0.57s) [2020-11-30T03:33:16.850Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-30T03:33:17.164Z] --- PASS: TestServiceWithPredefinedNetwork (3.39s) [2020-11-30T03:33:17.165Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-30T03:33:17.165Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:33:17.165Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:33:17.165Z] === RUN TestServiceWithDataPathPortInit [2020-11-30T03:33:17.414Z] --- PASS: TestContainerVolumesMountedAsSlave (0.58s) [2020-11-30T03:33:17.414Z] === RUN TestNetworkNat [2020-11-30T03:33:17.982Z] --- PASS: TestNetworkNat (0.72s) [2020-11-30T03:33:17.982Z] === RUN TestNetworkLocalhostTCPNat [2020-11-30T03:33:18.912Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2020-11-30T03:33:18.912Z] === RUN TestNetworkLoopbackNat [2020-11-30T03:33:19.476Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-11-30T03:33:20.404Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-30T03:33:21.776Z] --- PASS: TestNetworkLoopbackNat (3.14s) [2020-11-30T03:33:21.776Z] === RUN TestPause [2020-11-30T03:33:22.339Z] --- PASS: TestPause (0.60s) [2020-11-30T03:33:22.339Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-30T03:33:22.339Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:33:22.339Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:33:22.339Z] === RUN TestPauseStopPausedContainer [2020-11-30T03:33:22.903Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-11-30T03:33:23.466Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-11-30T03:33:23.466Z] === RUN TestPsFilter [2020-11-30T03:33:23.466Z] --- PASS: TestPsFilter (0.13s) [2020-11-30T03:33:23.466Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-30T03:33:24.399Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-11-30T03:33:24.399Z] === RUN TestRemoveContainerWithVolume [2020-11-30T03:33:24.656Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-30T03:33:24.912Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2020-11-30T03:33:24.912Z] === RUN TestRemoveContainerRunning [2020-11-30T03:33:25.842Z] --- PASS: TestRemoveContainerRunning (0.99s) [2020-11-30T03:33:25.842Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-30T03:33:26.773Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2020-11-30T03:33:26.773Z] === RUN TestRemoveInvalidContainer [2020-11-30T03:33:26.773Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-30T03:33:26.773Z] === RUN TestRenameLinkedContainer [2020-11-30T03:33:26.773Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-11-30T03:33:27.338Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-11-30T03:33:27.904Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-30T03:33:27.904Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-11-30T03:33:28.161Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-30T03:33:28.420Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-11-30T03:33:29.108Z] --- PASS: TestBuildWithHugeFile (54.38s) [2020-11-30T03:33:29.108Z] === RUN TestBuildWithEmptyDockerfile [2020-11-30T03:33:29.108Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:33:29.108Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:33:29.108Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:33:29.108Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:33:29.108Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:33:29.108Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:33:29.108Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:33:29.108Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:33:29.108Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:33:29.108Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-11-30T03:33:29.108Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s) [2020-11-30T03:33:29.108Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2020-11-30T03:33:29.108Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2020-11-30T03:33:29.108Z] === RUN TestBuildPreserveOwnership [2020-11-30T03:33:29.108Z] === RUN TestBuildPreserveOwnership/copy_from [2020-11-30T03:33:29.403Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-11-30T03:33:29.788Z] --- PASS: TestRenameLinkedContainer (2.91s) [2020-11-30T03:33:29.788Z] === RUN TestRenameStoppedContainer [2020-11-30T03:33:30.044Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-11-30T03:33:30.300Z] --- PASS: TestRenameStoppedContainer (0.74s) [2020-11-30T03:33:30.300Z] === RUN TestRenameRunningContainerAndReuse [2020-11-30T03:33:30.474Z] --- PASS: TestServiceUpdateConfigs (15.78s) [2020-11-30T03:33:30.474Z] === RUN TestServiceUpdateNetwork [2020-11-30T03:33:30.931Z] --- PASS: TestBuildPreserveOwnership (3.81s) [2020-11-30T03:33:30.931Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.43s) [2020-11-30T03:33:30.931Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.37s) [2020-11-30T03:33:30.931Z] === RUN TestBuildPlatformInvalid [2020-11-30T03:33:30.931Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-11-30T03:33:30.931Z] PASS [2020-11-30T03:33:30.931Z] [2020-11-30T03:33:30.931Z] === Skipped [2020-11-30T03:33:30.931Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-11-30T03:33:30.931Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:33:30.931Z] [2020-11-30T03:33:30.931Z] [2020-11-30T03:33:30.931Z] DONE 32 tests, 1 skipped in 93.159s [2020-11-30T03:33:30.931Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-11-30T03:33:30.931Z] ++ 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-11-30T03:33:30.931Z] ++ set -e [2020-11-30T03:33:30.931Z] ++ '[' -n 0 ']' [2020-11-30T03:33:30.931Z] ++ set -x [2020-11-30T03:33:30.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:33:30.931Z] INFO: Testing against a local daemon [2020-11-30T03:33:30.931Z] === RUN TestConfigInspect [2020-11-30T03:33:31.668Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-11-30T03:33:32.231Z] --- PASS: TestRenameRunningContainerAndReuse (1.73s) [2020-11-30T03:33:32.231Z] === RUN TestRenameInvalidName [2020-11-30T03:33:32.794Z] --- PASS: TestRenameInvalidName (0.76s) [2020-11-30T03:33:32.794Z] === RUN TestRenameAnonymousContainer [2020-11-30T03:33:33.009Z] --- PASS: TestConfigInspect (1.94s) [2020-11-30T03:33:33.009Z] === RUN TestConfigList [2020-11-30T03:33:33.723Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-11-30T03:33:35.092Z] --- PASS: TestConfigList (1.90s) [2020-11-30T03:33:35.092Z] === RUN TestConfigsCreateAndDelete [2020-11-30T03:33:35.298Z] --- PASS: TestServiceWithDataPathPortInit (18.11s) [2020-11-30T03:33:35.299Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-30T03:33:35.614Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-11-30T03:33:35.615Z] --- PASS: TestRenameAnonymousContainer (2.85s) [2020-11-30T03:33:35.615Z] === RUN TestRenameContainerWithSameName [2020-11-30T03:33:36.543Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-30T03:33:36.543Z] --- PASS: TestRenameContainerWithSameName (0.88s) [2020-11-30T03:33:36.543Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-30T03:33:37.106Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-11-30T03:33:37.180Z] --- PASS: TestConfigsCreateAndDelete (1.92s) [2020-11-30T03:33:37.180Z] === RUN TestConfigsUpdate [2020-11-30T03:33:38.037Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-30T03:33:38.037Z] --- PASS: TestRenameContainerWithLinkedContainer (1.47s) [2020-11-30T03:33:38.037Z] === RUN TestResize [2020-11-30T03:33:38.702Z] --- PASS: TestConfigsUpdate (1.90s) [2020-11-30T03:33:38.702Z] === RUN TestTemplatedConfig [2020-11-30T03:33:38.967Z] --- PASS: TestResize (0.85s) [2020-11-30T03:33:38.967Z] === RUN TestResizeWithInvalidSize [2020-11-30T03:33:38.967Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-11-30T03:33:39.224Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-30T03:33:39.788Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2020-11-30T03:33:39.788Z] === RUN TestResizeWhenContainerNotStarted [2020-11-30T03:33:40.351Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:33:40.351Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:33:40.351Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:33:40.351Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:33:40.351Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:33:41.280Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-11-30T03:33:41.448Z] --- PASS: TestTemplatedConfig (2.41s) [2020-11-30T03:33:41.448Z] === RUN TestConfigCreateResolve [2020-11-30T03:33:41.539Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-11-30T03:33:42.362Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-11-30T03:33:42.362Z] Copying nested executables into bundles/binary-daemon [2020-11-30T03:33:42.933Z] [2020-11-30T03:33:42.968Z] --- PASS: TestConfigCreateResolve (1.91s) [2020-11-30T03:33:42.968Z] === RUN TestConfigDaemonLibtrustID [2020-11-30T03:33:43.433Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:33:43.433Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:33:43.433Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-30T03:33:43.603Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-11-30T03:33:43.603Z] PASS [2020-11-30T03:33:43.603Z] [2020-11-30T03:33:43.603Z] DONE 7 tests in 12.615s [2020-11-30T03:33:43.603Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-11-30T03:33:43.603Z] ++ 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-11-30T03:33:43.603Z] ++ set -e [2020-11-30T03:33:43.603Z] ++ '[' -n 0 ']' [2020-11-30T03:33:43.603Z] ++ set -x [2020-11-30T03:33:43.603Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:33:43.603Z] INFO: Testing against a local daemon [2020-11-30T03:33:43.603Z] === RUN TestCheckpoint [2020-11-30T03:33:43.603Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-30T03:33:43.603Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:33:43.603Z] === RUN TestContainerInvalidJSON [2020-11-30T03:33:43.603Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:33:43.603Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:33:43.603Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:33:43.603Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:33:43.603Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:33:43.603Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:33:43.603Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:33:43.603Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:33:43.603Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:33:43.603Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-11-30T03:33:43.603Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-11-30T03:33:43.603Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-11-30T03:33:43.603Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-30T03:33:43.603Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-30T03:33:43.603Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-11-30T03:33:43.603Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-30T03:33:43.898Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-11-30T03:33:43.898Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-30T03:33:43.898Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-11-30T03:33:43.898Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-30T03:33:43.898Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-11-30T03:33:43.898Z] === RUN TestCopyFromContainer [2020-11-30T03:33:45.314Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.94s) [2020-11-30T03:33:45.314Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o8zj5eo3iry8yv727rikzr3aw Created:2020-11-30 03:33:36.857971177 +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[88b5cb0986b0e8607e0617850203044298707edc99ac15ff2c2faac411f79bc1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.imbicld7bjx73l7xemo0kpbmr EndpointID:29f5ecf27c2aa6de04a16d537794831ebeb17b1508ee7914775750075517fb4f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e4e3360fdae7aef779c80be2d6b2424e1f3af2a4e38b90f22af910c109ea9434 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:91c5faa83d14 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.imbicld7bjx73l7xemo0kpbmr EndpointID:29f5ecf27c2aa6de04a16d537794831ebeb17b1508ee7914775750075517fb4f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-30T03:33:45.314Z] PASS [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] === Skipped [2020-11-30T03:33:45.314Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:33:45.314Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] DONE 23 tests, 1 skipped in 60.538s [2020-11-30T03:33:45.314Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:33:45.314Z] ++ 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-11-30T03:33:45.314Z] ++ set -e [2020-11-30T03:33:45.314Z] ++ '[' -n 0 ']' [2020-11-30T03:33:45.314Z] ++ set -x [2020-11-30T03:33:45.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:33:45.314Z] INFO: Testing against a local daemon [2020-11-30T03:33:45.314Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-30T03:33:45.314Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-30T03:33:45.314Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:33:45.314Z] === RUN TestDockerNetworkIpvlan [2020-11-30T03:33:45.314Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:33:45.314Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:33:45.314Z] PASS [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] === Skipped [2020-11-30T03:33:45.314Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-30T03:33:45.314Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:33:45.314Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] [2020-11-30T03:33:45.314Z] DONE 2 tests, 2 skipped in 0.194s [2020-11-30T03:33:45.314Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:33:45.314Z] ++ 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-11-30T03:33:45.314Z] ++ set -e [2020-11-30T03:33:45.314Z] ++ '[' -n 0 ']' [2020-11-30T03:33:45.314Z] ++ set -x [2020-11-30T03:33:45.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:33:45.314Z] INFO: Testing against a local daemon [2020-11-30T03:33:45.314Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-30T03:33:45.329Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-11-30T03:33:45.428Z] === RUN TestCopyFromContainer// [2020-11-30T03:33:45.428Z] === RUN TestCopyFromContainer//bar/root [2020-11-30T03:33:45.428Z] === RUN TestCopyFromContainer//bar/root/ [2020-11-30T03:33:45.428Z] === RUN TestCopyFromContainer/bar/quux [2020-11-30T03:33:45.428Z] === RUN TestCopyFromContainer/bar/quux/ [2020-11-30T03:33:45.428Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-11-30T03:33:45.723Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-11-30T03:33:45.723Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-11-30T03:33:45.723Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-11-30T03:33:45.723Z] === RUN TestCopyFromContainer/bar/notarget [2020-11-30T03:33:45.967Z] --- PASS: TestServiceUpdateNetwork (16.16s) [2020-11-30T03:33:45.967Z] === RUN TestServiceUpdatePidsLimit [2020-11-30T03:33:45.967Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-30T03:33:46.017Z] --- PASS: TestCopyFromContainer (2.01s) [2020-11-30T03:33:46.017Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-11-30T03:33:46.017Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-11-30T03:33:46.017Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-11-30T03:33:46.017Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-11-30T03:33:46.018Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-11-30T03:33:46.018Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-11-30T03:33:46.018Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-11-30T03:33:46.018Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-11-30T03:33:46.018Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-11-30T03:33:46.018Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-11-30T03:33:46.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-30T03:33:46.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:33:46.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:33:46.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:33:46.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:33:46.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:33:46.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:33:46.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:33:46.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:33:46.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:33:46.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-11-30T03:33:46.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-30T03:33:46.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-11-30T03:33:46.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-11-30T03:33:46.018Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-30T03:33:46.018Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-11-30T03:33:46.018Z] === RUN TestCreateWithInvalidEnv [2020-11-30T03:33:46.018Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-30T03:33:46.018Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-30T03:33:46.018Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-30T03:33:46.018Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-30T03:33:46.018Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-30T03:33:46.018Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-30T03:33:46.018Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-30T03:33:46.018Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-30T03:33:46.018Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-30T03:33:46.018Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-11-30T03:33:46.018Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-11-30T03:33:46.018Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-11-30T03:33:46.018Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-11-30T03:33:46.018Z] === RUN TestCreateTmpfsMountsTarget [2020-11-30T03:33:46.018Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-11-30T03:33:46.018Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-30T03:33:46.257Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:33:46.257Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:33:46.258Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-30T03:33:46.702Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.20s) [2020-11-30T03:33:46.703Z] === RUN TestDockerNetworkMacvlan [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-11-30T03:33:47.487Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/make.sh cross [2020-11-30T03:33:47.535Z] --- PASS: TestCreateWithCustomMaskedPaths (1.45s) [2020-11-30T03:33:47.535Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-30T03:33:47.748Z] [2020-11-30T03:33:48.009Z] Removing bundles/ [2020-11-30T03:33:48.009Z] [2020-11-30T03:33:48.009Z] ---> Making bundle: cross (in bundles/cross) [2020-11-30T03:33:48.009Z] Cross building: bundles/cross/linux/amd64 [2020-11-30T03:33:48.009Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-11-30T03:33:48.009Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-11-30T03:33:48.092Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-30T03:33:48.776Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:33:48.776Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:33:49.032Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-30T03:33:49.038Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2020-11-30T03:33:49.060Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-30T03:33:49.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:33:49.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:33:49.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:33:49.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:33:49.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:33:49.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:33:49.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:33:49.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:33:49.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:33:49.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:33:49.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:33:49.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:33:49.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:33:49.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:33:49.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-11-30T03:33:49.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-11-30T03:33:49.060Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-30T03:33:49.290Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-30T03:33:49.702Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2020-11-30T03:33:49.702Z] === RUN TestCreateDifferentPlatform [2020-11-30T03:33:49.702Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-30T03:33:49.702Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-30T03:33:49.702Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-11-30T03:33:49.702Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-11-30T03:33:49.702Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-30T03:33:49.702Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-30T03:33:49.702Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-30T03:33:49.702Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-30T03:33:49.702Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2020-11-30T03:33:49.702Z] === RUN TestContainerStartOnDaemonRestart [2020-11-30T03:33:49.702Z] === PAUSE TestContainerStartOnDaemonRestart [2020-11-30T03:33:49.702Z] === RUN TestDaemonRestartIpcMode [2020-11-30T03:33:49.702Z] === PAUSE TestDaemonRestartIpcMode [2020-11-30T03:33:49.702Z] === RUN TestDaemonHostGatewayIP [2020-11-30T03:33:49.702Z] === PAUSE TestDaemonHostGatewayIP [2020-11-30T03:33:49.702Z] === RUN TestContainerKillOnDaemonStart [2020-11-30T03:33:49.702Z] === PAUSE TestContainerKillOnDaemonStart [2020-11-30T03:33:49.702Z] === RUN TestDiff [2020-11-30T03:33:50.220Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:33:50.342Z] --- PASS: TestDiff (0.51s) [2020-11-30T03:33:50.342Z] === RUN TestExecWithCloseStdin [2020-11-30T03:33:50.429Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-30T03:33:50.782Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:33:50.979Z] --- PASS: TestExecWithCloseStdin (0.59s) [2020-11-30T03:33:50.979Z] === RUN TestExec [2020-11-30T03:33:51.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-30T03:33:51.602Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-11-30T03:33:51.602Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:33:51.615Z] --- PASS: TestExec (0.62s) [2020-11-30T03:33:51.615Z] === RUN TestExecUser [2020-11-30T03:33:52.168Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:33:52.250Z] --- PASS: TestExecUser (0.60s) [2020-11-30T03:33:52.250Z] === RUN TestExportContainerAndImportImage [2020-11-30T03:33:52.894Z] --- PASS: TestExportContainerAndImportImage (0.81s) [2020-11-30T03:33:52.894Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-30T03:33:53.098Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-30T03:33:53.739Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-30T03:33:54.420Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-11-30T03:33:54.420Z] === RUN TestHealthCheckWorkdir [2020-11-30T03:33:54.510Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.74s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.78s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.12s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.20s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.22s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.37s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.22s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.53s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.82s) [2020-11-30T03:33:54.766Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.58s) [2020-11-30T03:33:54.766Z] === RUN TestCgroupNamespacesRun [2020-11-30T03:33:54.782Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-30T03:33:55.054Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2020-11-30T03:33:55.055Z] === RUN TestHealthKillContainer [2020-11-30T03:33:56.658Z] --- PASS: TestCgroupNamespacesRun (1.95s) [2020-11-30T03:33:56.658Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-30T03:33:56.658Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-30T03:33:57.049Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-30T03:33:57.788Z] --- PASS: TestHealthKillContainer (2.62s) [2020-11-30T03:33:57.788Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-30T03:33:58.081Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2020-11-30T03:33:58.081Z] === RUN TestIpcModeNone [2020-11-30T03:33:58.550Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.93s) [2020-11-30T03:33:58.550Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-30T03:33:58.722Z] --- PASS: TestIpcModeNone (0.63s) [2020-11-30T03:33:58.722Z] === RUN TestIpcModePrivate [2020-11-30T03:33:59.113Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-30T03:33:59.113Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-11-30T03:33:59.364Z] --- PASS: TestIpcModePrivate (0.61s) [2020-11-30T03:33:59.364Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-11-30T03:33:59.364Z] === RUN TestIpcModeShareable [2020-11-30T03:34:00.005Z] --- PASS: TestIpcModeShareable (0.61s) [2020-11-30T03:34:00.005Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-11-30T03:34:00.005Z] === RUN TestAPIIpcModeShareableAndContainer [2020-11-30T03:34:00.480Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.88s) [2020-11-30T03:34:00.480Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-30T03:34:01.409Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-11-30T03:34:01.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-30T03:34:01.848Z] --- PASS: TestServiceUpdatePidsLimit (17.80s) [2020-11-30T03:34:01.848Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2020-11-30T03:34:01.848Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.13s) [2020-11-30T03:34:01.848Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2020-11-30T03:34:01.848Z] PASS [2020-11-30T03:34:01.848Z] [2020-11-30T03:34:01.848Z] === Skipped [2020-11-30T03:34:01.848Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-11-30T03:34:01.848Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:34:01.848Z] [2020-11-30T03:34:01.848Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-11-30T03:34:01.848Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:01.848Z] [2020-11-30T03:34:01.848Z] [2020-11-30T03:34:01.848Z] DONE 27 tests, 2 skipped in 173.227s [2020-11-30T03:34:01.848Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-11-30T03:34:01.848Z] ++ 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-11-30T03:34:01.848Z] ++ set -e [2020-11-30T03:34:01.848Z] ++ '[' -n 0 ']' [2020-11-30T03:34:01.848Z] ++ set -x [2020-11-30T03:34:01.848Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:02.087Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.82s) [2020-11-30T03:34:02.088Z] === RUN TestAPIIpcModeHost [2020-11-30T03:34:02.139Z] INFO: Testing against a local daemon [2020-11-30T03:34:02.139Z] === RUN TestSessionCreate [2020-11-30T03:34:02.139Z] --- PASS: TestSessionCreate (0.02s) [2020-11-30T03:34:02.139Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-30T03:34:02.139Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-30T03:34:02.139Z] PASS [2020-11-30T03:34:02.139Z] [2020-11-30T03:34:02.139Z] DONE 2 tests in 0.240s [2020-11-30T03:34:02.139Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-11-30T03:34:02.139Z] ++ 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-11-30T03:34:02.139Z] ++ set -e [2020-11-30T03:34:02.139Z] ++ '[' -n 0 ']' [2020-11-30T03:34:02.139Z] ++ set -x [2020-11-30T03:34:02.139Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:02.356Z] --- PASS: TestCgroupNamespacesRunHostMode (1.66s) [2020-11-30T03:34:02.356Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-30T03:34:02.383Z] --- PASS: TestAPIIpcModeHost (0.50s) [2020-11-30T03:34:02.383Z] === RUN TestDaemonIpcModeShareable [2020-11-30T03:34:02.429Z] INFO: Testing against a local daemon [2020-11-30T03:34:02.429Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-30T03:34:02.429Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:34:02.429Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:34:02.429Z] === RUN TestEventsExecDie [2020-11-30T03:34:02.613Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-30T03:34:03.489Z] --- PASS: TestEventsExecDie (1.00s) [2020-11-30T03:34:03.489Z] === RUN TestEventsBackwardsCompatible [2020-11-30T03:34:03.489Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-11-30T03:34:03.489Z] === RUN TestInfoBinaryCommits [2020-11-30T03:34:03.489Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-30T03:34:03.489Z] === RUN TestInfoAPIVersioned [2020-11-30T03:34:03.489Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-30T03:34:03.489Z] === RUN TestInfoDiscoveryBackend [2020-11-30T03:34:03.647Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-30T03:34:03.905Z] --- PASS: TestDaemonIpcModeShareable (1.40s) [2020-11-30T03:34:03.905Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-30T03:34:03.905Z] === RUN TestDaemonIpcModePrivate [2020-11-30T03:34:04.121Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-30T03:34:04.122Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-30T03:34:04.506Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.19s) [2020-11-30T03:34:04.506Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-30T03:34:05.155Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-30T03:34:05.155Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-30T03:34:05.437Z] --- PASS: TestDaemonIpcModePrivate (1.45s) [2020-11-30T03:34:05.437Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-30T03:34:05.437Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-11-30T03:34:05.446Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-30T03:34:05.446Z] === RUN TestInfoAPI [2020-11-30T03:34:05.446Z] --- PASS: TestInfoAPI (0.01s) [2020-11-30T03:34:05.446Z] === RUN TestInfoAPIWarnings [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan (18.60s) [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.08s) [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.11s) [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.83s) [2020-11-30T03:34:05.567Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.33s) [2020-11-30T03:34:05.567Z] PASS [2020-11-30T03:34:05.567Z] [2020-11-30T03:34:05.567Z] DONE 8 tests in 20.954s [2020-11-30T03:34:05.567Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-30T03:34:05.567Z] ++ 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-11-30T03:34:05.567Z] ++ set -e [2020-11-30T03:34:05.567Z] ++ '[' -n 0 ']' [2020-11-30T03:34:05.567Z] ++ set -x [2020-11-30T03:34:05.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:05.567Z] testing: warning: no tests to run [2020-11-30T03:34:05.567Z] PASS [2020-11-30T03:34:05.567Z] [2020-11-30T03:34:05.567Z] DONE 0 tests in 0.038s [2020-11-30T03:34:05.567Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-30T03:34:05.567Z] ++ 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-11-30T03:34:05.567Z] ++ set -e [2020-11-30T03:34:05.567Z] ++ '[' -n 0 ']' [2020-11-30T03:34:05.567Z] ++ set -x [2020-11-30T03:34:05.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:05.567Z] INFO: Testing against a local daemon [2020-11-30T03:34:05.567Z] === RUN TestAuthZPluginAllowRequest [2020-11-30T03:34:06.403Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.02s) [2020-11-30T03:34:06.403Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-30T03:34:06.960Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.42s) [2020-11-30T03:34:06.960Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-11-30T03:34:06.960Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-11-30T03:34:06.965Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-30T03:34:07.486Z] --- PASS: TestAuthZPluginAllowRequest (1.78s) [2020-11-30T03:34:07.486Z] === RUN TestAuthZPluginTLS [2020-11-30T03:34:07.528Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2020-11-30T03:34:07.528Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-30T03:34:08.006Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.39s) [2020-11-30T03:34:08.006Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-11-30T03:34:08.006Z] === RUN TestIpcModeOlderClient [2020-11-30T03:34:08.006Z] === PAUSE TestIpcModeOlderClient [2020-11-30T03:34:08.006Z] === RUN TestKillContainerInvalidSignal [2020-11-30T03:34:08.060Z] --- PASS: TestAuthZPluginTLS (0.72s) [2020-11-30T03:34:08.060Z] === RUN TestAuthZPluginDenyRequest [2020-11-30T03:34:08.647Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2020-11-30T03:34:08.647Z] === RUN TestKillContainer [2020-11-30T03:34:08.647Z] === RUN TestKillContainer/no_signal [2020-11-30T03:34:09.005Z] --- PASS: TestAuthZPluginDenyRequest (0.68s) [2020-11-30T03:34:09.005Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-30T03:34:09.297Z] === RUN TestKillContainer/non_killing_signal [2020-11-30T03:34:09.579Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2020-11-30T03:34:09.579Z] === RUN TestAuthZPluginDenyResponse [2020-11-30T03:34:09.590Z] === RUN TestKillContainer/killing_signal [2020-11-30T03:34:10.050Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.32s) [2020-11-30T03:34:10.050Z] === RUN TestKernelTCPMemory [2020-11-30T03:34:10.154Z] --- PASS: TestAuthZPluginDenyResponse (0.70s) [2020-11-30T03:34:10.154Z] === RUN TestAuthZPluginAllowEventStream [2020-11-30T03:34:10.228Z] --- PASS: TestKillContainer (1.64s) [2020-11-30T03:34:10.228Z] --- PASS: TestKillContainer/no_signal (0.54s) [2020-11-30T03:34:10.228Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2020-11-30T03:34:10.228Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-11-30T03:34:10.228Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-30T03:34:10.228Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-11-30T03:34:10.614Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-11-30T03:34:10.614Z] === RUN TestNISDomainname [2020-11-30T03:34:10.864Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-11-30T03:34:11.158Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.08s) [2020-11-30T03:34:11.158Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.50s) [2020-11-30T03:34:11.158Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-11-30T03:34:11.158Z] === RUN TestKillStoppedContainer [2020-11-30T03:34:11.453Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-11-30T03:34:11.453Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-30T03:34:11.453Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-11-30T03:34:11.453Z] === RUN TestKillDifferentUserContainer [2020-11-30T03:34:11.983Z] --- PASS: TestNISDomainname (1.34s) [2020-11-30T03:34:11.983Z] === RUN TestHostnameDnsResolution [2020-11-30T03:34:12.075Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2020-11-30T03:34:12.075Z] === RUN TestAuthZPluginErrorResponse [2020-11-30T03:34:12.089Z] --- PASS: TestKillDifferentUserContainer (0.53s) [2020-11-30T03:34:12.089Z] === RUN TestInspectOomKilledTrue [2020-11-30T03:34:12.649Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-11-30T03:34:12.649Z] === RUN TestAuthZPluginErrorRequest [2020-11-30T03:34:13.128Z] --- PASS: TestInspectOomKilledTrue (0.98s) [2020-11-30T03:34:13.128Z] === RUN TestInspectOomKilledFalse [2020-11-30T03:34:13.223Z] --- PASS: TestAuthZPluginErrorRequest (0.67s) [2020-11-30T03:34:13.223Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-30T03:34:13.352Z] --- PASS: TestHostnameDnsResolution (1.45s) [2020-11-30T03:34:13.352Z] === RUN TestStats [2020-11-30T03:34:13.422Z] --- PASS: TestInspectOomKilledFalse (0.54s) [2020-11-30T03:34:13.422Z] === RUN TestLinksEtcHostsContentMatch [2020-11-30T03:34:13.717Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2020-11-30T03:34:13.717Z] === RUN TestLinksContainerNames [2020-11-30T03:34:14.169Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.83s) [2020-11-30T03:34:14.169Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-30T03:34:14.765Z] --- PASS: TestLinksContainerNames (1.05s) [2020-11-30T03:34:14.765Z] === RUN TestLogsFollowTailEmpty [2020-11-30T03:34:15.403Z] --- PASS: TestLogsFollowTailEmpty (0.53s) [2020-11-30T03:34:15.403Z] === RUN TestContainerNetworkMountsNoChown [2020-11-30T03:34:16.042Z] --- PASS: TestContainerNetworkMountsNoChown (0.52s) [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/default [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/default [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/private [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/private [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rprivate [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rprivate [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/slave [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/slave [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rslave [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rslave [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/shared [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/shared [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rshared [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rshared [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/default [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rslave [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rshared [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/default/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/default/mount_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/shared [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/slave [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/private [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/private/bind_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/default/bind_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/private/mount_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rprivate [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/default/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:34:16.043Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:34:16.043Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/private/bind_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/private/mount_root [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-11-30T03:34:16.043Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-11-30T03:34:16.338Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-11-30T03:34:16.338Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-11-30T03:34:16.339Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-11-30T03:34:16.339Z] === RUN TestContainerBindMountNonRecursive [2020-11-30T03:34:16.627Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-11-30T03:34:16.627Z] --- PASS: TestStats (2.94s) [2020-11-30T03:34:16.627Z] === RUN TestStopContainerWithTimeout [2020-11-30T03:34:16.627Z] === RUN TestStopContainerWithTimeout/0 [2020-11-30T03:34:16.627Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-30T03:34:16.627Z] === RUN TestStopContainerWithTimeout/1 [2020-11-30T03:34:16.627Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-30T03:34:16.627Z] === RUN TestStopContainerWithTimeout/3 [2020-11-30T03:34:16.627Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-30T03:34:16.627Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-30T03:34:16.627Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-30T03:34:16.627Z] === CONT TestStopContainerWithTimeout/0 [2020-11-30T03:34:16.627Z] === CONT TestStopContainerWithTimeout/3 [2020-11-30T03:34:16.720Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2020-11-30T03:34:16.721Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-30T03:34:17.556Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-30T03:34:17.853Z] --- PASS: TestContainerBindMountNonRecursive (1.53s) [2020-11-30T03:34:17.853Z] === RUN TestContainerVolumesMountedAsShared [2020-11-30T03:34:18.159Z] --- PASS: TestContainerVolumesMountedAsShared (0.49s) [2020-11-30T03:34:18.159Z] === RUN TestContainerVolumesMountedAsSlave [2020-11-30T03:34:18.641Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2020-11-30T03:34:18.641Z] === RUN TestAuthZPluginHeader [2020-11-30T03:34:18.798Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2020-11-30T03:34:18.798Z] === RUN TestNetworkNat [2020-11-30T03:34:18.921Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-11-30T03:34:18.921Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-30T03:34:19.432Z] --- PASS: TestNetworkNat (0.56s) [2020-11-30T03:34:19.432Z] === RUN TestNetworkLocalhostTCPNat [2020-11-30T03:34:19.484Z] === CONT TestStopContainerWithTimeout/1 [2020-11-30T03:34:19.587Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-11-30T03:34:19.587Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-30T03:34:19.587Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-30T03:34:19.587Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:19.587Z] === RUN TestAuthZPluginV2Disable [2020-11-30T03:34:19.587Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-30T03:34:19.587Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:19.587Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-30T03:34:19.587Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-30T03:34:19.587Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:19.587Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-30T03:34:19.587Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-30T03:34:19.587Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:19.587Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-30T03:34:19.726Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) [2020-11-30T03:34:19.726Z] === RUN TestNetworkLoopbackNat [2020-11-30T03:34:19.740Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-11-30T03:34:21.108Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-11-30T03:34:21.108Z] --- PASS: TestStopContainerWithTimeout/0 (1.17s) [2020-11-30T03:34:21.108Z] --- PASS: TestStopContainerWithTimeout/3 (3.05s) [2020-11-30T03:34:21.108Z] --- PASS: TestStopContainerWithTimeout/-1 (2.72s) [2020-11-30T03:34:21.108Z] --- PASS: TestStopContainerWithTimeout/1 (1.76s) [2020-11-30T03:34:21.108Z] === RUN TestDeleteDevicemapper [2020-11-30T03:34:21.108Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2020-11-30T03:34:21.108Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:34:21.108Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-30T03:34:21.364Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-30T03:34:22.468Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2020-11-30T03:34:22.468Z] === RUN TestPause [2020-11-30T03:34:23.106Z] --- PASS: TestPause (0.56s) [2020-11-30T03:34:23.106Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-30T03:34:23.106Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:34:23.106Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:34:23.106Z] === RUN TestPauseStopPausedContainer [2020-11-30T03:34:23.743Z] --- PASS: TestPauseStopPausedContainer (0.58s) [2020-11-30T03:34:23.743Z] === RUN TestPsFilter [2020-11-30T03:34:23.743Z] --- PASS: TestPsFilter (0.16s) [2020-11-30T03:34:23.743Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-30T03:34:23.885Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.61s) [2020-11-30T03:34:23.885Z] === RUN TestUpdateMemory [2020-11-30T03:34:23.885Z] --- SKIP: TestUpdateMemory (0.00s) [2020-11-30T03:34:23.885Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:34:23.885Z] === RUN TestUpdateCPUQuota [2020-11-30T03:34:23.885Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-30T03:34:24.018Z] --- PASS: TestInfoAPIWarnings (16.23s) [2020-11-30T03:34:24.018Z] === RUN TestInfoDebug [2020-11-30T03:34:24.018Z] --- PASS: TestInfoDebug (0.53s) [2020-11-30T03:34:24.018Z] === RUN TestInfoInsecureRegistries [2020-11-30T03:34:24.018Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-11-30T03:34:24.018Z] === RUN TestInfoRegistryMirrors [2020-11-30T03:34:24.018Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-30T03:34:24.018Z] === RUN TestLoginFailsWithBadCredentials [2020-11-30T03:34:24.018Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2020-11-30T03:34:24.018Z] === RUN TestPingCacheHeaders [2020-11-30T03:34:24.018Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-11-30T03:34:24.018Z] === RUN TestPingGet [2020-11-30T03:34:24.018Z] --- PASS: TestPingGet (0.01s) [2020-11-30T03:34:24.018Z] === RUN TestPingHead [2020-11-30T03:34:24.018Z] --- PASS: TestPingHead (0.01s) [2020-11-30T03:34:24.018Z] === RUN TestVersion [2020-11-30T03:34:24.018Z] --- PASS: TestVersion (0.01s) [2020-11-30T03:34:24.018Z] PASS [2020-11-30T03:34:24.018Z] [2020-11-30T03:34:24.018Z] === Skipped [2020-11-30T03:34:24.018Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:34:24.018Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:34:24.018Z] [2020-11-30T03:34:24.018Z] [2020-11-30T03:34:24.018Z] DONE 18 tests, 1 skipped in 21.465s [2020-11-30T03:34:24.018Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-11-30T03:34:24.018Z] ++ 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-11-30T03:34:24.018Z] ++ set -e [2020-11-30T03:34:24.018Z] ++ '[' -n 0 ']' [2020-11-30T03:34:24.018Z] ++ set -x [2020-11-30T03:34:24.018Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:24.018Z] INFO: Testing against a local daemon [2020-11-30T03:34:24.018Z] === RUN TestVolumesCreateAndList [2020-11-30T03:34:24.018Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-30T03:34:24.018Z] === RUN TestVolumesRemove [2020-11-30T03:34:24.018Z] --- PASS: TestVolumesRemove (0.12s) [2020-11-30T03:34:24.018Z] === RUN TestVolumesInspect [2020-11-30T03:34:24.018Z] --- PASS: TestVolumesInspect (0.01s) [2020-11-30T03:34:24.018Z] === RUN TestVolumesInvalidJSON [2020-11-30T03:34:24.018Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-30T03:34:24.018Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-30T03:34:24.018Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-30T03:34:24.018Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-30T03:34:24.018Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-30T03:34:24.018Z] PASS [2020-11-30T03:34:24.018Z] [2020-11-30T03:34:24.018Z] DONE 5 tests in 0.328s [2020-11-30T03:34:24.018Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T03:34:24.018Z] ++++ cat bundles/test-integration/docker.pid [2020-11-30T03:34:24.018Z] +++ kill 12222 [2020-11-30T03:34:24.380Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-11-30T03:34:24.380Z] === RUN TestRemoveContainerWithVolume [2020-11-30T03:34:24.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-30T03:34:24.448Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-11-30T03:34:25.038Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2020-11-30T03:34:25.038Z] === RUN TestRemoveContainerRunning [2020-11-30T03:34:25.377Z] --- PASS: TestUpdateCPUQuota (1.51s) [2020-11-30T03:34:25.377Z] === RUN TestUpdatePidsLimit [2020-11-30T03:34:25.377Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-30T03:34:25.524Z] +++ /etc/init.d/apparmor stop [2020-11-30T03:34:25.524Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:34:25.524Z] [2020-11-30T03:34:25.524Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:34:25.524Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:34:25.524Z] [2020-11-30T03:34:25.524Z] To set a process to complain mode, use the command line tool [2020-11-30T03:34:25.524Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:34:25.524Z] +++ true [2020-11-30T03:34:25.524Z] exiting test-integration [2020-11-30T03:34:25.524Z] ++ exit 0 [2020-11-30T03:34:25.524Z] [2020-11-30T03:34:25.634Z] === RUN TestUpdatePidsLimit/no_change [2020-11-30T03:34:25.676Z] --- PASS: TestRemoveContainerRunning (0.59s) [2020-11-30T03:34:25.676Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-30T03:34:25.971Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.52s) [2020-11-30T03:34:25.971Z] === RUN TestRemoveInvalidContainer [2020-11-30T03:34:25.971Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-11-30T03:34:25.971Z] === RUN TestRenameLinkedContainer [2020-11-30T03:34:26.196Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-30T03:34:26.452Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-30T03:34:26.452Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-30T03:34:27.015Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero Post stage [Pipeline] junit [2020-11-30T03:34:27.085Z] Recording test results [2020-11-30T03:34:27.271Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [Pipeline] } [Pipeline] // withEnv [2020-11-30T03:34:27.528Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-30T03:34:27.785Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-11-30T03:34:27.918Z] + echo Ensuring container killed. [2020-11-30T03:34:27.918Z] Ensuring container killed. [2020-11-30T03:34:27.918Z] + docker rm -vf docker-pr3 [2020-11-30T03:34:27.918Z] Error: No such container: docker-pr3 [2020-11-30T03:34:27.918Z] + true [Pipeline] sh [2020-11-30T03:34:28.054Z] --- PASS: TestRenameLinkedContainer (2.11s) [2020-11-30T03:34:28.054Z] === RUN TestRenameStoppedContainer [2020-11-30T03:34:28.296Z] + echo Chowning /workspace to jenkins user [2020-11-30T03:34:28.296Z] Chowning /workspace to jenkins user [2020-11-30T03:34:28.296Z] + id -u [2020-11-30T03:34:28.296Z] + id -g [2020-11-30T03:34:28.296Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41728:/workspace busybox chown -R 1001:1001 /workspace [2020-11-30T03:34:28.296Z] Unable to find image 'busybox:latest' locally [2020-11-30T03:34:28.587Z] latest: Pulling from library/busybox [2020-11-30T03:34:28.587Z] fae77311aa58: Pulling fs layer [2020-11-30T03:34:28.692Z] --- PASS: TestRenameStoppedContainer (0.56s) [2020-11-30T03:34:28.692Z] === RUN TestRenameRunningContainerAndReuse [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit (3.46s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.32s) [2020-11-30T03:34:28.715Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-11-30T03:34:28.715Z] === RUN TestUpdateRestartPolicy [2020-11-30T03:34:28.878Z] fae77311aa58: Download complete [2020-11-30T03:34:28.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-30T03:34:29.513Z] fae77311aa58: Pull complete [2020-11-30T03:34:29.513Z] Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2 [2020-11-30T03:34:29.513Z] Status: Downloaded newer image for busybox:latest [2020-11-30T03:34:29.738Z] --- PASS: TestRenameRunningContainerAndReuse (1.09s) [2020-11-30T03:34:29.738Z] === RUN TestRenameInvalidName [2020-11-30T03:34:30.379Z] --- PASS: TestRenameInvalidName (0.56s) [2020-11-30T03:34:30.379Z] === RUN TestRenameAnonymousContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T03:34:31.460Z] + bundleName=s390x-integration [2020-11-30T03:34:31.460Z] + echo Creating s390x-integration-bundles.tar.gz [2020-11-30T03:34:31.460Z] Creating s390x-integration-bundles.tar.gz [2020-11-30T03:34:31.460Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-11-30T03:34:31.460Z] + 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-11-30T03:34:31.504Z] Archiving artifacts [2020-11-30T03:34:31.836Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T03:34:32.218Z] + make clean [2020-11-30T03:34:32.462Z] --- PASS: TestRenameAnonymousContainer (1.98s) [2020-11-30T03:34:32.462Z] === RUN TestRenameContainerWithSameName [2020-11-30T03:34:32.510Z] docker volume rm -f docker-dev-cache [2020-11-30T03:34:32.754Z] --- PASS: TestRenameContainerWithSameName (0.50s) [2020-11-30T03:34:32.754Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-30T03:34:32.801Z] docker-dev-cache [Pipeline] deleteDir [2020-11-30T03:34:33.141Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-11-30T03:34:33.141Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-30T03:34:33.800Z] --- PASS: TestRenameContainerWithLinkedContainer (1.07s) [2020-11-30T03:34:33.800Z] === RUN TestResize [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2020-11-30T03:34:34.071Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [Pipeline] // stage [Pipeline] } [2020-11-30T03:34:34.328Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-30T03:34:34.439Z] --- PASS: TestResize (0.53s) [2020-11-30T03:34:34.439Z] === RUN TestResizeWithInvalidSize [2020-11-30T03:34:35.092Z] --- PASS: TestResizeWithInvalidSize (0.56s) [2020-11-30T03:34:35.092Z] === RUN TestResizeWhenContainerNotStarted [2020-11-30T03:34:35.258Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-30T03:34:35.390Z] --- PASS: TestResizeWhenContainerNotStarted (0.52s) [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:34:35.390Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:34:35.390Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:34:35.390Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:34:35.390Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-11-30T03:34:35.390Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:34:35.390Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-11-30T03:34:36.187Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-30T03:34:36.187Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-11-30T03:34:36.750Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-30T03:34:37.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-11-30T03:34:37.497Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-11-30T03:34:37.497Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-11-30T03:34:37.725Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.14s) [2020-11-30T03:34:37.725Z] PASS [2020-11-30T03:34:37.725Z] [2020-11-30T03:34:37.725Z] === Skipped [2020-11-30T03:34:37.725Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-30T03:34:37.725Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:37.725Z] [2020-11-30T03:34:37.725Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-30T03:34:37.725Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:37.725Z] [2020-11-30T03:34:37.725Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-30T03:34:37.725Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:37.725Z] [2020-11-30T03:34:37.725Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-30T03:34:37.725Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:37.725Z] [2020-11-30T03:34:37.725Z] [2020-11-30T03:34:37.725Z] DONE 17 tests, 4 skipped in 32.329s [2020-11-30T03:34:37.725Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-30T03:34:37.725Z] ++ 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-11-30T03:34:37.725Z] ++ set -e [2020-11-30T03:34:37.725Z] ++ '[' -n 0 ']' [2020-11-30T03:34:37.725Z] ++ set -x [2020-11-30T03:34:37.725Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:37.988Z] INFO: Testing against a local daemon [2020-11-30T03:34:37.988Z] === RUN TestPluginInvalidJSON [2020-11-30T03:34:37.988Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:34:37.988Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:34:37.988Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:34:37.988Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-30T03:34:37.988Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-30T03:34:37.988Z] === RUN TestPluginInstall [2020-11-30T03:34:37.988Z] === RUN TestPluginInstall/no_auth [2020-11-30T03:34:38.143Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-11-30T03:34:39.228Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-11-30T03:34:40.273Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-11-30T03:34:40.273Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-11-30T03:34:40.543Z] time="2020-11-30T03:34:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:34:40.543Z] time="2020-11-30T03:34:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08f92f6e5b9aa63045c49581cd1b02f461c03d99d05b09ede6c219c641fe866d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:34:40.543Z] time="2020-11-30T03:34:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:34:40.543Z] time="2020-11-30T03:34:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08f92f6e5b9aa63045c49581cd1b02f461c03d99d05b09ede6c219c641fe866d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:34:40.806Z] === RUN TestPluginInstall/with_htpasswd [2020-11-30T03:34:41.753Z] time="2020-11-30T03:34:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:34:41.753Z] time="2020-11-30T03:34:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7369ce3c46b2638e75c39e7d7a10f8529e68b93d390c12a307fb31d75e700fb1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:34:41.753Z] time="2020-11-30T03:34:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:34:41.753Z] time="2020-11-30T03:34:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7369ce3c46b2638e75c39e7d7a10f8529e68b93d390c12a307fb31d75e700fb1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:34:41.813Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-11-30T03:34:42.004Z] --- PASS: TestUpdateRestartPolicy (12.75s) [2020-11-30T03:34:42.004Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-30T03:34:42.004Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-30T03:34:42.016Z] === RUN TestPluginInstall/with_insecure [2020-11-30T03:34:42.261Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2020-11-30T03:34:42.261Z] === RUN TestWaitNonBlocked [2020-11-30T03:34:42.261Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:34:42.261Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:34:42.261Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:34:42.261Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:34:42.261Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:34:42.261Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:34:43.405Z] time="2020-11-30T03:34:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:34:43.405Z] time="2020-11-30T03:34:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1738ab76f77d463f5c6a4a288c3ac1818a806609fe8f25d2d7fe58d86b546b9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:34:43.405Z] time="2020-11-30T03:34:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:34:43.405Z] time="2020-11-30T03:34:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1738ab76f77d463f5c6a4a288c3ac1818a806609fe8f25d2d7fe58d86b546b9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:34:43.628Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-11-30T03:34:43.628Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.23s) [2020-11-30T03:34:43.628Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.34s) [2020-11-30T03:34:43.628Z] === RUN TestWaitBlocked [2020-11-30T03:34:43.628Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:34:43.628Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:34:43.629Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:34:43.629Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:34:43.629Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-30T03:34:43.629Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:34:43.629Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:34:43.667Z] --- PASS: TestPluginInstall (5.77s) [2020-11-30T03:34:43.668Z] --- PASS: TestPluginInstall/no_auth (2.82s) [2020-11-30T03:34:43.668Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2020-11-30T03:34:43.668Z] --- PASS: TestPluginInstall/with_insecure (1.75s) [2020-11-30T03:34:43.668Z] plugin_test.go:157: [dc36a27c82df4] daemon is not started [2020-11-30T03:34:43.668Z] PASS [2020-11-30T03:34:43.668Z] [2020-11-30T03:34:43.668Z] DONE 6 tests in 6.010s [2020-11-30T03:34:43.668Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-30T03:34:43.668Z] ++ 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-11-30T03:34:43.668Z] ++ set -e [2020-11-30T03:34:43.668Z] ++ '[' -n 0 ']' [2020-11-30T03:34:43.668Z] ++ set -x [2020-11-30T03:34:43.668Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.81s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.92s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.64s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.81s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.76s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.84s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.32s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.39s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.40s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.53s) [2020-11-30T03:34:43.908Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.22s) [2020-11-30T03:34:43.908Z] === RUN TestCgroupNamespacesRun [2020-11-30T03:34:43.930Z] INFO: Testing against a local daemon [2020-11-30T03:34:43.930Z] === RUN TestExternalGraphDriver [2020-11-30T03:34:44.192Z] === RUN TestExternalGraphDriver/json [2020-11-30T03:34:44.950Z] --- PASS: TestCgroupNamespacesRun (1.37s) [2020-11-30T03:34:44.950Z] === RUN TestCgroupNamespacesRunPrivileged [2020-11-30T03:34:45.030Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-11-30T03:34:45.030Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-11-30T03:34:45.287Z] --- PASS: TestWaitBlocked (0.03s) [2020-11-30T03:34:45.287Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.41s) [2020-11-30T03:34:45.287Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.54s) [2020-11-30T03:34:45.287Z] === CONT TestContainerStartOnDaemonRestart [2020-11-30T03:34:45.287Z] === CONT TestIpcModeOlderClient [2020-11-30T03:34:45.287Z] --- PASS: TestIpcModeOlderClient (0.07s) [2020-11-30T03:34:45.287Z] === CONT TestDaemonHostGatewayIP [2020-11-30T03:34:45.853Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-30T03:34:46.471Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.37s) [2020-11-30T03:34:46.471Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-11-30T03:34:46.747Z] === RUN TestExternalGraphDriver/spec [2020-11-30T03:34:47.984Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.39s) [2020-11-30T03:34:47.984Z] === RUN TestCgroupNamespacesRunHostMode [2020-11-30T03:34:48.376Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-11-30T03:34:49.300Z] === RUN TestExternalGraphDriver/pull [2020-11-30T03:34:49.503Z] --- PASS: TestCgroupNamespacesRunHostMode (1.38s) [2020-11-30T03:34:49.503Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-11-30T03:34:49.746Z] --- PASS: TestContainerStartOnDaemonRestart (4.22s) [2020-11-30T03:34:49.746Z] === CONT TestContainerKillOnDaemonStart [2020-11-30T03:34:50.310Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-11-30T03:34:50.565Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.37s) [2020-11-30T03:34:50.565Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-11-30T03:34:50.874Z] --- PASS: TestDaemonHostGatewayIP (5.43s) [2020-11-30T03:34:50.874Z] === CONT TestDaemonRestartIpcMode [2020-11-30T03:34:51.854Z] --- PASS: TestExternalGraphDriver (7.66s) [2020-11-30T03:34:51.854Z] --- PASS: TestExternalGraphDriver/json (2.50s) [2020-11-30T03:34:51.854Z] --- PASS: TestExternalGraphDriver/spec (2.71s) [2020-11-30T03:34:51.854Z] --- PASS: TestExternalGraphDriver/pull (2.32s) [2020-11-30T03:34:51.854Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:34:51.854Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-11-30T03:34:51.854Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:51.854Z] PASS [2020-11-30T03:34:51.854Z] [2020-11-30T03:34:51.854Z] === Skipped [2020-11-30T03:34:51.854Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-11-30T03:34:51.854Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:34:51.854Z] [2020-11-30T03:34:51.854Z] [2020-11-30T03:34:51.854Z] DONE 5 tests, 1 skipped in 7.902s [2020-11-30T03:34:51.854Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-30T03:34:51.854Z] ++ 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-11-30T03:34:51.854Z] ++ set -e [2020-11-30T03:34:51.854Z] ++ '[' -n 0 ']' [2020-11-30T03:34:51.854Z] ++ set -x [2020-11-30T03:34:51.854Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:34:51.854Z] INFO: Testing against a local daemon [2020-11-30T03:34:51.854Z] === RUN TestContinueAfterPluginCrash [2020-11-30T03:34:51.854Z] === PAUSE TestContinueAfterPluginCrash [2020-11-30T03:34:51.854Z] === RUN TestReadPluginNoRead [2020-11-30T03:34:51.854Z] === PAUSE TestReadPluginNoRead [2020-11-30T03:34:51.854Z] === RUN TestDaemonStartWithLogOpt [2020-11-30T03:34:51.854Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-30T03:34:51.854Z] === CONT TestContinueAfterPluginCrash [2020-11-30T03:34:51.854Z] === CONT TestDaemonStartWithLogOpt [2020-11-30T03:34:51.854Z] === CONT TestReadPluginNoRead [2020-11-30T03:34:52.085Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2020-11-30T03:34:52.085Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-11-30T03:34:52.244Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-30T03:34:52.500Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-11-30T03:34:52.726Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-11-30T03:34:52.726Z] === RUN TestCgroupNamespacesRunOlderClient [2020-11-30T03:34:54.246Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s) [2020-11-30T03:34:54.246Z] === RUN TestKernelTCPMemory [2020-11-30T03:34:54.395Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-30T03:34:54.652Z] --- PASS: TestDaemonRestartIpcMode (3.85s) [2020-11-30T03:34:54.883Z] --- PASS: TestKernelTCPMemory (0.61s) [2020-11-30T03:34:54.883Z] === RUN TestNISDomainname [2020-11-30T03:34:55.214Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-30T03:34:55.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-11-30T03:34:55.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-11-30T03:34:55.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-11-30T03:34:55.470Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-30T03:34:55.520Z] --- PASS: TestNISDomainname (0.69s) [2020-11-30T03:34:55.520Z] === RUN TestHostnameDnsResolution [2020-11-30T03:34:55.726Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-30T03:34:55.983Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-30T03:34:56.240Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-30T03:34:56.240Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-30T03:34:56.562Z] --- PASS: TestHostnameDnsResolution (0.87s) [2020-11-30T03:34:56.562Z] === RUN TestStats [2020-11-30T03:34:57.164Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-30T03:34:57.164Z] --- PASS: TestDaemonStartWithLogOpt (4.79s) [2020-11-30T03:34:57.169Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-30T03:34:58.109Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-30T03:34:58.535Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-11-30T03:34:59.298Z] --- PASS: TestStats (2.55s) [2020-11-30T03:34:59.298Z] === RUN TestStopContainerWithTimeout [2020-11-30T03:34:59.298Z] === RUN TestStopContainerWithTimeout/0 [2020-11-30T03:34:59.298Z] === PAUSE TestStopContainerWithTimeout/0 [2020-11-30T03:34:59.298Z] === RUN TestStopContainerWithTimeout/1 [2020-11-30T03:34:59.298Z] === PAUSE TestStopContainerWithTimeout/1 [2020-11-30T03:34:59.298Z] === RUN TestStopContainerWithTimeout/3 [2020-11-30T03:34:59.298Z] === PAUSE TestStopContainerWithTimeout/3 [2020-11-30T03:34:59.298Z] === RUN TestStopContainerWithTimeout/-1 [2020-11-30T03:34:59.298Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-11-30T03:34:59.298Z] === CONT TestStopContainerWithTimeout/0 [2020-11-30T03:34:59.298Z] === CONT TestStopContainerWithTimeout/-1 [2020-11-30T03:34:59.298Z] === CONT TestStopContainerWithTimeout/1 [2020-11-30T03:34:59.298Z] === CONT TestStopContainerWithTimeout/3 [2020-11-30T03:35:00.028Z] === RUN TestReadPluginNoRead/default [2020-11-30T03:35:01.057Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-30T03:35:01.947Z] --- PASS: TestReadPluginNoRead (9.78s) [2020-11-30T03:35:01.947Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.87s) [2020-11-30T03:35:01.947Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s) [2020-11-30T03:35:01.947Z] --- PASS: TestReadPluginNoRead/default (1.83s) [2020-11-30T03:35:01.947Z] read_test.go:92: [d9eca44bce3bc] daemon is not started [2020-11-30T03:35:02.042Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-11-30T03:35:02.042Z] --- PASS: TestStopContainerWithTimeout/0 (1.04s) [2020-11-30T03:35:02.042Z] --- PASS: TestStopContainerWithTimeout/1 (1.94s) [2020-11-30T03:35:02.042Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2020-11-30T03:35:02.042Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2020-11-30T03:35:02.042Z] === RUN TestDeleteDevicemapper [2020-11-30T03:35:02.042Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-11-30T03:35:02.042Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:35:02.042Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-30T03:35:02.209Z] --- PASS: TestContinueAfterPluginCrash (10.22s) [2020-11-30T03:35:02.209Z] PASS [2020-11-30T03:35:02.209Z] [2020-11-30T03:35:02.209Z] DONE 6 tests in 10.432s [2020-11-30T03:35:02.209Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-30T03:35:02.209Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:35:02.209Z] ++ set -e [2020-11-30T03:35:02.209Z] ++ '[' -n 0 ']' [2020-11-30T03:35:02.209Z] ++ set -x [2020-11-30T03:35:02.209Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:35:02.209Z] testing: warning: no tests to run [2020-11-30T03:35:02.209Z] PASS [2020-11-30T03:35:02.209Z] [2020-11-30T03:35:02.209Z] DONE 0 tests in 0.061s [2020-11-30T03:35:02.209Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-30T03:35:02.209Z] ++ 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-11-30T03:35:02.209Z] ++ set -e [2020-11-30T03:35:02.209Z] ++ '[' -n 0 ']' [2020-11-30T03:35:02.209Z] ++ set -x [2020-11-30T03:35:02.209Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:35:02.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-11-30T03:35:02.424Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-30T03:35:02.424Z] --- PASS: TestContainerKillOnDaemonStart (13.05s) [2020-11-30T03:35:02.424Z] PASS [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] === Skipped [2020-11-30T03:35:02.424Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-11-30T03:35:02.424Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-11-30T03:35:02.424Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-11-30T03:35:02.424Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:35:02.424Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.01s) [2020-11-30T03:35:02.424Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-11-30T03:35:02.424Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] [2020-11-30T03:35:02.424Z] DONE 195 tests, 6 skipped in 149.724s [2020-11-30T03:35:02.424Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-11-30T03:35:02.424Z] ++ 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-11-30T03:35:02.424Z] ++ set -e [2020-11-30T03:35:02.424Z] ++ '[' -n 0 ']' [2020-11-30T03:35:02.424Z] ++ set -x [2020-11-30T03:35:02.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:35:02.471Z] INFO: Testing against a local daemon [2020-11-30T03:35:02.471Z] === RUN TestPluginWithDevMounts [2020-11-30T03:35:02.471Z] === PAUSE TestPluginWithDevMounts [2020-11-30T03:35:02.471Z] === CONT TestPluginWithDevMounts [2020-11-30T03:35:02.681Z] INFO: Testing against a local daemon [2020-11-30T03:35:02.681Z] === RUN TestCommitInheritsEnv [2020-11-30T03:35:03.245Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-30T03:35:03.245Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-11-30T03:35:03.245Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-30T03:35:03.245Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-30T03:35:03.245Z] === RUN TestImagesFilterMultiReference [2020-11-30T03:35:03.502Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2020-11-30T03:35:03.502Z] === RUN TestImagePullPlatformInvalid [2020-11-30T03:35:03.502Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2020-11-30T03:35:03.502Z] === RUN TestRemoveImageOrphaning [2020-11-30T03:35:03.502Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-30T03:35:03.559Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.59s) [2020-11-30T03:35:03.559Z] === RUN TestUpdateMemory [2020-11-30T03:35:04.066Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2020-11-30T03:35:04.066Z] === RUN TestRemoveImageGarbageCollector [2020-11-30T03:35:04.200Z] --- PASS: TestUpdateMemory (0.70s) [2020-11-30T03:35:04.200Z] === RUN TestUpdateCPUQuota [2020-11-30T03:35:04.630Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-30T03:35:05.022Z] --- PASS: TestPluginWithDevMounts (2.17s) [2020-11-30T03:35:05.022Z] PASS [2020-11-30T03:35:05.022Z] [2020-11-30T03:35:05.022Z] DONE 1 tests in 2.356s [2020-11-30T03:35:05.022Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-30T03:35:05.022Z] ++ 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-11-30T03:35:05.022Z] ++ set -e [2020-11-30T03:35:05.022Z] ++ '[' -n 0 ']' [2020-11-30T03:35:05.022Z] ++ set -x [2020-11-30T03:35:05.023Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:35:05.023Z] INFO: Testing against a local daemon [2020-11-30T03:35:05.023Z] === RUN TestSecretInspect [2020-11-30T03:35:05.192Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-30T03:35:05.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-11-30T03:35:05.244Z] --- PASS: TestUpdateCPUQuota (0.87s) [2020-11-30T03:35:05.245Z] === RUN TestUpdatePidsLimit [2020-11-30T03:35:05.245Z] === RUN TestUpdatePidsLimit/update_from_none [2020-11-30T03:35:05.245Z] === RUN TestUpdatePidsLimit/no_change [2020-11-30T03:35:05.449Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-30T03:35:05.539Z] === RUN TestUpdatePidsLimit/update_lower [2020-11-30T03:35:05.834Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-11-30T03:35:06.129Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-11-30T03:35:06.438Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-11-30T03:35:06.734Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-11-30T03:35:06.816Z] --- PASS: TestRemoveImageGarbageCollector (2.70s) [2020-11-30T03:35:06.816Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-30T03:35:06.816Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-30T03:35:06.816Z] === RUN TestTagInvalidReference [2020-11-30T03:35:06.816Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-30T03:35:06.816Z] === RUN TestTagValidPrefixedRepo [2020-11-30T03:35:06.816Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-11-30T03:35:06.816Z] === RUN TestTagExistedNameWithoutForce [2020-11-30T03:35:06.816Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-11-30T03:35:06.816Z] === RUN TestTagOfficialNames [2020-11-30T03:35:07.073Z] --- PASS: TestTagOfficialNames (0.08s) [2020-11-30T03:35:07.073Z] === RUN TestTagMatchesDigest [2020-11-30T03:35:07.073Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-11-30T03:35:07.073Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit (2.45s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-11-30T03:35:07.785Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.28s) [2020-11-30T03:35:07.785Z] === RUN TestUpdateRestartPolicy [2020-11-30T03:35:08.332Z] --- PASS: TestSecretInspect (3.27s) [2020-11-30T03:35:08.332Z] === RUN TestSecretList [2020-11-30T03:35:08.441Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-11-30T03:35:09.495Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-11-30T03:35:09.755Z] Copying nested executables into bundles/cross/linux/amd64 [2020-11-30T03:35:10.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-11-30T03:35:11.157Z] Cross building: bundles/cross/windows/amd64 [2020-11-30T03:35:11.157Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-30T03:35:11.157Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-11-30T03:35:11.641Z] --- PASS: TestSecretList (3.24s) [2020-11-30T03:35:11.641Z] === RUN TestSecretsCreateAndDelete [2020-11-30T03:35:14.949Z] --- PASS: TestSecretsCreateAndDelete (3.27s) [2020-11-30T03:35:14.949Z] === RUN TestSecretsUpdate [2020-11-30T03:35:15.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-11-30T03:35:16.499Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-30T03:35:17.430Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-30T03:35:18.259Z] --- PASS: TestSecretsUpdate (3.26s) [2020-11-30T03:35:18.259Z] === RUN TestTemplatedSecret [2020-11-30T03:35:18.364Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-30T03:35:19.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-11-30T03:35:20.438Z] --- PASS: TestUpdateRestartPolicy (11.24s) [2020-11-30T03:35:20.438Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-30T03:35:20.438Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2020-11-30T03:35:20.438Z] === RUN TestWaitNonBlocked [2020-11-30T03:35:20.438Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:35:20.438Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:35:20.438Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:35:20.438Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:35:20.438Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:35:20.438Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:35:20.438Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-11-30T03:35:20.438Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2020-11-30T03:35:20.438Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2020-11-30T03:35:20.438Z] === RUN TestWaitBlocked [2020-11-30T03:35:20.438Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:35:20.438Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:35:20.438Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:35:20.438Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:35:20.438Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-11-30T03:35:20.438Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-11-30T03:35:20.734Z] --- PASS: TestWaitBlocked (0.02s) [2020-11-30T03:35:20.734Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s) [2020-11-30T03:35:20.734Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.86s) [2020-11-30T03:35:20.734Z] === CONT TestContainerStartOnDaemonRestart [2020-11-30T03:35:20.734Z] === CONT TestIpcModeOlderClient [2020-11-30T03:35:20.734Z] === CONT TestDaemonHostGatewayIP [2020-11-30T03:35:20.734Z] === CONT TestContainerKillOnDaemonStart [2020-11-30T03:35:21.040Z] --- PASS: TestIpcModeOlderClient (0.15s) [2020-11-30T03:35:21.040Z] === CONT TestDaemonRestartIpcMode [2020-11-30T03:35:21.570Z] --- PASS: TestTemplatedSecret (3.61s) [2020-11-30T03:35:21.570Z] === RUN TestSecretCreateResolve [2020-11-30T03:35:21.813Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-30T03:35:23.709Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-11-30T03:35:24.602Z] --- PASS: TestContainerStartOnDaemonRestart (3.53s) [2020-11-30T03:35:24.880Z] --- PASS: TestSecretCreateResolve (3.23s) [2020-11-30T03:35:24.880Z] PASS [2020-11-30T03:35:24.880Z] [2020-11-30T03:35:24.880Z] DONE 6 tests in 20.060s [2020-11-30T03:35:24.880Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-11-30T03:35:24.880Z] ++ 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-11-30T03:35:24.880Z] ++ set -e [2020-11-30T03:35:24.880Z] ++ '[' -n 0 ']' [2020-11-30T03:35:24.880Z] ++ set -x [2020-11-30T03:35:24.880Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:35:24.880Z] INFO: Testing against a local daemon [2020-11-30T03:35:24.880Z] === RUN TestServiceCreateInit [2020-11-30T03:35:24.880Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-30T03:35:24.895Z] --- PASS: TestDaemonHostGatewayIP (4.03s) [2020-11-30T03:35:25.187Z] --- PASS: TestDaemonRestartIpcMode (4.05s) [2020-11-30T03:35:25.606Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-30T03:35:26.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-11-30T03:35:27.539Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-30T03:35:27.539Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-30T03:35:27.539Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-30T03:35:27.539Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-30T03:35:27.539Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-30T03:35:30.061Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-11-30T03:35:30.204Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-30T03:35:31.432Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-30T03:35:33.673Z] --- PASS: TestContainerKillOnDaemonStart (12.64s) [2020-11-30T03:35:33.673Z] PASS [2020-11-30T03:35:33.673Z] [2020-11-30T03:35:33.673Z] === Skipped [2020-11-30T03:35:33.673Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-11-30T03:35:33.673Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:35:33.673Z] [2020-11-30T03:35:33.673Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-11-30T03:35:33.673Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-11-30T03:35:33.673Z] [2020-11-30T03:35:33.673Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-11-30T03:35:33.673Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-11-30T03:35:33.673Z] [2020-11-30T03:35:33.673Z] [2020-11-30T03:35:33.673Z] DONE 195 tests, 3 skipped in 109.961s [2020-11-30T03:35:33.673Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-11-30T03:35:33.673Z] ++ 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-11-30T03:35:33.673Z] ++ set -e [2020-11-30T03:35:33.673Z] ++ '[' -n 0 ']' [2020-11-30T03:35:33.673Z] ++ set -x [2020-11-30T03:35:33.673Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:35:33.673Z] INFO: Testing against a local daemon [2020-11-30T03:35:33.673Z] === RUN TestCommitInheritsEnv [2020-11-30T03:35:33.967Z] --- PASS: TestCommitInheritsEnv (0.35s) [2020-11-30T03:35:33.967Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-30T03:35:33.967Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-11-30T03:35:33.967Z] === RUN TestImagesFilterMultiReference [2020-11-30T03:35:33.967Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-11-30T03:35:33.967Z] === RUN TestImagePullPlatformInvalid [2020-11-30T03:35:33.967Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-11-30T03:35:33.967Z] === RUN TestRemoveImageOrphaning [2020-11-30T03:35:33.998Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-11-30T03:35:34.261Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2020-11-30T03:35:34.261Z] === RUN TestRemoveImageGarbageCollector [2020-11-30T03:35:34.261Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-11-30T03:35:34.261Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:35:34.261Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-30T03:35:34.570Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-11-30T03:35:34.570Z] === RUN TestTagInvalidReference [2020-11-30T03:35:34.570Z] --- PASS: TestTagInvalidReference (0.02s) [2020-11-30T03:35:34.570Z] === RUN TestTagValidPrefixedRepo [2020-11-30T03:35:34.570Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-11-30T03:35:34.570Z] === RUN TestTagExistedNameWithoutForce [2020-11-30T03:35:34.570Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-11-30T03:35:34.570Z] === RUN TestTagOfficialNames [2020-11-30T03:35:34.570Z] --- PASS: TestTagOfficialNames (0.05s) [2020-11-30T03:35:34.570Z] === RUN TestTagMatchesDigest [2020-11-30T03:35:34.570Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-11-30T03:35:34.570Z] === CONT TestImportExtremelyLargeImageWorks [2020-11-30T03:35:35.408Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-11-30T03:35:35.504Z] --- PASS: TestServiceCreateInit (10.04s) [2020-11-30T03:35:35.504Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.72s) [2020-11-30T03:35:35.504Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.28s) [2020-11-30T03:35:35.504Z] === RUN TestCreateServiceMultipleTimes [2020-11-30T03:35:36.338Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-30T03:35:36.620Z] 4612f6d0b889: Pull complete [2020-11-30T03:35:38.854Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-30T03:35:38.854Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-11-30T03:35:39.111Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-30T03:35:44.358Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-30T03:35:44.615Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-11-30T03:35:45.979Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-11-30T03:35:46.235Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-11-30T03:35:47.163Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-11-30T03:35:50.432Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-30T03:35:50.689Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-30T03:35:52.055Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-30T03:35:52.055Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-11-30T03:35:53.423Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-11-30T03:35:53.986Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-11-30T03:35:55.356Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-30T03:35:55.356Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-11-30T03:35:55.919Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-30T03:35:55.919Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-30T03:35:57.493Z] --- PASS: TestCreateServiceMultipleTimes (19.78s) [2020-11-30T03:35:57.493Z] === RUN TestCreateServiceConflict [2020-11-30T03:35:57.812Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-30T03:35:58.067Z] --- PASS: TestCreateServiceConflict (3.21s) [2020-11-30T03:35:58.067Z] === RUN TestCreateServiceMaxReplicas [2020-11-30T03:35:58.741Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-11-30T03:35:58.998Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-30T03:35:58.998Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-11-30T03:36:00.366Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-30T03:36:02.258Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-11-30T03:36:02.284Z] --- PASS: TestCreateServiceMaxReplicas (3.62s) [2020-11-30T03:36:02.284Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-30T03:36:04.153Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-11-30T03:36:08.324Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-11-30T03:36:09.254Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-11-30T03:36:10.623Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-30T03:36:11.992Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-30T03:36:13.885Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-30T03:36:15.254Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-30T03:36:17.205Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.78s) [2020-11-30T03:36:17.205Z] === RUN TestCreateServiceSecretFileMode [2020-11-30T03:36:17.773Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-11-30T03:36:19.757Z] --- PASS: TestCreateServiceSecretFileMode (3.30s) [2020-11-30T03:36:19.757Z] === RUN TestCreateServiceConfigFileMode [2020-11-30T03:36:20.293Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-11-30T03:36:22.812Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-11-30T03:36:23.067Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2020-11-30T03:36:23.067Z] === RUN TestCreateServiceSysctls [2020-11-30T03:36:23.069Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-11-30T03:36:23.633Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-11-30T03:36:24.196Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-11-30T03:36:26.089Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-30T03:36:26.089Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-11-30T03:36:26.089Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-11-30T03:36:27.023Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-30T03:36:27.023Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-30T03:36:27.286Z] --- PASS: TestCreateServiceSysctls (4.37s) [2020-11-30T03:36:27.286Z] === RUN TestCreateServiceCapabilities [2020-11-30T03:36:28.917Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-11-30T03:36:30.809Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-11-30T03:36:31.373Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-30T03:36:31.501Z] --- PASS: TestCreateServiceCapabilities (3.50s) [2020-11-30T03:36:31.501Z] === RUN TestInspect [2020-11-30T03:36:32.649Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-11-30T03:36:32.649Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-11-30T03:36:32.649Z] remote: Enumerating objects: 2, done. [2020-11-30T03:36:32.649Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-11-30T03:36:32.649Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-11-30T03:36:32.649Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-11-30T03:36:32.649Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-11-30T03:36:32.649Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-11-30T03:36:32.649Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-11-30T03:36:32.997Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/test/unit [2020-11-30T03:36:33.266Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-30T03:36:34.195Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-11-30T03:36:34.812Z] --- PASS: TestInspect (3.59s) [2020-11-30T03:36:34.812Z] === RUN TestCreateJob [2020-11-30T03:36:35.544Z] ? github.com/docker/docker/api [no test files] [2020-11-30T03:36:35.563Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-30T03:36:35.819Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-11-30T03:36:38.339Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-11-30T03:36:39.029Z] --- PASS: TestCreateJob (4.34s) [2020-11-30T03:36:39.029Z] === RUN TestReplicatedJob [2020-11-30T03:36:41.614Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-11-30T03:36:41.870Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-30T03:36:44.388Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-30T03:36:44.645Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-11-30T03:36:45.627Z] --- PASS: TestReplicatedJob (6.54s) [2020-11-30T03:36:45.627Z] === RUN TestUpdateReplicatedJob [2020-11-30T03:36:47.166Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-30T03:36:49.059Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-11-30T03:36:49.843Z] --- PASS: TestUpdateReplicatedJob (4.32s) [2020-11-30T03:36:49.843Z] === RUN TestServiceListWithStatuses [2020-11-30T03:36:49.843Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-30T03:36:49.843Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:36:49.843Z] === RUN TestDockerNetworkConnectAlias [2020-11-30T03:36:50.460Z] ok github.com/docker/docker/api/server 0.028s coverage: 9.0% of statements [2020-11-30T03:36:50.951Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-11-30T03:36:51.881Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-11-30T03:36:52.811Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-11-30T03:36:56.082Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-11-30T03:36:56.470Z] --- PASS: TestDockerNetworkConnectAlias (6.72s) [2020-11-30T03:36:56.470Z] === RUN TestDockerNetworkReConnect [2020-11-30T03:37:01.771Z] --- PASS: TestDockerNetworkReConnect (5.22s) [2020-11-30T03:37:01.771Z] === RUN TestServicePlugin [2020-11-30T03:37:01.771Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-30T03:37:01.771Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:37:01.771Z] === RUN TestServiceUpdateLabel [2020-11-30T03:37:04.172Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-30T03:37:04.172Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-30T03:37:04.172Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-11-30T03:37:05.080Z] --- PASS: TestServiceUpdateLabel (3.23s) [2020-11-30T03:37:05.081Z] === RUN TestServiceUpdateSecrets [2020-11-30T03:37:08.346Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-30T03:37:08.346Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-30T03:37:08.346Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-30T03:37:08.909Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-30T03:37:09.166Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-30T03:37:09.423Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-30T03:37:09.986Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-30T03:37:11.877Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-30T03:37:12.440Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-30T03:37:13.002Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-30T03:37:14.894Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-30T03:37:15.150Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-11-30T03:37:16.520Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-30T03:37:17.083Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-11-30T03:37:18.013Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-30T03:37:19.380Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-30T03:37:19.943Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-11-30T03:37:19.943Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-11-30T03:37:20.005Z] --- PASS: TestServiceUpdateSecrets (15.29s) [2020-11-30T03:37:20.005Z] === RUN TestServiceUpdateConfigs [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite (348.02s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.51s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.70s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.63s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.57s) [2020-11-30T03:37:25.227Z] docker_cli_daemon_test.go:1455: [db4b6fe415d66] daemon is not started [2020-11-30T03:37:25.227Z] check_test.go:309: [d73b32aac9313] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.35s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.82s) [2020-11-30T03:37:25.227Z] check_test.go:309: [d8d3c930cf45f] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.24s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.92s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.47s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.23s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.01s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.27s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.46s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.09s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-11-30T03:37:25.227Z] check_test.go:309: [d57fc986e364b] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-11-30T03:37:25.227Z] check_test.go:309: [de6a36cc4eff9] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.48s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2020-11-30T03:37:25.227Z] check_test.go:309: [d5d3d437fe442] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.60s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.79s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.44s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.56s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-11-30T03:37:25.227Z] check_test.go:309: [dbf7f3d19a6b3] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.20s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.15s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.66s) [2020-11-30T03:37:25.227Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-30T03:37:25.227Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-30T03:37:25.227Z] check_test.go:309: [d7f1db804e333] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.16s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.83s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.71s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.07s) [2020-11-30T03:37:25.227Z] check_test.go:309: [ddcfa114730fa] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.35s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2020-11-30T03:37:25.227Z] check_test.go:309: [d343a3a306d8a] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.19s) [2020-11-30T03:37:25.227Z] docker_cli_daemon_plugins_test.go:79: [d2fa1fa4cd1fd] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.58s) [2020-11-30T03:37:25.227Z] docker_cli_daemon_plugins_test.go:169: [dc39a8774393d] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.82s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-11-30T03:37:25.227Z] check_test.go:309: [d1c16bf375a85] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.68s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.84s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.76s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.79s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.80s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.10s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.37s) [2020-11-30T03:37:25.227Z] check_test.go:309: [def3698c302e3] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.40s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.78s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.46s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.77s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.16s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.74s) [2020-11-30T03:37:25.227Z] check_test.go:309: [db101739189aa] daemon is not started [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.41s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.16s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.74s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.68s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.46s) [2020-11-30T03:37:25.227Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.80s) [2020-11-30T03:37:25.227Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-30T03:37:25.227Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-30T03:37:25.227Z] check_test.go:309: [d2e10eb130a4a] daemon is not started [2020-11-30T03:37:25.227Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-30T03:37:25.228Z] check_test.go:309: [da70acb16b0b1] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.09s) [2020-11-30T03:37:25.228Z] check_test.go:309: [dd981385a30f3] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.68s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.95s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.12s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.67s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.04s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.11s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.57s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.62s) [2020-11-30T03:37:25.228Z] check_test.go:309: [d0984b7a066ae] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.35s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.87s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.94s) [2020-11-30T03:37:25.228Z] check_test.go:309: [d881d4212e2c3] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.64s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.68s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.21s) [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2020-11-30T03:37:25.228Z] check_test.go:309: [d54b6b62b00ea] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.16s) [2020-11-30T03:37:25.228Z] check_test.go:309: [dedf613256264] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.57s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.13s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2020-11-30T03:37:25.228Z] check_test.go:309: [df9bae8b514a6] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.05s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.96s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.00s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2020-11-30T03:37:25.228Z] check_test.go:309: [dc2b6c5d77e07] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.81s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.33s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.90s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.31s) [2020-11-30T03:37:25.228Z] check_test.go:309: [d917eba850931] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.74s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2020-11-30T03:37:25.228Z] check_test.go:309: [dd175e7f9ecc7] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.54s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.06s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.68s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.64s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.94s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.50s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.17s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.28s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.76s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.19s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.15s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.73s) [2020-11-30T03:37:25.228Z] docker_cli_daemon_test.go:2550: [ddf48ef37d9f8] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.71s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.76s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.85s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.76s) [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.18s) [2020-11-30T03:37:25.228Z] check_test.go:309: [d623210075ed3] daemon is not started [2020-11-30T03:37:25.228Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.17s) [2020-11-30T03:37:25.228Z] === RUN TestDockerSwarmSuite [2020-11-30T03:37:25.228Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-11-30T03:37:26.163Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-30T03:37:29.434Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-11-30T03:37:31.955Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-11-30T03:37:37.204Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-11-30T03:37:38.138Z] --- PASS: TestServiceUpdateConfigs (15.40s) [2020-11-30T03:37:38.138Z] === RUN TestServiceUpdateNetwork [2020-11-30T03:37:47.155Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-30T03:37:48.440Z] 680bbdbacf1b: Pull complete [2020-11-30T03:37:48.440Z] Digest: sha256:0da0b0e6cf9cf435c6470f23a97a0b9b80495f3712529abc748d80c5fb59209c [2020-11-30T03:37:48.440Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:37:48.440Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-11-30T03:37:48.440Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-11-30T03:37:48.440Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1577' [2020-11-30T03:37:48.440Z] WARN: Skipping validation tests [2020-11-30T03:37:48.440Z] INFO: Running unit tests at 11/30/2020 03:37:43... [2020-11-30T03:37:48.440Z] INFO: make.ps1 starting at 11/30/2020 03:37:47 [2020-11-30T03:37:48.440Z] INFO: Git commit (35639d804d) assumed from DOCKER_GITCOMMIT environment variable [2020-11-30T03:37:48.440Z] INFO: Invoking autogen... [2020-11-30T03:37:48.520Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-30T03:37:50.000Z] INFO: Running unit tests... [2020-11-30T03:37:50.384Z] --- PASS: TestServiceUpdateNetwork (14.85s) [2020-11-30T03:37:50.384Z] === RUN TestServiceUpdatePidsLimit [2020-11-30T03:37:50.411Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-11-30T03:37:51.339Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-11-30T03:37:52.303Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-30T03:37:52.877Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-30T03:37:57.883Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-30T03:37:58.140Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-30T03:37:59.069Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-30T03:37:59.325Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-30T03:38:00.693Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-30T03:38:00.693Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-30T03:38:00.949Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-30T03:38:01.026Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-30T03:38:02.445Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota 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-11-30T03:38:09.177Z] --- PASS: TestServiceUpdatePidsLimit (17.48s) [2020-11-30T03:38:09.177Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-11-30T03:38:09.177Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-11-30T03:38:09.177Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-11-30T03:38:09.177Z] PASS [2020-11-30T03:38:09.177Z] [2020-11-30T03:38:09.177Z] === Skipped [2020-11-30T03:38:09.177Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-30T03:38:09.177Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:38:09.177Z] [2020-11-30T03:38:09.177Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-11-30T03:38:09.177Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:38:09.177Z] [2020-11-30T03:38:09.177Z] [2020-11-30T03:38:09.177Z] DONE 27 tests, 2 skipped in 163.123s [2020-11-30T03:38:09.177Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-11-30T03:38:09.177Z] ++ 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-11-30T03:38:09.177Z] ++ set -e [2020-11-30T03:38:09.177Z] ++ '[' -n 0 ']' [2020-11-30T03:38:09.177Z] ++ set -x [2020-11-30T03:38:09.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:38:09.177Z] INFO: Testing against a local daemon [2020-11-30T03:38:09.177Z] === RUN TestSessionCreate [2020-11-30T03:38:09.177Z] --- PASS: TestSessionCreate (0.05s) [2020-11-30T03:38:09.177Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-30T03:38:09.177Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-11-30T03:38:09.177Z] PASS [2020-11-30T03:38:09.177Z] [2020-11-30T03:38:09.177Z] DONE 2 tests in 0.280s [2020-11-30T03:38:09.177Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-11-30T03:38:09.177Z] ++ 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-11-30T03:38:09.177Z] ++ set -e [2020-11-30T03:38:09.177Z] ++ '[' -n 0 ']' [2020-11-30T03:38:09.177Z] ++ set -x [2020-11-30T03:38:09.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:38:09.177Z] INFO: Testing against a local daemon [2020-11-30T03:38:09.177Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-30T03:38:09.177Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:38:09.177Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:38:09.177Z] === RUN TestEventsExecDie [2020-11-30T03:38:09.177Z] --- PASS: TestEventsExecDie (0.94s) [2020-11-30T03:38:09.177Z] === RUN TestEventsBackwardsCompatible [2020-11-30T03:38:09.439Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-11-30T03:38:09.439Z] === RUN TestInfoBinaryCommits [2020-11-30T03:38:09.439Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-11-30T03:38:09.439Z] === RUN TestInfoAPIVersioned [2020-11-30T03:38:09.439Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-11-30T03:38:09.439Z] === RUN TestInfoDiscoveryBackend [2020-11-30T03:38:10.014Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-11-30T03:38:10.014Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-30T03:38:10.900Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-30T03:38:11.078Z] ? github.com/docker/docker/api [no test files] [2020-11-30T03:38:11.157Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-30T03:38:11.403Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-30T03:38:11.403Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-30T03:38:11.665Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-11-30T03:38:11.665Z] === RUN TestInfoAPI [2020-11-30T03:38:11.927Z] --- PASS: TestInfoAPI (0.05s) [2020-11-30T03:38:11.927Z] === RUN TestInfoAPIWarnings [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-30T03:38:11.951Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-11-30T03:38:11.951Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-30T03:38:11.951Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/types [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-30T03:38:11.951Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-30T03:38:12.085Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-30T03:38:12.342Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-30T03:38:12.522Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2020-11-30T03:38:12.522Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-30T03:38:12.522Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-30T03:38:12.783Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-11-30T03:38:12.783Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-30T03:38:12.783Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-30T03:38:12.905Z] === RUN TestDockerSuite/TestBuildFails [2020-11-30T03:38:13.468Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-30T03:38:13.468Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-30T03:38:15.984Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-30T03:38:16.990Z] ok github.com/docker/docker/builder/remotecontext 0.083s coverage: 13.7% of statements [2020-11-30T03:38:16.990Z] ok github.com/docker/docker/builder/dockerfile 0.260s coverage: 48.3% of statements [2020-11-30T03:38:16.990Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-30T03:38:17.351Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-30T03:38:17.933Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-11-30T03:38:18.719Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-30T03:38:18.875Z] ok github.com/docker/docker/builder/remotecontext/git 1.256s coverage: 86.3% of statements [2020-11-30T03:38:18.875Z] ? github.com/docker/docker/cli [no test files] [2020-11-30T03:38:18.875Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-30T03:38:20.087Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-30T03:38:20.343Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-11-30T03:38:20.343Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-11-30T03:38:20.343Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-30T03:38:21.712Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-30T03:38:23.084Z] ok github.com/docker/docker/client 0.172s coverage: 75.4% of statements [2020-11-30T03:38:23.604Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-30T03:38:24.533Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-30T03:38:25.096Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-30T03:38:26.988Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-30T03:38:28.355Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-30T03:38:28.850Z] === RUN TestMiddlewares [2020-11-30T03:38:28.850Z] --- PASS: TestMiddlewares (0.00s) [2020-11-30T03:38:28.850Z] PASS [2020-11-30T03:38:28.850Z] coverage: 9.0% of statements [2020-11-30T03:38:28.850Z] ok github.com/docker/docker/api/server 0.158s coverage: 9.0% of statements [2020-11-30T03:38:29.724Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-30T03:38:30.055Z] --- PASS: TestInfoAPIWarnings (16.64s) [2020-11-30T03:38:30.055Z] === RUN TestInfoDebug [2020-11-30T03:38:30.055Z] --- PASS: TestInfoDebug (0.68s) [2020-11-30T03:38:30.055Z] === RUN TestInfoInsecureRegistries [2020-11-30T03:38:30.055Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2020-11-30T03:38:30.055Z] === RUN TestInfoRegistryMirrors [2020-11-30T03:38:30.317Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2020-11-30T03:38:30.317Z] === RUN TestLoginFailsWithBadCredentials [2020-11-30T03:38:30.580Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-11-30T03:38:30.580Z] === RUN TestPingCacheHeaders [2020-11-30T03:38:30.679Z] --- PASS: TestImportExtremelyLargeImageWorks (203.49s) [2020-11-30T03:38:30.679Z] PASS [2020-11-30T03:38:30.679Z] [2020-11-30T03:38:30.679Z] DONE 12 tests in 207.952s [2020-11-30T03:38:30.679Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-11-30T03:38:30.679Z] ++ 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-11-30T03:38:30.679Z] ++ set -e [2020-11-30T03:38:30.679Z] ++ '[' -n 0 ']' [2020-11-30T03:38:30.679Z] ++ set -x [2020-11-30T03:38:30.679Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:38:30.679Z] INFO: Testing against a local daemon [2020-11-30T03:38:30.679Z] === RUN TestNetworkCreateDelete [2020-11-30T03:38:30.846Z] --- PASS: TestPingCacheHeaders (0.06s) [2020-11-30T03:38:30.846Z] === RUN TestPingGet [2020-11-30T03:38:30.846Z] --- PASS: TestPingGet (0.03s) [2020-11-30T03:38:30.846Z] === RUN TestPingHead [2020-11-30T03:38:30.846Z] --- PASS: TestPingHead (0.05s) [2020-11-30T03:38:30.846Z] === RUN TestVersion [2020-11-30T03:38:30.846Z] --- PASS: TestVersion (0.05s) [2020-11-30T03:38:30.846Z] PASS [2020-11-30T03:38:30.846Z] [2020-11-30T03:38:30.846Z] === Skipped [2020-11-30T03:38:30.846Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:38:30.846Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:38:30.846Z] [2020-11-30T03:38:30.846Z] [2020-11-30T03:38:30.846Z] DONE 18 tests, 1 skipped in 22.707s [2020-11-30T03:38:30.846Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-30T03:38:30.846Z] ++ 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-11-30T03:38:30.846Z] ++ set -e [2020-11-30T03:38:30.846Z] ++ '[' -n 0 ']' [2020-11-30T03:38:30.846Z] ++ set -x [2020-11-30T03:38:30.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:38:30.942Z] --- PASS: TestNetworkCreateDelete (0.21s) [2020-11-30T03:38:30.942Z] === RUN TestDockerNetworkDeletePreferID [2020-11-30T03:38:31.109Z] INFO: Testing against a local daemon [2020-11-30T03:38:31.109Z] === RUN TestVolumesCreateAndList [2020-11-30T03:38:31.109Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-11-30T03:38:31.109Z] === RUN TestVolumesRemove [2020-11-30T03:38:31.109Z] --- PASS: TestVolumesRemove (0.12s) [2020-11-30T03:38:31.109Z] === RUN TestVolumesInspect [2020-11-30T03:38:31.372Z] --- PASS: TestVolumesInspect (0.04s) [2020-11-30T03:38:31.372Z] === RUN TestVolumesInvalidJSON [2020-11-30T03:38:31.372Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-30T03:38:31.372Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-30T03:38:31.372Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-30T03:38:31.372Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-11-30T03:38:31.372Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-30T03:38:31.372Z] PASS [2020-11-30T03:38:31.372Z] [2020-11-30T03:38:31.372Z] DONE 5 tests in 0.398s [2020-11-30T03:38:31.372Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T03:38:31.504Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2020-11-30T03:38:31.504Z] === RUN TestDaemonDNSFallback [2020-11-30T03:38:31.635Z] ++++ cat bundles/test-integration/docker.pid [2020-11-30T03:38:31.635Z] +++ kill 13853 [2020-11-30T03:38:33.025Z] +++ /etc/init.d/apparmor stop [2020-11-30T03:38:33.025Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:38:33.025Z] [2020-11-30T03:38:33.025Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:38:33.025Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:38:33.025Z] [2020-11-30T03:38:33.025Z] To set a process to complain mode, use the command line tool [2020-11-30T03:38:33.025Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:38:33.025Z] +++ true [2020-11-30T03:38:33.025Z] exiting test-integration [2020-11-30T03:38:33.025Z] ++ exit 0 [2020-11-30T03:38:33.025Z] [2020-11-30T03:38:33.403Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-30T03:38:33.661Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-30T03:38:34.222Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-30T03:38:34.784Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-30T03:38:35.346Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-30T03:38:35.602Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun Post stage [Pipeline] junit [2020-11-30T03:38:36.353Z] Recording test results [2020-11-30T03:38:36.531Z] === RUN TestDockerSuite/TestBuildLabel [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-30T03:38:36.787Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-30T03:38:37.000Z] + echo Ensuring container killed. [2020-11-30T03:38:37.000Z] Ensuring container killed. [2020-11-30T03:38:37.000Z] + docker rm -vf docker-pr3 [2020-11-30T03:38:37.000Z] Error: No such container: docker-pr3 [2020-11-30T03:38:37.000Z] + true [Pipeline] sh [2020-11-30T03:38:37.043Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-30T03:38:37.293Z] + echo Chowning /workspace to jenkins user [2020-11-30T03:38:37.293Z] Chowning /workspace to jenkins user [2020-11-30T03:38:37.293Z] + id -u [2020-11-30T03:38:37.293Z] + id -g [2020-11-30T03:38:37.293Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41728:/workspace busybox chown -R 1000:1000 /workspace [2020-11-30T03:38:37.293Z] Unable to find image 'busybox:latest' locally [2020-11-30T03:38:37.293Z] latest: Pulling from library/busybox [2020-11-30T03:38:37.299Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-30T03:38:37.555Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-30T03:38:37.555Z] 43537633ae56: Pulling fs layer [2020-11-30T03:38:37.555Z] 43537633ae56: Download complete [2020-11-30T03:38:37.812Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-30T03:38:37.816Z] 43537633ae56: Pull complete [2020-11-30T03:38:37.816Z] Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2 [2020-11-30T03:38:37.816Z] Status: Downloaded newer image for busybox:latest [2020-11-30T03:38:38.068Z] --- PASS: TestDaemonDNSFallback (6.72s) [2020-11-30T03:38:38.068Z] === RUN TestInspectNetwork [2020-11-30T03:38:39.081Z] === RUN TestDockerSuite/TestBuildLabelsOverride [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T03:38:41.524Z] + bundleName=arm64-integration [2020-11-30T03:38:41.524Z] + echo Creating arm64-integration-bundles.tar.gz [2020-11-30T03:38:41.524Z] Creating arm64-integration-bundles.tar.gz [2020-11-30T03:38:41.524Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-11-30T03:38:41.524Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-11-30T03:38:41.602Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [Pipeline] archiveArtifacts [2020-11-30T03:38:41.803Z] Archiving artifacts [2020-11-30T03:38:41.859Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-30T03:38:42.117Z] === RUN TestInspectNetwork/full_network_id [2020-11-30T03:38:42.117Z] === RUN TestInspectNetwork/partial_network_id [2020-11-30T03:38:42.117Z] === RUN TestInspectNetwork/network_name [2020-11-30T03:38:42.117Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-30T03:38:42.375Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-11-30T03:38:43.811Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T03:38:44.166Z] + make clean [2020-11-30T03:38:44.740Z] docker volume rm -f docker-dev-cache [2020-11-30T03:38:44.740Z] docker-dev-cache [Pipeline] deleteDir [2020-11-30T03:38:46.546Z] --- PASS: TestInspectNetwork (8.43s) [2020-11-30T03:38:46.546Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-30T03:38:46.546Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-30T03:38:46.546Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-30T03:38:46.546Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-30T03:38:46.546Z] === RUN TestRunContainerWithBridgeNone [2020-11-30T03:38:46.546Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-30T03:38:48.439Z] --- PASS: TestRunContainerWithBridgeNone (1.97s) [2020-11-30T03:38:48.439Z] === RUN TestNetworkInvalidJSON [2020-11-30T03:38:48.439Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-30T03:38:48.439Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-30T03:38:48.439Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:38:48.439Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:38:48.439Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:38:48.439Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:38:48.439Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-30T03:38:48.439Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:38:48.439Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:38:48.439Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-11-30T03:38:48.439Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-30T03:38:48.439Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-30T03:38:48.439Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-30T03:38:48.439Z] === RUN TestHostIPv4BridgeLabel [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-30T03:38:49.001Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-11-30T03:38:49.001Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-30T03:38:49.259Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-30T03:38:49.517Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-30T03:38:49.517Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-30T03:38:49.517Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-30T03:38:49.774Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-30T03:38:50.031Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-30T03:38:50.289Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2020-11-30T03:38:50.289Z] === RUN TestDaemonDefaultNetworkPools [2020-11-30T03:38:50.853Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2020-11-30T03:38:50.853Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-30T03:38:51.416Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-30T03:38:51.979Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-11-30T03:38:51.979Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-30T03:38:52.543Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-30T03:38:53.475Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2020-11-30T03:38:53.475Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-30T03:38:54.041Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-11-30T03:38:54.041Z] === RUN TestServiceWithPredefinedNetwork [2020-11-30T03:38:55.409Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-30T03:38:55.973Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-30T03:38:56.562Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-30T03:38:56.824Z] --- PASS: TestServiceWithPredefinedNetwork (2.86s) [2020-11-30T03:38:56.824Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-30T03:38:56.824Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:38:56.824Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:38:56.824Z] === RUN TestServiceWithDataPathPortInit [2020-11-30T03:38:57.199Z] --- PASS: TestImportExtremelyLargeImageWorks (195.98s) [2020-11-30T03:38:57.199Z] PASS [2020-11-30T03:38:57.199Z] [2020-11-30T03:38:57.199Z] === Skipped [2020-11-30T03:38:57.199Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-11-30T03:38:57.199Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:38:57.199Z] [2020-11-30T03:38:57.199Z] [2020-11-30T03:38:57.199Z] DONE 12 tests, 1 skipped in 197.020s [2020-11-30T03:38:57.199Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-11-30T03:38:57.199Z] ++ 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-11-30T03:38:57.199Z] ++ set -e [2020-11-30T03:38:57.199Z] ++ '[' -n 0 ']' [2020-11-30T03:38:57.199Z] ++ set -x [2020-11-30T03:38:57.199Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:38:57.199Z] INFO: Testing against a local daemon [2020-11-30T03:38:57.199Z] === RUN TestNetworkCreateDelete [2020-11-30T03:38:57.199Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-11-30T03:38:57.199Z] === RUN TestDockerNetworkDeletePreferID [2020-11-30T03:38:57.199Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-11-30T03:38:57.199Z] === RUN TestDaemonDNSFallback [2020-11-30T03:38:57.199Z] --- PASS: TestDaemonDNSFallback (1.52s) [2020-11-30T03:38:57.199Z] === RUN TestInspectNetwork [2020-11-30T03:38:57.199Z] === RUN TestInspectNetwork/full_network_id [2020-11-30T03:38:57.199Z] === RUN TestInspectNetwork/partial_network_id [2020-11-30T03:38:57.199Z] === RUN TestInspectNetwork/network_name [2020-11-30T03:38:57.199Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-11-30T03:38:59.944Z] --- PASS: TestInspectNetwork (7.12s) [2020-11-30T03:38:59.944Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-11-30T03:38:59.944Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-11-30T03:38:59.944Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-11-30T03:38:59.944Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-11-30T03:38:59.944Z] === RUN TestRunContainerWithBridgeNone [2020-11-30T03:39:01.890Z] ok github.com/docker/docker/cmd/dockerd 0.081s coverage: 29.1% of statements [2020-11-30T03:39:01.890Z] ok github.com/docker/docker/container 0.118s coverage: 34.7% of statements [2020-11-30T03:39:01.890Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-30T03:39:01.890Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-30T03:39:01.890Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-30T03:39:01.890Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-30T03:39:02.026Z] --- PASS: TestRunContainerWithBridgeNone (1.86s) [2020-11-30T03:39:02.026Z] === RUN TestNetworkInvalidJSON [2020-11-30T03:39:02.026Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-30T03:39:02.026Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-30T03:39:02.026Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:39:02.026Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:39:02.026Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:39:02.026Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:39:02.026Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-30T03:39:02.027Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:39:02.027Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:39:02.027Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-11-30T03:39:02.027Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-11-30T03:39:02.027Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-11-30T03:39:02.027Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-11-30T03:39:02.027Z] === RUN TestHostIPv4BridgeLabel [2020-11-30T03:39:02.321Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-11-30T03:39:02.321Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-30T03:39:03.366Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-11-30T03:39:03.366Z] === RUN TestDaemonDefaultNetworkPools [2020-11-30T03:39:03.368Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-30T03:39:07.335Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-30T03:39:07.335Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-30T03:39:07.361Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2020-11-30T03:39:07.362Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-30T03:39:07.362Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-11-30T03:39:07.362Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-30T03:39:07.362Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2020-11-30T03:39:07.362Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-30T03:39:07.362Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-11-30T03:39:07.362Z] === RUN TestServiceWithPredefinedNetwork [2020-11-30T03:39:09.226Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-30T03:39:09.226Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-30T03:39:09.446Z] --- PASS: TestServiceWithPredefinedNetwork (2.07s) [2020-11-30T03:39:09.446Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-30T03:39:09.446Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:39:09.446Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:39:09.446Z] === RUN TestServiceWithDataPathPortInit [2020-11-30T03:39:10.082Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2020-11-30T03:39:11.024Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-11-30T03:39:12.411Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-11-30T03:39:12.502Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-30T03:39:12.502Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-30T03:39:12.758Z] --- PASS: TestServiceWithDataPathPortInit (15.93s) [2020-11-30T03:39:12.758Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-30T03:39:14.127Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-30T03:39:14.127Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-30T03:39:16.020Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-30T03:39:16.582Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-30T03:39:17.145Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-30T03:39:17.840Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-30T03:39:18.768Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-30T03:39:19.024Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-30T03:39:19.024Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-30T03:39:19.280Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-30T03:39:19.843Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-30T03:39:20.100Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-30T03:39:21.040Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.37s) [2020-11-30T03:39:21.040Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zk941man7ujsd1i5syrhtecq6 Created:2020-11-30 03:39:14.347625897 +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[e285a53a74b1ee656813f6d70a4d4c9d8a59448a8c0278b55d239c962ee2e258:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u91b6dnwjxgejr8k50q2ssb2p EndpointID:6365473d02cb2b3035b796d38efca04a072bfa20d0a48c43cacd40167c033b40 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a27e56ac0fd7874d1e9701d9a06931ca01325452718e88bd680c47bb41ee3cf9 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:c8d4108cc460 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u91b6dnwjxgejr8k50q2ssb2p EndpointID:6365473d02cb2b3035b796d38efca04a072bfa20d0a48c43cacd40167c033b40 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-30T03:39:21.040Z] PASS [2020-11-30T03:39:21.040Z] [2020-11-30T03:39:21.040Z] === Skipped [2020-11-30T03:39:21.040Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:39:21.040Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:39:21.040Z] [2020-11-30T03:39:21.040Z] [2020-11-30T03:39:21.040Z] DONE 23 tests, 1 skipped in 50.659s [2020-11-30T03:39:21.297Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:39:21.297Z] ++ 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-11-30T03:39:21.297Z] ++ set -e [2020-11-30T03:39:21.297Z] ++ '[' -n 0 ']' [2020-11-30T03:39:21.297Z] ++ set -x [2020-11-30T03:39:21.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:21.298Z] INFO: Testing against a local daemon [2020-11-30T03:39:21.298Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-30T03:39:21.298Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-30T03:39:21.298Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:21.298Z] === RUN TestDockerNetworkIpvlan [2020-11-30T03:39:21.298Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:39:21.298Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:21.298Z] PASS [2020-11-30T03:39:21.298Z] [2020-11-30T03:39:21.298Z] === Skipped [2020-11-30T03:39:21.298Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-11-30T03:39:21.298Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:21.298Z] [2020-11-30T03:39:21.298Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:39:21.298Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:21.298Z] [2020-11-30T03:39:21.298Z] [2020-11-30T03:39:21.298Z] DONE 2 tests, 2 skipped in 0.186s [2020-11-30T03:39:21.298Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:39:21.298Z] ++ 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-11-30T03:39:21.298Z] ++ set -e [2020-11-30T03:39:21.298Z] ++ '[' -n 0 ']' [2020-11-30T03:39:21.298Z] ++ set -x [2020-11-30T03:39:21.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:21.554Z] INFO: Testing against a local daemon [2020-11-30T03:39:21.554Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-30T03:39:21.810Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-30T03:39:22.374Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-30T03:39:22.411Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 14.1% of statements [2020-11-30T03:39:22.411Z] ok github.com/docker/docker/daemon 12.207s coverage: 17.2% of statements [2020-11-30T03:39:22.411Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-30T03:39:22.411Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-30T03:39:22.936Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-11-30T03:39:22.936Z] === RUN TestDockerNetworkMacvlan [2020-11-30T03:39:23.353Z] ok github.com/docker/docker/daemon/config 0.049s coverage: 81.8% of statements [2020-11-30T03:39:23.865Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-30T03:39:23.925Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2020-11-30T03:39:24.428Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-30T03:39:24.495Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-11-30T03:39:24.495Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-30T03:39:24.495Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-30T03:39:24.685Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-30T03:39:24.834Z] --- PASS: TestServiceWithDataPathPortInit (13.60s) [2020-11-30T03:39:24.834Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-30T03:39:25.438Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-11-30T03:39:25.613Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-30T03:39:25.868Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-30T03:39:27.761Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-30T03:39:27.982Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.397s coverage: 73.1% of statements [2020-11-30T03:39:28.017Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-30T03:39:28.243Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-11-30T03:39:28.946Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-30T03:39:29.628Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.403s coverage: 56.2% of statements [2020-11-30T03:39:30.313Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-30T03:39:30.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-11-30T03:39:30.409Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s) [2020-11-30T03:39:30.409Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:h7368gbw2tmotsa4827vib4t6 Created:2020-11-30 03:39:23.969992249 +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[f88060630589e0239854d71c19b51ddbd88b8d6ac91b14427c12bccf76a07427:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t01da9hha99xdxoyjffymxt1n EndpointID:259aa9a0b59a34d6be39f44c2af84b53e38f86f2897280fb16fa3ca9fdd2b1e1 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f6f0647255626e32cfd9577796b3c043c967851c8955f503abff5673ec9e66db 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:f6cdd2674350 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t01da9hha99xdxoyjffymxt1n EndpointID:259aa9a0b59a34d6be39f44c2af84b53e38f86f2897280fb16fa3ca9fdd2b1e1 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-11-30T03:39:30.409Z] PASS [2020-11-30T03:39:30.409Z] [2020-11-30T03:39:30.409Z] === Skipped [2020-11-30T03:39:30.409Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:39:30.409Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:39:30.409Z] [2020-11-30T03:39:30.409Z] [2020-11-30T03:39:30.409Z] DONE 23 tests, 1 skipped in 39.264s [2020-11-30T03:39:30.409Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:39:30.409Z] ++ 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-11-30T03:39:30.409Z] ++ set -e [2020-11-30T03:39:30.409Z] ++ '[' -n 0 ']' [2020-11-30T03:39:30.409Z] ++ set -x [2020-11-30T03:39:30.409Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:30.409Z] INFO: Testing against a local daemon [2020-11-30T03:39:30.409Z] === RUN TestDockerNetworkIpvlanPersistance [2020-11-30T03:39:30.409Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-30T03:39:30.409Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:30.409Z] === RUN TestDockerNetworkIpvlan [2020-11-30T03:39:30.409Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:39:30.409Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:30.409Z] PASS [2020-11-30T03:39:30.409Z] [2020-11-30T03:39:30.409Z] === Skipped [2020-11-30T03:39:30.409Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-11-30T03:39:30.409Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:30.409Z] [2020-11-30T03:39:30.409Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-11-30T03:39:30.410Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-11-30T03:39:30.410Z] [2020-11-30T03:39:30.410Z] [2020-11-30T03:39:30.410Z] DONE 2 tests, 2 skipped in 0.078s [2020-11-30T03:39:30.410Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-11-30T03:39:30.410Z] ++ 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-11-30T03:39:30.410Z] ++ set -e [2020-11-30T03:39:30.410Z] ++ '[' -n 0 ']' [2020-11-30T03:39:30.410Z] ++ set -x [2020-11-30T03:39:30.410Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:30.410Z] INFO: Testing against a local daemon [2020-11-30T03:39:30.410Z] === RUN TestDockerNetworkMacvlanPersistance [2020-11-30T03:39:30.569Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-30T03:39:30.569Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-30T03:39:31.456Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-11-30T03:39:31.456Z] === RUN TestDockerNetworkMacvlan [2020-11-30T03:39:32.094Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-11-30T03:39:32.187Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2020-11-30T03:39:32.240Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-11-30T03:39:32.240Z] === RUN TestBoolValue [2020-11-30T03:39:32.240Z] --- PASS: TestBoolValue (0.00s) [2020-11-30T03:39:32.240Z] === RUN TestBoolValueOrDefault [2020-11-30T03:39:32.240Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-11-30T03:39:32.240Z] === RUN TestInt64ValueOrZero [2020-11-30T03:39:32.240Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-11-30T03:39:32.240Z] === RUN TestInt64ValueOrDefault [2020-11-30T03:39:32.240Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-11-30T03:39:32.240Z] === RUN TestInt64ValueOrDefaultWithError [2020-11-30T03:39:32.240Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-11-30T03:39:32.240Z] === RUN TestJsonContentType [2020-11-30T03:39:32.240Z] --- PASS: TestJsonContentType (0.00s) [2020-11-30T03:39:32.240Z] PASS [2020-11-30T03:39:32.240Z] coverage: 14.7% of statements [2020-11-30T03:39:32.240Z] ok github.com/docker/docker/api/server/httputils 0.128s coverage: 14.7% of statements [2020-11-30T03:39:33.129Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.544s coverage: 46.2% of statements [2020-11-30T03:39:33.129Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-30T03:39:33.153Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-11-30T03:39:33.701Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.323s coverage: 49.5% of statements [2020-11-30T03:39:33.797Z] === RUN TestMaskSecretKeys [2020-11-30T03:39:33.797Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-11-30T03:39:33.797Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-11-30T03:39:33.797Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-11-30T03:39:33.797Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-11-30T03:39:33.797Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-11-30T03:39:33.797Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-11-30T03:39:33.797Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-11-30T03:39:33.797Z] === RUN TestVersionMiddlewareVersion [2020-11-30T03:39:33.797Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-11-30T03:39:33.797Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-11-30T03:39:33.797Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-11-30T03:39:33.797Z] PASS [2020-11-30T03:39:33.797Z] coverage: 37.7% of statements [2020-11-30T03:39:33.797Z] ok github.com/docker/docker/api/server/middleware 0.178s coverage: 37.7% of statements [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-11-30T03:39:33.797Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-11-30T03:39:34.192Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-11-30T03:39:34.741Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-30T03:39:34.778Z] === RUN TestStrSliceMarshalJSON [2020-11-30T03:39:34.778Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-11-30T03:39:34.778Z] === RUN TestStrSliceUnmarshalJSON [2020-11-30T03:39:34.778Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-11-30T03:39:34.778Z] === RUN TestStrSliceUnmarshalString [2020-11-30T03:39:34.778Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-11-30T03:39:34.778Z] === RUN TestStrSliceUnmarshalSlice [2020-11-30T03:39:34.778Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-11-30T03:39:34.778Z] PASS [2020-11-30T03:39:34.778Z] coverage: 90.0% of statements [2020-11-30T03:39:34.778Z] ok github.com/docker/docker/api/types/strslice 0.071s coverage: 90.0% of statements [2020-11-30T03:39:35.243Z] === RUN TestToJSON [2020-11-30T03:39:35.243Z] --- PASS: TestToJSON (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestToParamWithVersion [2020-11-30T03:39:35.243Z] --- PASS: TestToParamWithVersion (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestFromJSON [2020-11-30T03:39:35.243Z] --- PASS: TestFromJSON (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestEmpty [2020-11-30T03:39:35.243Z] --- PASS: TestEmpty (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestArgsMatchKVListEmptySources [2020-11-30T03:39:35.243Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestArgsMatchKVList [2020-11-30T03:39:35.243Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestArgsMatch [2020-11-30T03:39:35.243Z] --- PASS: TestArgsMatch (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestAdd [2020-11-30T03:39:35.243Z] --- PASS: TestAdd (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestDel [2020-11-30T03:39:35.243Z] --- PASS: TestDel (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestLen [2020-11-30T03:39:35.243Z] --- PASS: TestLen (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestExactMatch [2020-11-30T03:39:35.243Z] --- PASS: TestExactMatch (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestOnlyOneExactMatch [2020-11-30T03:39:35.243Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestContains [2020-11-30T03:39:35.243Z] --- PASS: TestContains (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestValidate [2020-11-30T03:39:35.243Z] --- PASS: TestValidate (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestWalkValues [2020-11-30T03:39:35.243Z] --- PASS: TestWalkValues (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestFuzzyMatch [2020-11-30T03:39:35.243Z] --- PASS: TestFuzzyMatch (0.00s) [2020-11-30T03:39:35.243Z] === RUN TestClone [2020-11-30T03:39:35.243Z] --- PASS: TestClone (0.00s) [2020-11-30T03:39:35.243Z] PASS [2020-11-30T03:39:35.243Z] coverage: 92.2% of statements [2020-11-30T03:39:35.243Z] ok github.com/docker/docker/api/types/filters 0.071s coverage: 92.2% of statements [2020-11-30T03:39:35.615Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.494s coverage: 57.7% of statements [2020-11-30T03:39:35.615Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-11-30T03:39:35.615Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-30T03:39:35.615Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.035s coverage: 58.0% of statements [2020-11-30T03:39:35.708Z] === RUN TestAdjustForAPIVersion [2020-11-30T03:39:35.709Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-11-30T03:39:35.709Z] PASS [2020-11-30T03:39:35.709Z] coverage: 5.7% of statements [2020-11-30T03:39:35.709Z] ok github.com/docker/docker/api/server/router/swarm 0.149s coverage: 5.7% of statements [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/container [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/events [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/image [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/network [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-11-30T03:39:35.709Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-11-30T03:39:35.709Z] === RUN TestDurationToSecondsString [2020-11-30T03:39:35.709Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-11-30T03:39:35.709Z] === RUN TestGetTimestamp [2020-11-30T03:39:36.175Z] --- PASS: TestGetTimestamp (0.18s) [2020-11-30T03:39:36.175Z] === RUN TestParseTimestamps [2020-11-30T03:39:36.175Z] --- PASS: TestParseTimestamps (0.00s) [2020-11-30T03:39:36.175Z] PASS [2020-11-30T03:39:36.175Z] coverage: 100.0% of statements [2020-11-30T03:39:36.175Z] ok github.com/docker/docker/api/types/time 0.328s coverage: 100.0% of statements [2020-11-30T03:39:36.175Z] === RUN TestCompareVersion [2020-11-30T03:39:36.175Z] --- PASS: TestCompareVersion (0.00s) [2020-11-30T03:39:36.175Z] PASS [2020-11-30T03:39:36.175Z] coverage: 75.0% of statements [2020-11-30T03:39:36.175Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 75.0% of statements [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-11-30T03:39:36.175Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-11-30T03:39:36.279Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-11-30T03:39:36.633Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-30T03:39:36.890Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-30T03:39:37.528Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2020-11-30T03:39:37.819Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan (14.66s) [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.25s) [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.38s) [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.23s) [2020-11-30T03:39:37.819Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2020-11-30T03:39:37.819Z] PASS [2020-11-30T03:39:37.819Z] [2020-11-30T03:39:37.819Z] DONE 8 tests in 16.212s [2020-11-30T03:39:37.819Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-30T03:39:37.819Z] ++ 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-11-30T03:39:37.819Z] ++ set -e [2020-11-30T03:39:37.819Z] ++ '[' -n 0 ']' [2020-11-30T03:39:37.819Z] ++ set -x [2020-11-30T03:39:37.819Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:37.819Z] testing: warning: no tests to run [2020-11-30T03:39:37.819Z] PASS [2020-11-30T03:39:37.819Z] [2020-11-30T03:39:37.819Z] DONE 0 tests in 0.043s [2020-11-30T03:39:37.819Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-30T03:39:37.819Z] ++ 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-11-30T03:39:37.819Z] ++ set -e [2020-11-30T03:39:37.819Z] ++ '[' -n 0 ']' [2020-11-30T03:39:37.819Z] ++ set -x [2020-11-30T03:39:37.819Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:37.819Z] INFO: Testing against a local daemon [2020-11-30T03:39:37.819Z] === RUN TestAuthZPluginAllowRequest [2020-11-30T03:39:38.363Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-11-30T03:39:38.377Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-11-30T03:39:38.377Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-11-30T03:39:38.377Z] === RUN TestCloneArgsSmartHttp [2020-11-30T03:39:38.377Z] --- PASS: TestCloneArgsSmartHttp (0.04s) [2020-11-30T03:39:38.377Z] === RUN TestCloneArgsDumbHttp [2020-11-30T03:39:38.377Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-11-30T03:39:38.377Z] === RUN TestCloneArgsGit [2020-11-30T03:39:38.377Z] --- PASS: TestCloneArgsGit (0.00s) [2020-11-30T03:39:38.377Z] === RUN TestCheckoutGit [2020-11-30T03:39:38.382Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-30T03:39:38.470Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2020-11-30T03:39:39.315Z] --- PASS: TestAuthZPluginAllowRequest (1.55s) [2020-11-30T03:39:39.315Z] === RUN TestAuthZPluginTLS [2020-11-30T03:39:39.411Z] ok github.com/docker/docker/daemon/images 0.053s coverage: 6.5% of statements [2020-11-30T03:39:39.412Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-30T03:39:39.412Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-30T03:39:39.878Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-11-30T03:39:39.878Z] === RUN TestAuthZPluginDenyRequest [2020-11-30T03:39:39.935Z] === RUN TestEnable [2020-11-30T03:39:39.935Z] --- PASS: TestEnable (0.00s) [2020-11-30T03:39:39.935Z] === RUN TestDisable [2020-11-30T03:39:39.935Z] --- PASS: TestDisable (0.00s) [2020-11-30T03:39:39.935Z] === RUN TestEnabled [2020-11-30T03:39:39.935Z] --- PASS: TestEnabled (0.00s) [2020-11-30T03:39:39.935Z] PASS [2020-11-30T03:39:39.935Z] coverage: 100.0% of statements [2020-11-30T03:39:39.935Z] ok github.com/docker/docker/cli/debug 0.049s coverage: 100.0% of statements [2020-11-30T03:39:40.356Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 41.0% of statements [2020-11-30T03:39:40.442Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-11-30T03:39:40.442Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-30T03:39:41.004Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-11-30T03:39:41.004Z] === RUN TestAuthZPluginDenyResponse [2020-11-30T03:39:41.489Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-11-30T03:39:41.489Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2020-11-30T03:39:41.489Z] === RUN TestProcessNoDockerignore [2020-11-30T03:39:41.489Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestProcessShouldLeaveAllFiles [2020-11-30T03:39:41.489Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestDetectContentType [2020-11-30T03:39:41.489Z] --- PASS: TestDetectContentType (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestSelectAcceptableMIME [2020-11-30T03:39:41.489Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestInspectEmptyResponse [2020-11-30T03:39:41.489Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestInspectResponseBinary [2020-11-30T03:39:41.489Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestResponseUnsupportedContentType [2020-11-30T03:39:41.489Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestInspectResponseTextSimple [2020-11-30T03:39:41.489Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestInspectResponseEmptyContentType [2020-11-30T03:39:41.489Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestUnknownContentLength [2020-11-30T03:39:41.489Z] --- PASS: TestUnknownContentLength (0.00s) [2020-11-30T03:39:41.489Z] === RUN TestDownloadRemote [2020-11-30T03:39:41.489Z] --- PASS: TestDownloadRemote (0.08s) [2020-11-30T03:39:41.489Z] === RUN TestGetWithStatusError [2020-11-30T03:39:41.489Z] --- PASS: TestGetWithStatusError (0.01s) [2020-11-30T03:39:41.489Z] === RUN TestCloseRootDirectory [2020-11-30T03:39:41.489Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-11-30T03:39:41.489Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:39:41.489Z] === RUN TestHashFile [2020-11-30T03:39:41.489Z] --- SKIP: TestHashFile (0.00s) [2020-11-30T03:39:41.489Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:39:41.489Z] === RUN TestHashSubdir [2020-11-30T03:39:41.489Z] --- SKIP: TestHashSubdir (0.01s) [2020-11-30T03:39:41.489Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:39:41.489Z] === RUN TestRemoveDirectory [2020-11-30T03:39:41.489Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-11-30T03:39:41.489Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:39:41.489Z] PASS [2020-11-30T03:39:41.489Z] coverage: 9.3% of statements [2020-11-30T03:39:41.489Z] ok github.com/docker/docker/builder/remotecontext 0.726s coverage: 9.3% of statements [2020-11-30T03:39:41.567Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2020-11-30T03:39:41.567Z] === RUN TestAuthZPluginAllowEventStream [2020-11-30T03:39:41.743Z] ok github.com/docker/docker/daemon/logger/awslogs 0.217s coverage: 77.4% of statements [2020-11-30T03:39:41.743Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-30T03:39:41.743Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-30T03:39:41.743Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2020-11-30T03:39:41.897Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-11-30T03:39:41.953Z] === RUN TestGetAllAllowed [2020-11-30T03:39:41.953Z] --- PASS: TestGetAllAllowed (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestGetAllMeta [2020-11-30T03:39:41.953Z] --- PASS: TestGetAllMeta (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestWarnOnUnusedBuildArgs [2020-11-30T03:39:41.953Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestIsUnreferencedBuiltin [2020-11-30T03:39:41.953Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestIsExistingDirectory [2020-11-30T03:39:41.953Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestGetFilenameForDownload [2020-11-30T03:39:41.953Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestEnv2Variables [2020-11-30T03:39:41.953Z] --- PASS: TestEnv2Variables (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-11-30T03:39:41.953Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestMaintainer [2020-11-30T03:39:41.953Z] --- PASS: TestMaintainer (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestLabel [2020-11-30T03:39:41.953Z] --- PASS: TestLabel (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestFromScratch [2020-11-30T03:39:41.953Z] --- PASS: TestFromScratch (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestFromWithArg [2020-11-30T03:39:41.953Z] --- PASS: TestFromWithArg (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-11-30T03:39:41.953Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestFromWithUndefinedArg [2020-11-30T03:39:41.953Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestFromMultiStageWithNamedStage [2020-11-30T03:39:41.953Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestOnbuild [2020-11-30T03:39:41.953Z] --- PASS: TestOnbuild (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestWorkdir [2020-11-30T03:39:41.953Z] --- PASS: TestWorkdir (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestCmd [2020-11-30T03:39:41.953Z] --- PASS: TestCmd (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestHealthcheckNone [2020-11-30T03:39:41.953Z] --- PASS: TestHealthcheckNone (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestHealthcheckCmd [2020-11-30T03:39:41.953Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestEntrypoint [2020-11-30T03:39:41.953Z] --- PASS: TestEntrypoint (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestExpose [2020-11-30T03:39:41.953Z] --- PASS: TestExpose (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestUser [2020-11-30T03:39:41.953Z] --- PASS: TestUser (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestVolume [2020-11-30T03:39:41.953Z] --- PASS: TestVolume (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestStopSignal [2020-11-30T03:39:41.953Z] --- SKIP: TestStopSignal (0.00s) [2020-11-30T03:39:41.953Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-30T03:39:41.953Z] === RUN TestArg [2020-11-30T03:39:41.953Z] --- PASS: TestArg (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestShell [2020-11-30T03:39:41.953Z] --- PASS: TestShell (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestPrependEnvOnCmd [2020-11-30T03:39:41.953Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestRunWithBuildArgs [2020-11-30T03:39:41.953Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestRunIgnoresHealthcheck [2020-11-30T03:39:41.953Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestNormalizeWorkdir [2020-11-30T03:39:41.953Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-11-30T03:39:41.953Z] === RUN TestDispatch [2020-11-30T03:39:41.953Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-11-30T03:39:41.953Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-11-30T03:39:41.953Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-11-30T03:39:41.953Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-11-30T03:39:42.418Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-11-30T03:39:42.418Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-11-30T03:39:42.418Z] === RUN TestDispatch/COPY_url [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch (0.12s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.05s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-11-30T03:39:42.418Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestAddScratchImageAddsToMounts [2020-11-30T03:39:42.418Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestAddFromScratchPopulatesPlatform [2020-11-30T03:39:42.418Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-11-30T03:39:42.418Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-11-30T03:39:42.418Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestImageSourceGetAddsToMounts [2020-11-30T03:39:42.418Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestEmptyDockerfile [2020-11-30T03:39:42.418Z] --- PASS: TestEmptyDockerfile (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestSymlinkDockerfile [2020-11-30T03:39:42.418Z] --- PASS: TestSymlinkDockerfile (0.02s) [2020-11-30T03:39:42.418Z] === RUN TestDockerfileOutsideTheBuildContext [2020-11-30T03:39:42.418Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestNonExistingDockerfile [2020-11-30T03:39:42.418Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestCopyRunConfig [2020-11-30T03:39:42.418Z] --- PASS: TestCopyRunConfig (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestDeepCopyRunConfig [2020-11-30T03:39:42.418Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestExportImage [2020-11-30T03:39:42.418Z] --- PASS: TestExportImage (0.00s) [2020-11-30T03:39:42.418Z] === RUN TestNormalizeDest [2020-11-30T03:39:42.418Z] --- PASS: TestNormalizeDest (0.00s) [2020-11-30T03:39:42.418Z] PASS [2020-11-30T03:39:42.418Z] coverage: 46.6% of statements [2020-11-30T03:39:42.418Z] ok github.com/docker/docker/builder/dockerfile 0.529s coverage: 46.6% of statements [2020-11-30T03:39:42.418Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan (10.97s) [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s) [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.19s) [2020-11-30T03:39:42.535Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2020-11-30T03:39:42.535Z] PASS [2020-11-30T03:39:42.535Z] [2020-11-30T03:39:42.535Z] DONE 8 tests in 12.442s [2020-11-30T03:39:42.535Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-11-30T03:39:42.535Z] ++ 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-11-30T03:39:42.535Z] ++ set -e [2020-11-30T03:39:42.535Z] ++ '[' -n 0 ']' [2020-11-30T03:39:42.535Z] ++ set -x [2020-11-30T03:39:42.535Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:42.535Z] testing: warning: no tests to run [2020-11-30T03:39:42.535Z] PASS [2020-11-30T03:39:42.535Z] [2020-11-30T03:39:42.535Z] DONE 0 tests in 0.012s [2020-11-30T03:39:42.535Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-11-30T03:39:42.535Z] ++ 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-11-30T03:39:42.535Z] ++ set -e [2020-11-30T03:39:42.535Z] ++ '[' -n 0 ']' [2020-11-30T03:39:42.535Z] ++ set -x [2020-11-30T03:39:42.535Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:39:42.535Z] INFO: Testing against a local daemon [2020-11-30T03:39:42.535Z] === RUN TestAuthZPluginAllowRequest [2020-11-30T03:39:43.130Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2020-11-30T03:39:43.130Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.014s coverage: 61.6% of statements [2020-11-30T03:39:43.392Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2020-11-30T03:39:43.457Z] --- PASS: TestAuthZPluginAllowEventStream (1.47s) [2020-11-30T03:39:43.457Z] === RUN TestAuthZPluginErrorResponse [2020-11-30T03:39:43.713Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2020-11-30T03:39:43.713Z] === RUN TestAuthZPluginErrorRequest [2020-11-30T03:39:44.047Z] --- PASS: TestAuthZPluginAllowRequest (1.31s) [2020-11-30T03:39:44.047Z] === RUN TestAuthZPluginTLS [2020-11-30T03:39:44.275Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-11-30T03:39:44.275Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-30T03:39:44.335Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-11-30T03:39:44.335Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-30T03:39:44.346Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-11-30T03:39:44.346Z] === RUN TestAuthZPluginDenyRequest [2020-11-30T03:39:44.839Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-30T03:39:44.839Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-30T03:39:44.982Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-11-30T03:39:44.982Z] === RUN TestAuthZPluginAPIDenyResponse [2020-11-30T03:39:45.278Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.054s coverage: 58.6% of statements [2020-11-30T03:39:45.401Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-30T03:39:45.625Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-11-30T03:39:45.625Z] === RUN TestAuthZPluginDenyResponse [2020-11-30T03:39:45.850Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-11-30T03:39:45.918Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-11-30T03:39:45.919Z] === RUN TestAuthZPluginAllowEventStream [2020-11-30T03:39:46.771Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s) [2020-11-30T03:39:46.771Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-30T03:39:47.439Z] --- PASS: TestAuthZPluginAllowEventStream (1.29s) [2020-11-30T03:39:47.439Z] === RUN TestAuthZPluginErrorResponse [2020-11-30T03:39:47.733Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-11-30T03:39:47.733Z] === RUN TestAuthZPluginErrorRequest [2020-11-30T03:39:47.774Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-11-30T03:39:47.774Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-11-30T03:39:48.372Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-11-30T03:39:48.372Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-11-30T03:39:48.664Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.89s) [2020-11-30T03:39:48.664Z] === RUN TestAuthZPluginHeader [2020-11-30T03:39:48.664Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-11-30T03:39:48.716Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2020-11-30T03:39:48.716Z] ok github.com/docker/docker/daemon/logger/splunk 1.665s coverage: 82.5% of statements [2020-11-30T03:39:48.716Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-30T03:39:48.716Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-30T03:39:49.011Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-11-30T03:39:49.011Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-11-30T03:39:49.226Z] --- PASS: TestAuthZPluginHeader (0.77s) [2020-11-30T03:39:49.226Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-30T03:39:50.594Z] === RUN TestDockerSuite/TestBuildRm [2020-11-30T03:39:50.631Z] ok github.com/docker/docker/distribution/metadata 0.042s coverage: 48.2% of statements [2020-11-30T03:39:51.088Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2020-11-30T03:39:51.088Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-11-30T03:39:51.204Z] ok github.com/docker/docker/distribution 0.203s coverage: 25.6% of statements [2020-11-30T03:39:51.204Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-30T03:39:52.486Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-30T03:39:52.590Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2020-11-30T03:39:52.605Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2020-11-30T03:39:52.605Z] === RUN TestAuthZPluginHeader [2020-11-30T03:39:53.243Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-11-30T03:39:53.243Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-11-30T03:39:53.243Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-30T03:39:53.243Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:39:53.243Z] === RUN TestAuthZPluginV2Disable [2020-11-30T03:39:53.243Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-11-30T03:39:53.243Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:39:53.243Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-30T03:39:53.243Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-30T03:39:53.243Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:39:53.243Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-30T03:39:53.243Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-30T03:39:53.243Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:39:53.243Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-30T03:39:53.533Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-11-30T03:39:53.854Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-30T03:39:53.854Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.44s) [2020-11-30T03:39:53.854Z] === RUN TestAuthZPluginV2Disable [2020-11-30T03:39:54.106Z] ok github.com/docker/docker/distribution/xfer 1.879s coverage: 85.1% of statements [2020-11-30T03:39:54.106Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-30T03:39:54.367Z] ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements [2020-11-30T03:39:54.367Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-30T03:39:54.783Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-30T03:39:54.873Z] === RUN TestCheckpointCreateError [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCheckpointCreate [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointCreate (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCheckpointDeleteError [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCheckpointDelete [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointDelete (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCheckpointListError [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointListError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCheckpointList [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointList (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCheckpointListContainerNotFound [2020-11-30T03:39:54.873Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNewClientWithOpsFromEnv [2020-11-30T03:39:54.873Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-11-30T03:39:54.873Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-30T03:39:54.873Z] === RUN TestGetAPIPath [2020-11-30T03:39:54.873Z] --- PASS: TestGetAPIPath (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestParseHostURL [2020-11-30T03:39:54.873Z] --- PASS: TestParseHostURL (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-11-30T03:39:54.873Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNegotiateAPIVersionEmpty [2020-11-30T03:39:54.873Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNegotiateAPIVersion [2020-11-30T03:39:54.873Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNegotiateAPVersionOverride [2020-11-30T03:39:54.873Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNegotiateAPIVersionAutomatic [2020-11-30T03:39:54.873Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-11-30T03:39:54.873Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-11-30T03:39:54.873Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestClientRedirect [2020-11-30T03:39:54.873Z] --- PASS: TestClientRedirect (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigCreateUnsupported [2020-11-30T03:39:54.873Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigCreateError [2020-11-30T03:39:54.873Z] --- PASS: TestConfigCreateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigCreate [2020-11-30T03:39:54.873Z] --- PASS: TestConfigCreate (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigInspectNotFound [2020-11-30T03:39:54.873Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigInspectWithEmptyID [2020-11-30T03:39:54.873Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigInspectUnsupported [2020-11-30T03:39:54.873Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigInspectError [2020-11-30T03:39:54.873Z] --- PASS: TestConfigInspectError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigInspectConfigNotFound [2020-11-30T03:39:54.873Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigInspect [2020-11-30T03:39:54.873Z] --- PASS: TestConfigInspect (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigListUnsupported [2020-11-30T03:39:54.873Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigListError [2020-11-30T03:39:54.873Z] --- PASS: TestConfigListError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigList [2020-11-30T03:39:54.873Z] --- PASS: TestConfigList (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigRemoveUnsupported [2020-11-30T03:39:54.873Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigRemoveError [2020-11-30T03:39:54.873Z] --- PASS: TestConfigRemoveError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigRemove [2020-11-30T03:39:54.873Z] --- PASS: TestConfigRemove (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigUpdateUnsupported [2020-11-30T03:39:54.873Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigUpdateError [2020-11-30T03:39:54.873Z] --- PASS: TestConfigUpdateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestConfigUpdate [2020-11-30T03:39:54.873Z] --- PASS: TestConfigUpdate (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerCommitError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerCommitError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerCommit [2020-11-30T03:39:54.873Z] --- PASS: TestContainerCommit (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStatPathError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStatPathError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStatPathNotFoundError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStatPathNoHeaderError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStatPath [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStatPath (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyToContainerError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyToContainerError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyToContainerNotFoundError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyToContainerNotStatusOKError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyToContainer [2020-11-30T03:39:54.873Z] --- PASS: TestCopyToContainer (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyFromContainerError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyFromContainerNotFoundError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyFromContainerNotStatusOKError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyFromContainerNoHeaderError [2020-11-30T03:39:54.873Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestCopyFromContainer [2020-11-30T03:39:54.873Z] --- PASS: TestCopyFromContainer (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerCreateError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerCreateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerCreateImageNotFound [2020-11-30T03:39:54.873Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerCreateWithName [2020-11-30T03:39:54.873Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerCreateAutoRemove [2020-11-30T03:39:54.873Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerDiffError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerDiffError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerDiff [2020-11-30T03:39:54.873Z] --- PASS: TestContainerDiff (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecCreateError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecCreate [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecCreate (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecStartError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecStartError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecStart [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecStart (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecInspectError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecInspect [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecInspect (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExportError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExportError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExport [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExport (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerInspectError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerInspectError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerInspectContainerNotFound [2020-11-30T03:39:54.873Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerInspectWithEmptyID [2020-11-30T03:39:54.873Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerInspect [2020-11-30T03:39:54.873Z] --- PASS: TestContainerInspect (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerInspectNode [2020-11-30T03:39:54.873Z] --- PASS: TestContainerInspectNode (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerKillError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerKillError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerKill [2020-11-30T03:39:54.873Z] --- PASS: TestContainerKill (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerListError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerListError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerList [2020-11-30T03:39:54.873Z] --- PASS: TestContainerList (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerLogsNotFoundError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerLogsError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerLogsError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerLogs [2020-11-30T03:39:54.873Z] --- PASS: TestContainerLogs (0.18s) [2020-11-30T03:39:54.873Z] === RUN TestContainerPauseError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerPauseError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerPause [2020-11-30T03:39:54.873Z] --- PASS: TestContainerPause (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainersPruneError [2020-11-30T03:39:54.873Z] --- PASS: TestContainersPruneError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainersPrune [2020-11-30T03:39:54.873Z] --- PASS: TestContainersPrune (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRemoveError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRemoveError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRemoveNotFoundError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRemove [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRemove (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRenameError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRenameError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRename [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRename (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerResizeError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerResizeError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecResizeError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerResize [2020-11-30T03:39:54.873Z] --- PASS: TestContainerResize (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerExecResize [2020-11-30T03:39:54.873Z] --- PASS: TestContainerExecResize (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRestartError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRestartError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerRestart [2020-11-30T03:39:54.873Z] --- PASS: TestContainerRestart (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStartError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStartError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStart [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStart (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStatsError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStatsError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStats [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStats (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStopError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStopError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerStop [2020-11-30T03:39:54.873Z] --- PASS: TestContainerStop (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerTopError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerTopError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerTop [2020-11-30T03:39:54.873Z] --- PASS: TestContainerTop (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerUnpauseError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerUnpause [2020-11-30T03:39:54.873Z] --- PASS: TestContainerUnpause (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerUpdateError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerUpdateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerUpdate [2020-11-30T03:39:54.873Z] --- PASS: TestContainerUpdate (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerWaitError [2020-11-30T03:39:54.873Z] --- PASS: TestContainerWaitError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestContainerWait [2020-11-30T03:39:54.873Z] --- PASS: TestContainerWait (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestDiskUsageError [2020-11-30T03:39:54.873Z] --- PASS: TestDiskUsageError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestDiskUsage [2020-11-30T03:39:54.873Z] --- PASS: TestDiskUsage (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestDistributionInspectUnsupported [2020-11-30T03:39:54.873Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestDistributionInspectWithEmptyID [2020-11-30T03:39:54.873Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestEventsErrorInOptions [2020-11-30T03:39:54.873Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestEventsErrorFromServer [2020-11-30T03:39:54.873Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestEvents [2020-11-30T03:39:54.873Z] --- PASS: TestEvents (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestTLSCloseWriter [2020-11-30T03:39:54.873Z] === PAUSE TestTLSCloseWriter [2020-11-30T03:39:54.873Z] === RUN TestImageBuildError [2020-11-30T03:39:54.873Z] --- PASS: TestImageBuildError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageBuild [2020-11-30T03:39:54.873Z] --- PASS: TestImageBuild (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestGetDockerOS [2020-11-30T03:39:54.873Z] --- PASS: TestGetDockerOS (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageCreateError [2020-11-30T03:39:54.873Z] --- PASS: TestImageCreateError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageCreate [2020-11-30T03:39:54.873Z] --- PASS: TestImageCreate (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageHistoryError [2020-11-30T03:39:54.873Z] --- PASS: TestImageHistoryError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageHistory [2020-11-30T03:39:54.873Z] --- PASS: TestImageHistory (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageImportError [2020-11-30T03:39:54.873Z] --- PASS: TestImageImportError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageImport [2020-11-30T03:39:54.873Z] --- PASS: TestImageImport (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageInspectError [2020-11-30T03:39:54.873Z] --- PASS: TestImageInspectError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageInspectImageNotFound [2020-11-30T03:39:54.873Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageInspectWithEmptyID [2020-11-30T03:39:54.873Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageInspect [2020-11-30T03:39:54.873Z] --- PASS: TestImageInspect (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageListError [2020-11-30T03:39:54.873Z] --- PASS: TestImageListError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageList [2020-11-30T03:39:54.873Z] --- PASS: TestImageList (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageListApiBefore125 [2020-11-30T03:39:54.873Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageLoadError [2020-11-30T03:39:54.873Z] --- PASS: TestImageLoadError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImageLoad [2020-11-30T03:39:54.873Z] --- PASS: TestImageLoad (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagesPruneError [2020-11-30T03:39:54.873Z] --- PASS: TestImagesPruneError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagesPrune [2020-11-30T03:39:54.873Z] --- PASS: TestImagesPrune (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullReferenceParseError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullAnyError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullAnyError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullStatusUnauthorizedError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePullWithoutErrors [2020-11-30T03:39:54.873Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-11-30T03:39:54.873Z] === RUN TestImagePushReferenceError [2020-11-30T03:39:54.873Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImagePushAnyError [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushAnyError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImagePushStatusUnauthorizedError [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithoutErrors [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-11-30T03:39:54.874Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestImageRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageRemoveImageNotFound [2020-11-30T03:39:54.874Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageRemove [2020-11-30T03:39:54.874Z] --- PASS: TestImageRemove (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSaveError [2020-11-30T03:39:54.874Z] --- PASS: TestImageSaveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSave [2020-11-30T03:39:54.874Z] --- PASS: TestImageSave (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSearchAnyError [2020-11-30T03:39:54.874Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSearchStatusUnauthorizedError [2020-11-30T03:39:54.874Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-11-30T03:39:54.874Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-11-30T03:39:54.874Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-11-30T03:39:54.874Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageSearchWithoutErrors [2020-11-30T03:39:54.874Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageTagError [2020-11-30T03:39:54.874Z] --- PASS: TestImageTagError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageTagInvalidReference [2020-11-30T03:39:54.874Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageTagInvalidSourceImageName [2020-11-30T03:39:54.874Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageTagHexSource [2020-11-30T03:39:54.874Z] --- PASS: TestImageTagHexSource (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestImageTag [2020-11-30T03:39:54.874Z] --- PASS: TestImageTag (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestInfoServerError [2020-11-30T03:39:54.874Z] --- PASS: TestInfoServerError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestInfoInvalidResponseJSONError [2020-11-30T03:39:54.874Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestInfo [2020-11-30T03:39:54.874Z] --- PASS: TestInfo (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkConnectError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkConnectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkConnect [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkConnect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkCreateError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkCreateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkCreate [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkCreate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkDisconnectError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkDisconnect [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkInspectNotFoundError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkInspect [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkListError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkList [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworksPruneError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworksPruneError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworksPrune [2020-11-30T03:39:54.874Z] --- PASS: TestNetworksPrune (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNetworkRemove [2020-11-30T03:39:54.874Z] --- PASS: TestNetworkRemove (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestNodeInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeInspectNodeNotFound [2020-11-30T03:39:54.874Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeInspect [2020-11-30T03:39:54.874Z] --- PASS: TestNodeInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeListError [2020-11-30T03:39:54.874Z] --- PASS: TestNodeListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeList [2020-11-30T03:39:54.874Z] --- PASS: TestNodeList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestNodeRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeRemove [2020-11-30T03:39:54.874Z] --- PASS: TestNodeRemove (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeUpdateError [2020-11-30T03:39:54.874Z] --- PASS: TestNodeUpdateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestNodeUpdate [2020-11-30T03:39:54.874Z] --- PASS: TestNodeUpdate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestOptionWithTimeout [2020-11-30T03:39:54.874Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPingFail [2020-11-30T03:39:54.874Z] --- PASS: TestPingFail (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPingWithError [2020-11-30T03:39:54.874Z] 2020/11/30 03:39:53 RoundTripper returned a response & error; ignoring response [2020-11-30T03:39:54.874Z] 2020/11/30 03:39:53 RoundTripper returned a response & error; ignoring response [2020-11-30T03:39:54.874Z] --- PASS: TestPingWithError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPingSuccess [2020-11-30T03:39:54.874Z] --- PASS: TestPingSuccess (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPingHeadFallback [2020-11-30T03:39:54.874Z] === RUN TestPingHeadFallback/OK [2020-11-30T03:39:54.874Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-11-30T03:39:54.874Z] === RUN TestPingHeadFallback/Not_Found [2020-11-30T03:39:54.874Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-11-30T03:39:54.874Z] --- PASS: TestPingHeadFallback (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-11-30T03:39:54.874Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginDisableError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginDisableError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginDisable [2020-11-30T03:39:54.874Z] --- PASS: TestPluginDisable (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginEnableError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginEnableError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginEnable [2020-11-30T03:39:54.874Z] --- PASS: TestPluginEnable (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginInspect [2020-11-30T03:39:54.874Z] --- PASS: TestPluginInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginListError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginList [2020-11-30T03:39:54.874Z] --- PASS: TestPluginList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginPushError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginPushError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginPush [2020-11-30T03:39:54.874Z] --- PASS: TestPluginPush (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginRemove [2020-11-30T03:39:54.874Z] --- PASS: TestPluginRemove (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginSetError [2020-11-30T03:39:54.874Z] --- PASS: TestPluginSetError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPluginSet [2020-11-30T03:39:54.874Z] --- PASS: TestPluginSet (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSetHostHeader [2020-11-30T03:39:54.874Z] --- PASS: TestSetHostHeader (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestPlainTextError [2020-11-30T03:39:54.874Z] --- PASS: TestPlainTextError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestInfiniteError [2020-11-30T03:39:54.874Z] --- PASS: TestInfiniteError (0.02s) [2020-11-30T03:39:54.874Z] === RUN TestSecretCreateUnsupported [2020-11-30T03:39:54.874Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretCreateError [2020-11-30T03:39:54.874Z] --- PASS: TestSecretCreateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretCreate [2020-11-30T03:39:54.874Z] --- PASS: TestSecretCreate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretInspectUnsupported [2020-11-30T03:39:54.874Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestSecretInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretInspectSecretNotFound [2020-11-30T03:39:54.874Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretInspect [2020-11-30T03:39:54.874Z] --- PASS: TestSecretInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretListUnsupported [2020-11-30T03:39:54.874Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretListError [2020-11-30T03:39:54.874Z] --- PASS: TestSecretListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretList [2020-11-30T03:39:54.874Z] --- PASS: TestSecretList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretRemoveUnsupported [2020-11-30T03:39:54.874Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestSecretRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretRemove [2020-11-30T03:39:54.874Z] --- PASS: TestSecretRemove (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretUpdateUnsupported [2020-11-30T03:39:54.874Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretUpdateError [2020-11-30T03:39:54.874Z] --- PASS: TestSecretUpdateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSecretUpdate [2020-11-30T03:39:54.874Z] --- PASS: TestSecretUpdate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceCreateError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceCreateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceCreate [2020-11-30T03:39:54.874Z] --- PASS: TestServiceCreate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceCreateCompatiblePlatforms [2020-11-30T03:39:54.874Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceCreateDigestPinning [2020-11-30T03:39:54.874Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceInspectServiceNotFound [2020-11-30T03:39:54.874Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceInspect [2020-11-30T03:39:54.874Z] --- PASS: TestServiceInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceListError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceList [2020-11-30T03:39:54.874Z] --- PASS: TestServiceList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceLogsError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceLogsError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceLogs [2020-11-30T03:39:54.874Z] --- PASS: TestServiceLogs (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceRemoveNotFoundError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceRemove [2020-11-30T03:39:54.874Z] --- PASS: TestServiceRemove (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceUpdateError [2020-11-30T03:39:54.874Z] --- PASS: TestServiceUpdateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestServiceUpdate [2020-11-30T03:39:54.874Z] --- PASS: TestServiceUpdate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmGetUnlockKeyError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmGetUnlockKey [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmInitError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmInitError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmInit [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmInit (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmInspect [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmJoinError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmJoinError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmJoin [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmJoin (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmLeaveError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmLeave [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmLeave (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmUnlockError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmUnlock [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmUnlock (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmUpdateError [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestSwarmUpdate [2020-11-30T03:39:54.874Z] --- PASS: TestSwarmUpdate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestTaskInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestTaskInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestTaskInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestTaskInspect [2020-11-30T03:39:54.874Z] --- PASS: TestTaskInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestTaskListError [2020-11-30T03:39:54.874Z] --- PASS: TestTaskListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestTaskList [2020-11-30T03:39:54.874Z] --- PASS: TestTaskList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeCreateError [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeCreateError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeCreate [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeCreate (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeInspectError [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeInspectError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeInspectNotFound [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeInspectWithEmptyID [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeInspect [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeInspect (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeListError [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeListError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeList [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeList (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeRemoveError [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-11-30T03:39:54.874Z] === RUN TestVolumeRemove [2020-11-30T03:39:54.874Z] --- PASS: TestVolumeRemove (0.00s) [2020-11-30T03:39:54.874Z] === CONT TestTLSCloseWriter [2020-11-30T03:39:54.874Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-11-30T03:39:54.874Z] PASS [2020-11-30T03:39:54.874Z] coverage: 74.9% of statements [2020-11-30T03:39:54.874Z] ok github.com/docker/docker/client 0.752s coverage: 74.9% of statements [2020-11-30T03:39:55.311Z] ok github.com/docker/docker/image/v1 0.022s coverage: 25.0% of statements [2020-11-30T03:39:55.311Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-30T03:39:55.344Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-30T03:39:55.610Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-30T03:39:56.309Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-11-30T03:39:56.543Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-30T03:39:57.255Z] ok github.com/docker/docker/oci 0.005s coverage: 8.2% of statements [2020-11-30T03:39:57.473Z] --- PASS: TestAuthZPluginV2Disable (3.61s) [2020-11-30T03:39:57.473Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-11-30T03:39:57.473Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-30T03:39:57.826Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2020-11-30T03:39:58.087Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2020-11-30T03:39:58.403Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-30T03:40:00.001Z] ok github.com/docker/docker/pkg/archive 0.313s coverage: 77.3% of statements [2020-11-30T03:40:00.574Z] ok github.com/docker/docker/pkg/authorization 0.216s coverage: 68.3% of statements [2020-11-30T03:40:00.835Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-11-30T03:40:00.919Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-30T03:40:00.919Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-30T03:40:01.097Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-11-30T03:40:01.175Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.68s) [2020-11-30T03:40:01.175Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-11-30T03:40:01.175Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-30T03:40:01.175Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-30T03:40:01.737Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-30T03:40:02.299Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-30T03:40:02.299Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-30T03:40:03.232Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-30T03:40:04.395Z] ok github.com/docker/docker/layer 7.293s coverage: 68.8% of statements [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-30T03:40:04.395Z] ok github.com/docker/docker/pkg/chrootarchive 2.520s coverage: 43.2% of statements [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-30T03:40:04.395Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-30T03:40:04.396Z] ok github.com/docker/docker/pkg/directory 0.020s coverage: 80.0% of statements [2020-11-30T03:40:04.967Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2020-11-30T03:40:05.229Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-11-30T03:40:05.801Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2020-11-30T03:40:06.374Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-11-30T03:40:06.946Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-11-30T03:40:07.404Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-30T03:40:08.331Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-11-30T03:40:08.333Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-30T03:40:08.902Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 89.5% of statements [2020-11-30T03:40:09.263Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-30T03:40:09.263Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-11-30T03:40:09.475Z] ok github.com/docker/docker/pkg/discovery/kv 3.067s coverage: 84.1% of statements [2020-11-30T03:40:09.475Z] ok github.com/docker/docker/pkg/fsutils 0.174s coverage: 85.1% of statements [2020-11-30T03:40:09.826Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-30T03:40:10.047Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-11-30T03:40:10.388Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-30T03:40:10.990Z] ok github.com/docker/docker/pkg/idtools 0.506s coverage: 70.1% of statements [2020-11-30T03:40:11.251Z] ok github.com/docker/docker/pkg/ioutils 0.491s coverage: 69.3% of statements [2020-11-30T03:40:11.516Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2020-11-30T03:40:11.516Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-30T03:40:11.781Z] ok github.com/docker/docker/pkg/longpath 0.014s coverage: 100.0% of statements [2020-11-30T03:40:11.781Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-11-30T03:40:11.781Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-30T03:40:11.856Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s) [2020-11-30T03:40:11.856Z] PASS [2020-11-30T03:40:11.856Z] [2020-11-30T03:40:11.856Z] === Skipped [2020-11-30T03:40:11.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-11-30T03:40:11.856Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:40:11.856Z] [2020-11-30T03:40:11.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-11-30T03:40:11.856Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:40:11.856Z] [2020-11-30T03:40:11.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-11-30T03:40:11.856Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:40:11.856Z] [2020-11-30T03:40:11.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-11-30T03:40:11.856Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:40:11.856Z] [2020-11-30T03:40:11.856Z] [2020-11-30T03:40:11.856Z] DONE 17 tests, 4 skipped in 27.574s [2020-11-30T03:40:11.856Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-30T03:40:11.856Z] ++ 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-11-30T03:40:11.856Z] ++ set -e [2020-11-30T03:40:11.856Z] ++ '[' -n 0 ']' [2020-11-30T03:40:11.856Z] ++ set -x [2020-11-30T03:40:11.856Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:11.856Z] INFO: Testing against a local daemon [2020-11-30T03:40:11.856Z] === RUN TestPluginInvalidJSON [2020-11-30T03:40:11.856Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:40:11.856Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:40:11.856Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:40:11.856Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-11-30T03:40:11.856Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-11-30T03:40:11.856Z] === RUN TestPluginInstall [2020-11-30T03:40:11.856Z] === RUN TestPluginInstall/no_auth [2020-11-30T03:40:11.856Z] time="2020-11-30T03:40:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:11.856Z] time="2020-11-30T03:40:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdc193e41fd7082b03b21ba0fdfc83c6f5b011a222adfcfa96e8adfa2e0d4461" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:11.856Z] time="2020-11-30T03:40:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:11.856Z] time="2020-11-30T03:40:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdc193e41fd7082b03b21ba0fdfc83c6f5b011a222adfcfa96e8adfa2e0d4461" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:12.043Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2020-11-30T03:40:12.043Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-30T03:40:12.153Z] === RUN TestPluginInstall/with_htpasswd [2020-11-30T03:40:12.281Z] === RUN TestDockerSuite/TestBuildUser [2020-11-30T03:40:12.281Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.32s) [2020-11-30T03:40:12.281Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-11-30T03:40:12.304Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-11-30T03:40:12.304Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2020-11-30T03:40:12.791Z] time="2020-11-30T03:40:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:12.791Z] time="2020-11-30T03:40:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdc193e41fd7082b03b21ba0fdfc83c6f5b011a222adfcfa96e8adfa2e0d4461" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:12.791Z] time="2020-11-30T03:40:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:12.791Z] time="2020-11-30T03:40:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdc193e41fd7082b03b21ba0fdfc83c6f5b011a222adfcfa96e8adfa2e0d4461" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:12.874Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-11-30T03:40:12.874Z] ok github.com/docker/docker/pkg/pidfile 0.019s coverage: 82.4% of statements [2020-11-30T03:40:12.874Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-30T03:40:12.874Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-30T03:40:13.086Z] === RUN TestPluginInstall/with_insecure [2020-11-30T03:40:13.651Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-30T03:40:13.817Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2020-11-30T03:40:14.129Z] time="2020-11-30T03:40:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:14.129Z] time="2020-11-30T03:40:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5dc12a60691828051739e3195ec2a2a1be9f08b8348f0c052e8352af23f39fba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:14.129Z] time="2020-11-30T03:40:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:14.129Z] time="2020-11-30T03:40:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5dc12a60691828051739e3195ec2a2a1be9f08b8348f0c052e8352af23f39fba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:14.389Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2020-11-30T03:40:14.425Z] --- PASS: TestPluginInstall (4.31s) [2020-11-30T03:40:14.425Z] --- PASS: TestPluginInstall/no_auth (1.97s) [2020-11-30T03:40:14.425Z] --- PASS: TestPluginInstall/with_htpasswd (0.96s) [2020-11-30T03:40:14.425Z] --- PASS: TestPluginInstall/with_insecure (1.39s) [2020-11-30T03:40:14.425Z] plugin_test.go:157: [dfb9f938c9f10] daemon is not started [2020-11-30T03:40:14.425Z] PASS [2020-11-30T03:40:14.425Z] [2020-11-30T03:40:14.425Z] DONE 6 tests in 4.406s [2020-11-30T03:40:14.426Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-30T03:40:14.426Z] ++ 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-11-30T03:40:14.426Z] ++ set -e [2020-11-30T03:40:14.426Z] ++ '[' -n 0 ']' [2020-11-30T03:40:14.426Z] ++ set -x [2020-11-30T03:40:14.426Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:14.426Z] INFO: Testing against a local daemon [2020-11-30T03:40:14.426Z] === RUN TestExternalGraphDriver [2020-11-30T03:40:14.719Z] === RUN TestExternalGraphDriver/json [2020-11-30T03:40:14.961Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-11-30T03:40:14.961Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-11-30T03:40:16.085Z] --- PASS: TestCheckoutGit (36.13s) [2020-11-30T03:40:16.085Z] === RUN TestValidGitTransport [2020-11-30T03:40:16.085Z] --- PASS: TestValidGitTransport (0.00s) [2020-11-30T03:40:16.085Z] === RUN TestGitInvalidRef [2020-11-30T03:40:16.085Z] --- PASS: TestGitInvalidRef (0.38s) [2020-11-30T03:40:16.085Z] PASS [2020-11-30T03:40:16.085Z] coverage: 86.3% of statements [2020-11-30T03:40:16.085Z] ok github.com/docker/docker/builder/remotecontext/git 36.826s coverage: 86.3% of statements [2020-11-30T03:40:16.085Z] ? github.com/docker/docker/cli [no test files] [2020-11-30T03:40:16.085Z] ? github.com/docker/docker/cli/config [no test files] [2020-11-30T03:40:16.182Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-30T03:40:16.344Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2020-11-30T03:40:16.604Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-11-30T03:40:16.799Z] === RUN TestExternalGraphDriver/spec [2020-11-30T03:40:18.322Z] === RUN TestExternalGraphDriver/pull [2020-11-30T03:40:19.843Z] --- PASS: TestExternalGraphDriver (5.45s) [2020-11-30T03:40:19.843Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2020-11-30T03:40:19.843Z] --- PASS: TestExternalGraphDriver/spec (1.79s) [2020-11-30T03:40:19.843Z] --- PASS: TestExternalGraphDriver/pull (1.71s) [2020-11-30T03:40:19.843Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:40:19.903Z] ok github.com/docker/docker/pkg/signal 2.399s coverage: 61.0% of statements [2020-11-30T03:40:19.903Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-11-30T03:40:20.142Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-11-30T03:40:20.142Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:40:20.142Z] PASS [2020-11-30T03:40:20.142Z] [2020-11-30T03:40:20.142Z] === Skipped [2020-11-30T03:40:20.142Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-11-30T03:40:20.142Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:40:20.142Z] [2020-11-30T03:40:20.142Z] [2020-11-30T03:40:20.142Z] DONE 5 tests, 1 skipped in 5.584s [2020-11-30T03:40:20.142Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-30T03:40:20.142Z] ++ 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-11-30T03:40:20.142Z] ++ set -e [2020-11-30T03:40:20.142Z] ++ '[' -n 0 ']' [2020-11-30T03:40:20.142Z] ++ set -x [2020-11-30T03:40:20.142Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:20.142Z] INFO: Testing against a local daemon [2020-11-30T03:40:20.142Z] === RUN TestContinueAfterPluginCrash [2020-11-30T03:40:20.142Z] === PAUSE TestContinueAfterPluginCrash [2020-11-30T03:40:20.142Z] === RUN TestReadPluginNoRead [2020-11-30T03:40:20.142Z] === PAUSE TestReadPluginNoRead [2020-11-30T03:40:20.142Z] === RUN TestDaemonStartWithLogOpt [2020-11-30T03:40:20.142Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-30T03:40:20.142Z] === CONT TestContinueAfterPluginCrash [2020-11-30T03:40:20.142Z] === CONT TestDaemonStartWithLogOpt [2020-11-30T03:40:20.142Z] === CONT TestReadPluginNoRead [2020-11-30T03:40:20.164Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-11-30T03:40:20.425Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.02s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2020-11-30T03:40:20.812Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-11-30T03:40:20.812Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestConfigureDaemonLogs [2020-11-30T03:40:20.812Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestCommonOptionsInstallFlags [2020-11-30T03:40:20.812Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-11-30T03:40:20.812Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-11-30T03:40:20.812Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-11-30T03:40:20.812Z] PASS [2020-11-30T03:40:20.812Z] coverage: 18.4% of statements [2020-11-30T03:40:20.812Z] ok github.com/docker/docker/cmd/dockerd 0.668s coverage: 18.4% of statements [2020-11-30T03:40:20.997Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2020-11-30T03:40:21.569Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-11-30T03:40:22.141Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2020-11-30T03:40:22.713Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-11-30T03:40:22.713Z] testing: warning: no tests to run [2020-11-30T03:40:22.713Z] coverage: [no statements] [2020-11-30T03:40:22.713Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-11-30T03:40:23.011Z] === RUN TestContainerStopSignal [2020-11-30T03:40:23.011Z] --- PASS: TestContainerStopSignal (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestContainerStopTimeout [2020-11-30T03:40:23.011Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestContainerSecretReferenceDestTarget [2020-11-30T03:40:23.011Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-11-30T03:40:23.011Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2020-11-30T03:40:23.011Z] === RUN TestContainerLogPathSetForRingLogger [2020-11-30T03:40:23.011Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestReplaceAndAppendEnvVars [2020-11-30T03:40:23.011Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-11-30T03:40:23.011Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-11-30T03:40:23.011Z] === RUN TestNewMemoryStore [2020-11-30T03:40:23.011Z] --- PASS: TestNewMemoryStore (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestAddContainers [2020-11-30T03:40:23.011Z] --- PASS: TestAddContainers (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestGetContainer [2020-11-30T03:40:23.011Z] --- PASS: TestGetContainer (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestDeleteContainer [2020-11-30T03:40:23.011Z] --- PASS: TestDeleteContainer (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestListContainers [2020-11-30T03:40:23.011Z] --- PASS: TestListContainers (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestFirstContainer [2020-11-30T03:40:23.011Z] --- PASS: TestFirstContainer (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestApplyAllContainer [2020-11-30T03:40:23.011Z] --- PASS: TestApplyAllContainer (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestIsValidHealthString [2020-11-30T03:40:23.011Z] --- PASS: TestIsValidHealthString (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestStateRunStop [2020-11-30T03:40:23.011Z] --- PASS: TestStateRunStop (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestStateTimeoutWait [2020-11-30T03:40:23.011Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-11-30T03:40:23.011Z] state_test.go:141: Stop callback fired [2020-11-30T03:40:23.011Z] state_test.go:165: Stop callback fired [2020-11-30T03:40:23.011Z] === RUN TestIsValidStateString [2020-11-30T03:40:23.011Z] --- PASS: TestIsValidStateString (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestViewSaveDelete [2020-11-30T03:40:23.011Z] --- PASS: TestViewSaveDelete (0.02s) [2020-11-30T03:40:23.011Z] === RUN TestViewAll [2020-11-30T03:40:23.011Z] --- PASS: TestViewAll (0.02s) [2020-11-30T03:40:23.011Z] === RUN TestViewGet [2020-11-30T03:40:23.011Z] --- PASS: TestViewGet (0.01s) [2020-11-30T03:40:23.011Z] === RUN TestNames [2020-11-30T03:40:23.011Z] --- PASS: TestNames (0.00s) [2020-11-30T03:40:23.011Z] === RUN TestViewWithHealthCheck [2020-11-30T03:40:23.011Z] --- PASS: TestViewWithHealthCheck (0.16s) [2020-11-30T03:40:23.011Z] PASS [2020-11-30T03:40:23.011Z] coverage: 41.6% of statements [2020-11-30T03:40:23.284Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2020-11-30T03:40:23.284Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2020-11-30T03:40:23.475Z] ok github.com/docker/docker/container 0.684s coverage: 41.6% of statements [2020-11-30T03:40:23.475Z] ? github.com/docker/docker/container/stream [no test files] [2020-11-30T03:40:23.475Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-11-30T03:40:23.475Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-11-30T03:40:23.475Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-11-30T03:40:23.545Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-11-30T03:40:25.460Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2020-11-30T03:40:25.671Z] === RUN TestPrepare [2020-11-30T03:40:25.671Z] --- PASS: TestPrepare (0.00s) [2020-11-30T03:40:25.671Z] === RUN TestStart [2020-11-30T03:40:25.671Z] --- PASS: TestStart (0.00s) [2020-11-30T03:40:25.671Z] === RUN TestWaitCancel [2020-11-30T03:40:25.671Z] --- PASS: TestWaitCancel (0.00s) [2020-11-30T03:40:25.671Z] === RUN TestWaitDisabled [2020-11-30T03:40:25.671Z] --- PASS: TestWaitDisabled (0.00s) [2020-11-30T03:40:25.671Z] === RUN TestWaitEnabled [2020-11-30T03:40:25.671Z] --- PASS: TestWaitEnabled (0.00s) [2020-11-30T03:40:25.671Z] === RUN TestRemove [2020-11-30T03:40:25.671Z] --- PASS: TestRemove (0.00s) [2020-11-30T03:40:25.671Z] PASS [2020-11-30T03:40:25.671Z] coverage: 65.3% of statements [2020-11-30T03:40:25.671Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.332s coverage: 65.3% of statements [2020-11-30T03:40:25.770Z] === RUN TestReadPluginNoRead/default [2020-11-30T03:40:25.770Z] --- PASS: TestDaemonStartWithLogOpt (5.49s) [2020-11-30T03:40:26.127Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-30T03:40:26.127Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-30T03:40:26.127Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-30T03:40:26.403Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-11-30T03:40:26.408Z] === RUN TestReadPluginNoRead/disabled_caching [2020-11-30T03:40:26.663Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2020-11-30T03:40:26.690Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-30T03:40:27.620Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-30T03:40:27.919Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-30T03:40:28.047Z] ok github.com/docker/docker/quota 0.248s coverage: 71.4% of statements [2020-11-30T03:40:28.183Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-30T03:40:28.183Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-30T03:40:28.183Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-30T03:40:28.183Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-30T03:40:28.183Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-30T03:40:28.603Z] === RUN TestNewListSecretsFilters [2020-11-30T03:40:28.603Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-11-30T03:40:28.603Z] === RUN TestNewListConfigsFilters [2020-11-30T03:40:28.603Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-11-30T03:40:28.603Z] PASS [2020-11-30T03:40:28.603Z] coverage: 0.5% of statements [2020-11-30T03:40:28.619Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-11-30T03:40:29.068Z] ok github.com/docker/docker/daemon/cluster 1.042s coverage: 0.5% of statements [2020-11-30T03:40:29.068Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-11-30T03:40:29.111Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.62s) [2020-11-30T03:40:29.111Z] PASS [2020-11-30T03:40:29.111Z] [2020-11-30T03:40:29.111Z] DONE 17 tests in 51.327s [2020-11-30T03:40:29.111Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-11-30T03:40:29.111Z] ++ 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-11-30T03:40:29.111Z] ++ set -e [2020-11-30T03:40:29.111Z] ++ '[' -n 0 ']' [2020-11-30T03:40:29.111Z] ++ set -x [2020-11-30T03:40:29.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:29.111Z] INFO: Testing against a local daemon [2020-11-30T03:40:29.111Z] === RUN TestPluginInvalidJSON [2020-11-30T03:40:29.111Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:40:29.111Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:40:29.111Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:40:29.111Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-11-30T03:40:29.111Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-30T03:40:29.111Z] === RUN TestPluginInstall [2020-11-30T03:40:29.111Z] === RUN TestPluginInstall/no_auth [2020-11-30T03:40:29.431Z] --- PASS: TestReadPluginNoRead (9.30s) [2020-11-30T03:40:29.431Z] --- PASS: TestReadPluginNoRead/default (1.41s) [2020-11-30T03:40:29.431Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.47s) [2020-11-30T03:40:29.431Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s) [2020-11-30T03:40:29.431Z] read_test.go:92: [d0dc8d3cf5859] daemon is not started [2020-11-30T03:40:29.534Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.17s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertFromGRPCIsolation [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-11-30T03:40:29.534Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-11-30T03:40:29.534Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-11-30T03:40:29.674Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-30T03:40:29.674Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-30T03:40:30.004Z] ok github.com/docker/docker/registry 0.059s coverage: 57.2% of statements [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-11-30T03:40:30.005Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-11-30T03:40:30.005Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCConfigs [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCConfigs [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-11-30T03:40:30.005Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-11-30T03:40:30.005Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-11-30T03:40:30.005Z] PASS [2020-11-30T03:40:30.005Z] coverage: 35.9% of statements [2020-11-30T03:40:30.005Z] ok github.com/docker/docker/daemon/cluster/convert 0.979s coverage: 35.9% of statements [2020-11-30T03:40:30.236Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-30T03:40:30.576Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2020-11-30T03:40:30.576Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-11-30T03:40:30.945Z] --- PASS: TestContinueAfterPluginCrash (10.60s) [2020-11-30T03:40:30.945Z] PASS [2020-11-30T03:40:30.945Z] [2020-11-30T03:40:30.945Z] DONE 6 tests in 10.677s [2020-11-30T03:40:30.945Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-30T03:40:30.945Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:40:30.945Z] ++ set -e [2020-11-30T03:40:30.945Z] ++ '[' -n 0 ']' [2020-11-30T03:40:30.945Z] ++ set -x [2020-11-30T03:40:30.945Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:40:30.945Z] testing: warning: no tests to run [2020-11-30T03:40:30.945Z] PASS [2020-11-30T03:40:30.945Z] [2020-11-30T03:40:30.945Z] DONE 0 tests in 0.021s [2020-11-30T03:40:30.945Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-30T03:40:30.945Z] ++ 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-11-30T03:40:30.945Z] ++ set -e [2020-11-30T03:40:30.945Z] ++ '[' -n 0 ']' [2020-11-30T03:40:30.945Z] ++ set -x [2020-11-30T03:40:30.945Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:30.945Z] INFO: Testing against a local daemon [2020-11-30T03:40:30.945Z] === RUN TestPluginWithDevMounts [2020-11-30T03:40:30.945Z] === PAUSE TestPluginWithDevMounts [2020-11-30T03:40:30.945Z] === CONT TestPluginWithDevMounts [2020-11-30T03:40:31.164Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-30T03:40:31.519Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-11-30T03:40:31.519Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-11-30T03:40:31.727Z] time="2020-11-30T03:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:31.727Z] time="2020-11-30T03:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b55aa4a59f70406c01dfb97395c5f19f470e05ed8f1821a046feb7da6d78bd5e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:31.727Z] time="2020-11-30T03:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:31.727Z] time="2020-11-30T03:40:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b55aa4a59f70406c01dfb97395c5f19f470e05ed8f1821a046feb7da6d78bd5e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:31.983Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-30T03:40:31.983Z] === RUN TestPluginInstall/with_htpasswd [2020-11-30T03:40:32.240Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-30T03:40:32.802Z] time="2020-11-30T03:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:32.802Z] time="2020-11-30T03:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71abc06ca56bce2a8470ccdc7632d624a4d4aeeab8fa2c5293b93ecd15dc399e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:32.802Z] time="2020-11-30T03:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:32.802Z] time="2020-11-30T03:40:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71abc06ca56bce2a8470ccdc7632d624a4d4aeeab8fa2c5293b93ecd15dc399e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:33.021Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-11-30T03:40:33.021Z] PASS [2020-11-30T03:40:33.021Z] [2020-11-30T03:40:33.021Z] DONE 1 tests in 1.904s [2020-11-30T03:40:33.021Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-11-30T03:40:33.021Z] ++ 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-11-30T03:40:33.021Z] ++ set -e [2020-11-30T03:40:33.021Z] ++ '[' -n 0 ']' [2020-11-30T03:40:33.021Z] ++ set -x [2020-11-30T03:40:33.021Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:33.021Z] INFO: Testing against a local daemon [2020-11-30T03:40:33.021Z] === RUN TestSecretInspect [2020-11-30T03:40:33.059Z] === RUN TestPluginInstall/with_insecure [2020-11-30T03:40:33.989Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-11-30T03:40:34.066Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-11-30T03:40:34.541Z] --- PASS: TestSecretInspect (1.93s) [2020-11-30T03:40:34.541Z] === RUN TestSecretList [2020-11-30T03:40:34.551Z] time="2020-11-30T03:40:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:34.551Z] time="2020-11-30T03:40:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6028f088386c4affcd7afe2299369c6e9e9e530e86457f44c8273a719d22774c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:34.551Z] time="2020-11-30T03:40:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-11-30T03:40:34.551Z] time="2020-11-30T03:40:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6028f088386c4affcd7afe2299369c6e9e9e530e86457f44c8273a719d22774c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-11-30T03:40:34.551Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-30T03:40:34.808Z] --- PASS: TestPluginInstall (5.70s) [2020-11-30T03:40:34.808Z] --- PASS: TestPluginInstall/no_auth (2.82s) [2020-11-30T03:40:34.808Z] --- PASS: TestPluginInstall/with_htpasswd (1.13s) [2020-11-30T03:40:34.808Z] --- PASS: TestPluginInstall/with_insecure (1.75s) [2020-11-30T03:40:34.808Z] plugin_test.go:157: [d5d2bcaa46395] daemon is not started [2020-11-30T03:40:34.808Z] PASS [2020-11-30T03:40:34.808Z] [2020-11-30T03:40:34.808Z] DONE 6 tests in 5.900s [2020-11-30T03:40:35.064Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-11-30T03:40:35.064Z] ++ 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-11-30T03:40:35.064Z] ++ set -e [2020-11-30T03:40:35.064Z] ++ '[' -n 0 ']' [2020-11-30T03:40:35.064Z] ++ set -x [2020-11-30T03:40:35.064Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:35.064Z] INFO: Testing against a local daemon [2020-11-30T03:40:35.064Z] === RUN TestExternalGraphDriver [2020-11-30T03:40:35.321Z] === RUN TestExternalGraphDriver/json [2020-11-30T03:40:35.451Z] ok github.com/docker/docker/volume/local 0.108s coverage: 76.6% of statements [2020-11-30T03:40:35.712Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-11-30T03:40:35.840Z] === RUN TestDiscoveryOptsErrors [2020-11-30T03:40:35.840Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-11-30T03:40:35.840Z] === RUN TestDiscoveryOpts [2020-11-30T03:40:35.840Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-11-30T03:40:35.840Z] PASS [2020-11-30T03:40:35.840Z] coverage: 30.0% of statements [2020-11-30T03:40:35.840Z] ok github.com/docker/docker/daemon/discovery 0.634s coverage: 30.0% of statements [2020-11-30T03:40:36.304Z] === RUN TestBuilderGC [2020-11-30T03:40:36.304Z] --- PASS: TestBuilderGC (0.00s) [2020-11-30T03:40:36.304Z] === RUN TestDaemonConfigurationNotFound [2020-11-30T03:40:36.304Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-11-30T03:40:36.636Z] --- PASS: TestSecretList (1.94s) [2020-11-30T03:40:36.636Z] === RUN TestSecretsCreateAndDelete [2020-11-30T03:40:36.689Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-30T03:40:36.768Z] === RUN TestDaemonBrokenConfiguration [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestParseClusterAdvertiseSettings [2020-11-30T03:40:36.768Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestFindConfigurationConflicts [2020-11-30T03:40:36.768Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-11-30T03:40:36.768Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeConflicts [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-11-30T03:40:36.768Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-11-30T03:40:36.768Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-11-30T03:40:36.768Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-11-30T03:40:36.768Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-11-30T03:40:36.768Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-11-30T03:40:36.768Z] === RUN TestValidateConfiguration [2020-11-30T03:40:36.768Z] === RUN TestValidateConfiguration/with_label [2020-11-30T03:40:36.768Z] === RUN TestValidateConfiguration/with_dns [2020-11-30T03:40:36.768Z] === RUN TestValidateConfiguration/with_dns-search [2020-11-30T03:40:36.769Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-11-30T03:40:36.769Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-11-30T03:40:36.769Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-11-30T03:40:36.769Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-11-30T03:40:36.769Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-11-30T03:40:36.769Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-11-30T03:40:36.769Z] === RUN TestModifiedDiscoverySettings [2020-11-30T03:40:36.769Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-11-30T03:40:36.769Z] === RUN TestReloadSetConfigFileNotExist [2020-11-30T03:40:36.769Z] time="2020-11-30T03:40:36Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-11-30T03:40:36.769Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2020-11-30T03:40:36.769Z] === RUN TestReloadDefaultConfigNotExist [2020-11-30T03:40:36.769Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2020-11-30T03:40:36.769Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:40:36.769Z] === RUN TestReloadBadDefaultConfig [2020-11-30T03:40:36.769Z] time="2020-11-30T03:40:36Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-262085731" [2020-11-30T03:40:36.769Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-11-30T03:40:36.769Z] === RUN TestReloadWithConflictingLabels [2020-11-30T03:40:36.769Z] time="2020-11-30T03:40:36Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-681608294" [2020-11-30T03:40:36.769Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-11-30T03:40:36.769Z] === RUN TestReloadWithDuplicateLabels [2020-11-30T03:40:36.769Z] time="2020-11-30T03:40:36Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-167564429" [2020-11-30T03:40:36.769Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-11-30T03:40:36.769Z] === RUN TestDaemonConfigurationMerge [2020-11-30T03:40:36.769Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-11-30T03:40:36.769Z] PASS [2020-11-30T03:40:36.769Z] coverage: 79.7% of statements [2020-11-30T03:40:36.769Z] ok github.com/docker/docker/daemon/config 0.751s coverage: 79.7% of statements [2020-11-30T03:40:37.627Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2020-11-30T03:40:37.647Z] === RUN TestExternalGraphDriver/spec [2020-11-30T03:40:37.747Z] === RUN TestWaitNodeAttachment [2020-11-30T03:40:37.904Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-30T03:40:38.160Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-30T03:40:38.211Z] --- PASS: TestWaitNodeAttachment (0.40s) [2020-11-30T03:40:38.211Z] === RUN TestIsolationConversion [2020-11-30T03:40:38.211Z] === RUN TestIsolationConversion/default [2020-11-30T03:40:38.211Z] === RUN TestIsolationConversion/process [2020-11-30T03:40:38.211Z] === RUN TestIsolationConversion/hyperv [2020-11-30T03:40:38.211Z] --- PASS: TestIsolationConversion (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestContainerLabels [2020-11-30T03:40:38.211Z] --- PASS: TestContainerLabels (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestCredentialSpecConversion [2020-11-30T03:40:38.211Z] === RUN TestCredentialSpecConversion/none [2020-11-30T03:40:38.211Z] === RUN TestCredentialSpecConversion/config [2020-11-30T03:40:38.211Z] === RUN TestCredentialSpecConversion/file [2020-11-30T03:40:38.211Z] === RUN TestCredentialSpecConversion/registry [2020-11-30T03:40:38.211Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-11-30T03:40:38.211Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestControllerValidateMountBind [2020-11-30T03:40:38.211Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestControllerValidateMountVolume [2020-11-30T03:40:38.211Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestControllerValidateMountTarget [2020-11-30T03:40:38.211Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestControllerValidateMountTmpfs [2020-11-30T03:40:38.211Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestControllerValidateMountInvalidType [2020-11-30T03:40:38.211Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestControllerValidateMountNamedPipe [2020-11-30T03:40:38.211Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-11-30T03:40:38.211Z] PASS [2020-11-30T03:40:38.211Z] coverage: 11.3% of statements [2020-11-30T03:40:38.211Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.385s coverage: 11.3% of statements [2020-11-30T03:40:38.211Z] === RUN TestVerifyNetworkingConfig [2020-11-30T03:40:38.211Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestGetContainer [2020-11-30T03:40:38.211Z] --- PASS: TestGetContainer (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestValidContainerNames [2020-11-30T03:40:38.211Z] --- PASS: TestValidContainerNames (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestContainerInitDNS [2020-11-30T03:40:38.211Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-11-30T03:40:38.211Z] daemon_test.go:147: root required [2020-11-30T03:40:38.211Z] === RUN TestMerge [2020-11-30T03:40:38.211Z] --- PASS: TestMerge (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestValidateContainerIsolation [2020-11-30T03:40:38.211Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestFindNetworkErrorType [2020-11-30T03:40:38.211Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestEnsureServicesExist [2020-11-30T03:40:38.211Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-11-30T03:40:38.211Z] === RUN TestEnsureServicesExistErrors [2020-11-30T03:40:38.211Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-11-30T03:40:38.211Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-11-30T03:40:38.211Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-11-30T03:40:38.211Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-11-30T03:40:38.212Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-11-30T03:40:38.212Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-11-30T03:40:38.212Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-11-30T03:40:38.212Z] === RUN TestContainerDelete [2020-11-30T03:40:38.212Z] --- PASS: TestContainerDelete (0.00s) [2020-11-30T03:40:38.212Z] === RUN TestContainerDoubleDelete [2020-11-30T03:40:38.212Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-11-30T03:40:38.212Z] === RUN TestLogContainerEventCopyLabels [2020-11-30T03:40:38.212Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-11-30T03:40:38.212Z] === RUN TestLogContainerEventWithAttributes [2020-11-30T03:40:38.212Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-11-30T03:40:38.212Z] === RUN TestNoneHealthcheck [2020-11-30T03:40:38.212Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-11-30T03:40:38.212Z] === RUN TestHealthStates [2020-11-30T03:40:38.676Z] === RUN TestEventsLog [2020-11-30T03:40:38.676Z] --- PASS: TestEventsLog (0.00s) [2020-11-30T03:40:38.676Z] === RUN TestEventsLogTimeout [2020-11-30T03:40:38.676Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-11-30T03:40:38.676Z] === RUN TestLogEvents [2020-11-30T03:40:38.676Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.676Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.676Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.676Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.676Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.677Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.677Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.677Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.677Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.677Z] time="2020-11-30T03:40:38Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-11-30T03:40:38.677Z] --- PASS: TestHealthStates (0.12s) [2020-11-30T03:40:38.677Z] === RUN TestMaskURLCredentials [2020-11-30T03:40:38.677Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestGetInspectData [2020-11-30T03:40:38.677Z] --- PASS: TestGetInspectData (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestFillLicense [2020-11-30T03:40:38.677Z] --- PASS: TestFillLicense (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestListInvalidFilter [2020-11-30T03:40:38.677Z] --- PASS: TestListInvalidFilter (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestNameFilter [2020-11-30T03:40:38.677Z] --- PASS: TestNameFilter (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-11-30T03:40:38.677Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-11-30T03:40:38.677Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-11-30T03:40:38.677Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestDaemonReloadLabels [2020-11-30T03:40:38.677Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-11-30T03:40:38.677Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestDaemonReloadMirrors [2020-11-30T03:40:38.677Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestDaemonReloadInsecureRegistries [2020-11-30T03:40:38.677Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestDaemonReloadNotAffectOthers [2020-11-30T03:40:38.677Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestDaemonDiscoveryReload [2020-11-30T03:40:38.677Z] --- PASS: TestLogEvents (0.05s) [2020-11-30T03:40:38.677Z] === RUN TestLoadBufferedEvents [2020-11-30T03:40:38.677Z] --- PASS: TestLoadBufferedEvents (0.15s) [2020-11-30T03:40:38.677Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-11-30T03:40:38.677Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-11-30T03:40:38.677Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-11-30T03:40:38.677Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-11-30T03:40:38.677Z] PASS [2020-11-30T03:40:38.677Z] coverage: 50.0% of statements [2020-11-30T03:40:38.677Z] ok github.com/docker/docker/daemon/events 0.906s coverage: 50.0% of statements [2020-11-30T03:40:38.708Z] --- PASS: TestSecretsCreateAndDelete (1.90s) [2020-11-30T03:40:38.708Z] === RUN TestSecretsUpdate [2020-11-30T03:40:38.723Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-30T03:40:38.723Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-30T03:40:39.652Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-30T03:40:39.652Z] === RUN TestExternalGraphDriver/pull [2020-11-30T03:40:39.656Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-11-30T03:40:39.656Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-11-30T03:40:40.121Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.52s) [2020-11-30T03:40:40.121Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-11-30T03:40:40.121Z] === RUN TestLinkNaming [2020-11-30T03:40:40.121Z] --- PASS: TestLinkNaming (0.00s) [2020-11-30T03:40:40.121Z] === RUN TestLinkNew [2020-11-30T03:40:40.121Z] --- PASS: TestLinkNew (0.00s) [2020-11-30T03:40:40.121Z] === RUN TestLinkEnv [2020-11-30T03:40:40.121Z] --- PASS: TestLinkEnv (0.00s) [2020-11-30T03:40:40.121Z] === RUN TestLinkMultipleEnv [2020-11-30T03:40:40.121Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-11-30T03:40:40.121Z] === RUN TestLinkPortRangeEnv [2020-11-30T03:40:40.121Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-11-30T03:40:40.121Z] PASS [2020-11-30T03:40:40.121Z] coverage: 93.0% of statements [2020-11-30T03:40:40.121Z] ok github.com/docker/docker/daemon/links 0.050s coverage: 93.0% of statements [2020-11-30T03:40:40.586Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-11-30T03:40:40.586Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-11-30T03:40:40.586Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-30T03:40:40.586Z] reload_test.go:520: root required [2020-11-30T03:40:40.586Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-11-30T03:40:40.586Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-11-30T03:40:40.586Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-11-30T03:40:40.586Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2020-11-30T03:40:40.586Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-11-30T03:40:40.586Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2020-11-30T03:40:40.586Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-11-30T03:40:40.586Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.06s) [2020-11-30T03:40:40.586Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-11-30T03:40:40.586Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-11-30T03:40:40.586Z] === RUN TestParseVolumesFrom [2020-11-30T03:40:40.586Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-11-30T03:40:40.586Z] PASS [2020-11-30T03:40:40.586Z] coverage: 9.1% of statements [2020-11-30T03:40:40.586Z] ok github.com/docker/docker/daemon 3.706s coverage: 9.1% of statements [2020-11-30T03:40:40.586Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-11-30T03:40:40.586Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-11-30T03:40:40.586Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-11-30T03:40:40.586Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-11-30T03:40:40.586Z] === RUN TestIsEmptyDir [2020-11-30T03:40:40.586Z] --- PASS: TestIsEmptyDir (0.01s) [2020-11-30T03:40:40.586Z] PASS [2020-11-30T03:40:40.586Z] coverage: 2.3% of statements [2020-11-30T03:40:40.586Z] ok github.com/docker/docker/daemon/graphdriver 0.196s coverage: 2.3% of statements [2020-11-30T03:40:40.793Z] --- PASS: TestSecretsUpdate (1.93s) [2020-11-30T03:40:40.793Z] === RUN TestTemplatedSecret [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-11-30T03:40:41.051Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-11-30T03:40:41.545Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-30T03:40:41.545Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-30T03:40:41.545Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-30T03:40:41.545Z] --- PASS: TestExternalGraphDriver (6.17s) [2020-11-30T03:40:41.545Z] --- PASS: TestExternalGraphDriver/json (2.49s) [2020-11-30T03:40:41.545Z] --- PASS: TestExternalGraphDriver/spec (1.90s) [2020-11-30T03:40:41.545Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2020-11-30T03:40:41.545Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:40:41.801Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-30T03:40:42.364Z] === RUN TestDockerSuite/TestCommitChange [2020-11-30T03:40:42.881Z] --- PASS: TestTemplatedSecret (2.42s) [2020-11-30T03:40:42.881Z] === RUN TestSecretCreateResolve [2020-11-30T03:40:43.292Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-30T03:40:43.854Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-30T03:40:44.886Z] === RUN TestSearchRegistryForImagesErrors [2020-11-30T03:40:44.886Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-11-30T03:40:44.886Z] === RUN TestSearchRegistryForImages [2020-11-30T03:40:44.886Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-11-30T03:40:44.886Z] === RUN TestImageDelete [2020-11-30T03:40:44.955Z] --- PASS: TestSecretCreateResolve (1.91s) [2020-11-30T03:40:44.956Z] PASS [2020-11-30T03:40:44.956Z] [2020-11-30T03:40:44.956Z] DONE 6 tests in 12.106s [2020-11-30T03:40:44.956Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-11-30T03:40:44.956Z] ++ 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-11-30T03:40:44.956Z] ++ set -e [2020-11-30T03:40:44.956Z] ++ '[' -n 0 ']' [2020-11-30T03:40:44.956Z] ++ set -x [2020-11-30T03:40:44.956Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:44.956Z] INFO: Testing against a local daemon [2020-11-30T03:40:44.956Z] === RUN TestServiceCreateInit [2020-11-30T03:40:44.956Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-30T03:40:45.221Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-30T03:40:45.351Z] === RUN TestImageDelete/no_lease [2020-11-30T03:40:45.351Z] === RUN TestImageDelete/lease_exists [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/defaults [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/invalid_create_group [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-11-30T03:40:45.351Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-11-30T03:40:45.351Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-11-30T03:40:45.351Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestNewAWSLogsClientRegionDetect [2020-11-30T03:40:45.351Z] time="2020-11-30T03:40:45Z" level=info msg="Trying to get region from EC2 Metadata" [2020-11-30T03:40:45.351Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2020-11-30T03:40:45.351Z] === RUN TestCreateSuccess [2020-11-30T03:40:45.351Z] --- PASS: TestCreateSuccess (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCreateLogGroupSuccess [2020-11-30T03:40:45.351Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCreateError [2020-11-30T03:40:45.351Z] --- PASS: TestCreateError (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCreateAlreadyExists [2020-11-30T03:40:45.351Z] time="2020-11-30T03:40:45Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-11-30T03:40:45.351Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestLogClosed [2020-11-30T03:40:45.351Z] --- PASS: TestLogClosed (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestLogBlocking [2020-11-30T03:40:45.351Z] --- PASS: TestLogBlocking (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestLogNonBlockingBufferEmpty [2020-11-30T03:40:45.351Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestLogNonBlockingBufferFull [2020-11-30T03:40:45.351Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestPublishBatchSuccess [2020-11-30T03:40:45.351Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestPublishBatchError [2020-11-30T03:40:45.351Z] time="2020-11-30T03:40:45Z" level=error msg=Error [2020-11-30T03:40:45.351Z] --- PASS: TestPublishBatchError (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-11-30T03:40:45.351Z] time="2020-11-30T03:40:45Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-30T03:40:45.351Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestPublishBatchAlreadyAccepted [2020-11-30T03:40:45.351Z] time="2020-11-30T03:40:45Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-11-30T03:40:45.351Z] time="2020-11-30T03:40:45Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-11-30T03:40:45.351Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchSimple [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchTicker [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchMultilinePattern [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchClose [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchClose (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen/0/Hello [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen/2/🙃 [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen/3/���� [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen/4/He��o [2020-11-30T03:40:45.351Z] === RUN TestEffectiveLen/5/ [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/0/ [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/1/Hello [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/2/Hello [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/3/Hello [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/4/🙃 [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/5/🙃 [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/6/a� [2020-11-30T03:40:45.351Z] === RUN TestFindValidSplit/7/a� [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit (0.00s) [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: Hello [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: He [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: llo [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: Hello [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: 🙃 [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: 🙃 [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: a [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: � [2020-11-30T03:40:45.351Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1044: a� [2020-11-30T03:40:45.351Z] cloudwatchlogs_test.go:1045: [2020-11-30T03:40:45.351Z] === RUN TestProcessEventEmoji [2020-11-30T03:40:45.351Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchLineSplit [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchLineSplitWithBinary [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-11-30T03:40:45.351Z] === RUN TestCollectBatchMaxEvents [2020-11-30T03:40:45.351Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-11-30T03:40:45.477Z] --- PASS: TestGraphdriverPluginV2 (4.07s) [2020-11-30T03:40:45.477Z] PASS [2020-11-30T03:40:45.477Z] [2020-11-30T03:40:45.477Z] DONE 5 tests in 10.419s [2020-11-30T03:40:45.477Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-11-30T03:40:45.477Z] ++ 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-11-30T03:40:45.477Z] ++ set -e [2020-11-30T03:40:45.477Z] ++ '[' -n 0 ']' [2020-11-30T03:40:45.477Z] ++ set -x [2020-11-30T03:40:45.477Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:45.477Z] INFO: Testing against a local daemon [2020-11-30T03:40:45.477Z] === RUN TestContinueAfterPluginCrash [2020-11-30T03:40:45.477Z] === PAUSE TestContinueAfterPluginCrash [2020-11-30T03:40:45.477Z] === RUN TestReadPluginNoRead [2020-11-30T03:40:45.477Z] === PAUSE TestReadPluginNoRead [2020-11-30T03:40:45.478Z] === RUN TestDaemonStartWithLogOpt [2020-11-30T03:40:45.478Z] === PAUSE TestDaemonStartWithLogOpt [2020-11-30T03:40:45.478Z] === CONT TestContinueAfterPluginCrash [2020-11-30T03:40:45.478Z] === CONT TestDaemonStartWithLogOpt [2020-11-30T03:40:45.815Z] === RUN TestCollectBatchMaxTotalBytes [2020-11-30T03:40:45.815Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-11-30T03:40:45.815Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-11-30T03:40:45.815Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2020-11-30T03:40:45.815Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-11-30T03:40:45.815Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsMultilinePattern [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-11-30T03:40:45.815Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-11-30T03:40:45.815Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-11-30T03:40:45.815Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestCreateTagSuccess [2020-11-30T03:40:45.815Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-11-30T03:40:45.815Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-11-30T03:40:45.815Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-11-30T03:40:45.815Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-11-30T03:40:45.815Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-11-30T03:40:45.815Z] PASS [2020-11-30T03:40:45.815Z] coverage: 77.8% of statements [2020-11-30T03:40:45.815Z] ok github.com/docker/docker/daemon/logger/awslogs 1.075s coverage: 77.8% of statements [2020-11-30T03:40:45.815Z] === RUN TestAdapterReadLogs [2020-11-30T03:40:45.815Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestCopier [2020-11-30T03:40:45.815Z] --- PASS: TestCopier (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestCopierLongLines [2020-11-30T03:40:45.815Z] --- PASS: TestCopierLongLines (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestCopierSlow [2020-11-30T03:40:45.815Z] --- PASS: TestImageDelete (0.93s) [2020-11-30T03:40:45.815Z] --- PASS: TestImageDelete/no_lease (0.16s) [2020-11-30T03:40:45.815Z] --- PASS: TestImageDelete/lease_exists (0.64s) [2020-11-30T03:40:45.815Z] === RUN TestContentStoreForPull [2020-11-30T03:40:45.815Z] --- PASS: TestCopierSlow (0.20s) [2020-11-30T03:40:45.815Z] === RUN TestCopierWithSized [2020-11-30T03:40:45.815Z] --- PASS: TestCopierWithSized (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestCopierWithPartial [2020-11-30T03:40:45.815Z] --- PASS: TestCopierWithPartial (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestRingLogger [2020-11-30T03:40:45.815Z] --- PASS: TestRingLogger (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestRingCap [2020-11-30T03:40:45.815Z] --- PASS: TestRingCap (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestRingClose [2020-11-30T03:40:45.815Z] --- PASS: TestRingClose (0.00s) [2020-11-30T03:40:45.815Z] === RUN TestRingDrain [2020-11-30T03:40:45.815Z] --- PASS: TestRingDrain (0.00s) [2020-11-30T03:40:45.815Z] PASS [2020-11-30T03:40:45.815Z] coverage: 41.2% of statements [2020-11-30T03:40:45.815Z] ok github.com/docker/docker/daemon/logger 1.166s coverage: 41.2% of statements [2020-11-30T03:40:46.279Z] === RUN TestJSONFileLogger [2020-11-30T03:40:46.280Z] --- PASS: TestJSONFileLogger (0.00s) [2020-11-30T03:40:46.280Z] === RUN TestJSONFileLoggerWithTags [2020-11-30T03:40:46.280Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-11-30T03:40:46.280Z] === RUN TestJSONFileLoggerWithOpts [2020-11-30T03:40:46.280Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2020-11-30T03:40:46.280Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-11-30T03:40:46.280Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-11-30T03:40:46.280Z] === RUN TestEncodeDecode [2020-11-30T03:40:46.280Z] === PAUSE TestEncodeDecode [2020-11-30T03:40:46.280Z] === CONT TestEncodeDecode [2020-11-30T03:40:46.280Z] --- PASS: TestContentStoreForPull (0.39s) [2020-11-30T03:40:46.280Z] PASS [2020-11-30T03:40:46.280Z] coverage: 6.5% of statements [2020-11-30T03:40:46.280Z] ok github.com/docker/docker/daemon/images 1.874s coverage: 6.5% of statements [2020-11-30T03:40:46.280Z] --- PASS: TestEncodeDecode (0.21s) [2020-11-30T03:40:46.280Z] PASS [2020-11-30T03:40:46.280Z] coverage: 61.6% of statements [2020-11-30T03:40:46.280Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.875s coverage: 61.6% of statements [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-11-30T03:40:46.280Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-11-30T03:40:46.406Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-30T03:40:47.259Z] === RUN TestJSONLogsMarshalJSONBuf [2020-11-30T03:40:47.259Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-11-30T03:40:47.259Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-11-30T03:40:47.337Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-30T03:40:47.670Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/rootless [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/volume [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-30T03:40:47.670Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-30T03:40:47.724Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2020-11-30T03:40:47.724Z] === RUN TestFastTimeMarshalJSON [2020-11-30T03:40:47.724Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2020-11-30T03:40:47.724Z] PASS [2020-11-30T03:40:47.724Z] coverage: 87.2% of statements [2020-11-30T03:40:47.724Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.246s coverage: 87.2% of statements [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === Skipped [2020-11-30T03:40:47.932Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-11-30T03:40:47.932Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-11-30T03:40:47.932Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver btrfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-11-30T03:40:47.932Z] time="2020-11-30T03:39:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-11-30T03:40:47.932Z] time="2020-11-30T03:39:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-11-30T03:40:47.932Z] time="2020-11-30T03:39:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-11-30T03:40:47.932Z] time="2020-11-30T03:39:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-11-30T03:40:47.932Z] time="2020-11-30T03:39:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-11-30T03:40:47.932Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-11-30T03:40:47.932Z] overlay_test.go:49: Fails to compute changes intermittently [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-11-30T03:40:47.932Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-11-30T03:40:47.932Z] graphtest_unix.go:46: Driver zfs not supported [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-11-30T03:40:47.932Z] graphtest_unix.go:73: No driver to put! [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-11-30T03:40:47.932Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-11-30T03:40:47.932Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] [2020-11-30T03:40:47.932Z] DONE 2191 tests, 26 skipped in 253.478s Post stage [Pipeline] junit [2020-11-30T03:40:48.519Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-11-30T03:40:49.232Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-30T03:40:49.280Z] === RUN TestWriteLog [2020-11-30T03:40:49.280Z] === PAUSE TestWriteLog [2020-11-30T03:40:49.280Z] === RUN TestReadLog [2020-11-30T03:40:49.281Z] === PAUSE TestReadLog [2020-11-30T03:40:49.281Z] === CONT TestWriteLog [2020-11-30T03:40:49.281Z] --- PASS: TestWriteLog (0.00s) [2020-11-30T03:40:49.281Z] === CONT TestReadLog [2020-11-30T03:40:49.281Z] === RUN TestReadLog/tail_exact [2020-11-30T03:40:49.281Z] === RUN TestReadLog/tail_less_than_available [2020-11-30T03:40:49.281Z] === RUN TestReadLog/tail_more_than_available [2020-11-30T03:40:49.281Z] --- PASS: TestReadLog (0.18s) [2020-11-30T03:40:49.281Z] --- PASS: TestReadLog/tail_exact (0.17s) [2020-11-30T03:40:49.281Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-11-30T03:40:49.281Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2020-11-30T03:40:49.281Z] PASS [2020-11-30T03:40:49.281Z] coverage: 75.2% of statements [2020-11-30T03:40:49.281Z] ok github.com/docker/docker/daemon/logger/local 0.670s coverage: 75.2% of statements [2020-11-30T03:40:49.281Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-11-30T03:40:49.378Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41728/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=35639d804dfaf80e94a6a4fbcb87d11926087111 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:35639d804dfaf80e94a6a4fbcb87d11926087111 hack/validate/vendor [2020-11-30T03:40:49.429Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-30T03:40:49.745Z] === RUN TestOpenFileDelete [2020-11-30T03:40:49.745Z] --- PASS: TestOpenFileDelete (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestOpenFileRename [2020-11-30T03:40:49.745Z] --- PASS: TestOpenFileRename (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestParseLogTagDefaultTag [2020-11-30T03:40:49.745Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestParseLogTag [2020-11-30T03:40:49.745Z] --- PASS: TestParseLogTag (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestParseLogTagEmptyTag [2020-11-30T03:40:49.745Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestTailFiles [2020-11-30T03:40:49.745Z] --- PASS: TestTailFiles (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestFollowLogsConsumerGone [2020-11-30T03:40:49.745Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-11-30T03:40:49.745Z] === RUN TestFollowLogsProducerGone [2020-11-30T03:40:49.745Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-11-30T03:40:49.745Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2020-11-30T03:40:49.745Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2020-11-30T03:40:49.745Z] === RUN TestCheckCapacityAndRotate [2020-11-30T03:40:49.745Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2020-11-30T03:40:49.745Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2020-11-30T03:40:49.793Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-30T03:40:50.209Z] --- PASS: TestCheckCapacityAndRotate (0.24s) [2020-11-30T03:40:50.209Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2020-11-30T03:40:50.209Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.23s) [2020-11-30T03:40:50.209Z] PASS [2020-11-30T03:40:50.209Z] coverage: 55.3% of statements [2020-11-30T03:40:50.209Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.582s coverage: 55.3% of statements [2020-11-30T03:40:50.209Z] === RUN TestLog [2020-11-30T03:40:50.209Z] --- PASS: TestLog (0.01s) [2020-11-30T03:40:50.209Z] PASS [2020-11-30T03:40:50.209Z] coverage: 33.3% of statements [2020-11-30T03:40:50.209Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.468s coverage: 33.3% of statements [2020-11-30T03:40:50.321Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-30T03:40:51.160Z] --- PASS: TestDaemonStartWithLogOpt (5.48s) [2020-11-30T03:40:51.160Z] === CONT TestReadPluginNoRead [2020-11-30T03:40:51.160Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-30T03:40:51.188Z] === RUN TestValidateLogOpt [2020-11-30T03:40:51.188Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestNewMissedConfig [2020-11-30T03:40:51.188Z] --- PASS: TestNewMissedConfig (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestNewMissedUrl [2020-11-30T03:40:51.188Z] --- PASS: TestNewMissedUrl (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestNewMissedToken [2020-11-30T03:40:51.188Z] --- PASS: TestNewMissedToken (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestNewWithProxy [2020-11-30T03:40:51.188Z] --- PASS: TestNewWithProxy (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestDefault [2020-11-30T03:40:51.188Z] --- PASS: TestDefault (0.01s) [2020-11-30T03:40:51.188Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-11-30T03:40:51.188Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2020-11-30T03:40:51.188Z] === RUN TestJsonFormat [2020-11-30T03:40:51.188Z] --- PASS: TestJsonFormat (0.01s) [2020-11-30T03:40:51.188Z] === RUN TestRawFormat [2020-11-30T03:40:51.188Z] --- PASS: TestRawFormat (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestRawFormatWithLabels [2020-11-30T03:40:51.188Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestRawFormatWithoutTag [2020-11-30T03:40:51.188Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-11-30T03:40:51.188Z] === RUN TestBatching [2020-11-30T03:40:51.214Z] + echo Ensuring container killed. [2020-11-30T03:40:51.214Z] Ensuring container killed. [2020-11-30T03:40:51.214Z] + docker rm -vf docker-pr3 [2020-11-30T03:40:51.214Z] Error: No such container: docker-pr3 [2020-11-30T03:40:51.214Z] + true [Pipeline] sh [2020-11-30T03:40:51.505Z] + echo Chowning /workspace to jenkins user [2020-11-30T03:40:51.506Z] Chowning /workspace to jenkins user [2020-11-30T03:40:51.506Z] + id -u [2020-11-30T03:40:51.506Z] + id -g [2020-11-30T03:40:51.506Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41728:/workspace busybox chown -R 1000:1000 /workspace [2020-11-30T03:40:51.654Z] --- PASS: TestBatching (0.34s) [2020-11-30T03:40:51.654Z] === RUN TestFrequency [2020-11-30T03:40:51.654Z] === RUN TestNewParse [2020-11-30T03:40:51.654Z] --- PASS: TestNewParse (0.00s) [2020-11-30T03:40:51.654Z] PASS [2020-11-30T03:40:51.654Z] coverage: 8.3% of statements [2020-11-30T03:40:51.654Z] ok github.com/docker/docker/daemon/logger/templates 0.103s coverage: 8.3% of statements [2020-11-30T03:40:51.654Z] --- PASS: TestFrequency (0.18s) [2020-11-30T03:40:51.654Z] === RUN TestOneMessagePerRequest [2020-11-30T03:40:51.654Z] --- PASS: TestOneMessagePerRequest (0.01s) [2020-11-30T03:40:51.654Z] === RUN TestVerify [2020-11-30T03:40:51.654Z] --- PASS: TestVerify (0.00s) [2020-11-30T03:40:51.654Z] === RUN TestSkipVerify [2020-11-30T03:40:51.722Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-30T03:40:51.722Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-30T03:40:51.722Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-30T03:40:51.979Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-30T03:40:51.979Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-30T03:40:51.979Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-30T03:40:51.979Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-30T03:40:52.119Z] time="2020-11-30T03:40:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.119Z] time="2020-11-30T03:40:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.119Z] time="2020-11-30T03:40:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.119Z] time="2020-11-30T03:40:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T03:40:52.583Z] --- PASS: TestSkipVerify (0.58s) [2020-11-30T03:40:52.583Z] === RUN TestBufferMaximum [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.040257\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.040257\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] --- PASS: TestBufferMaximum (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestServerAlwaysDown [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.045255\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.045255\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.045255\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.046256\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] time="2020-11-30T03:40:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1606707652.046256\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:52.583Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestCannotSendAfterClose [2020-11-30T03:40:52.583Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestDeadlockOnBlockedEndpoint [2020-11-30T03:40:52.583Z] === RUN TestParseLogFormat [2020-11-30T03:40:52.583Z] --- PASS: TestParseLogFormat (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestValidateLogOptEmpty [2020-11-30T03:40:52.583Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestValidateSyslogAddress [2020-11-30T03:40:52.583Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestParseAddressDefaultPort [2020-11-30T03:40:52.583Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestValidateSyslogFacility [2020-11-30T03:40:52.583Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestValidateLogOptSyslogFormat [2020-11-30T03:40:52.583Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-11-30T03:40:52.583Z] === RUN TestValidateLogOpt [2020-11-30T03:40:52.583Z] --- PASS: TestValidateLogOpt (0.00s) [2020-11-30T03:40:52.583Z] PASS [2020-11-30T03:40:52.583Z] coverage: 46.8% of statements [2020-11-30T03:40:52.583Z] ok github.com/docker/docker/daemon/logger/syslog 0.325s coverage: 46.8% of statements [2020-11-30T03:40:52.750Z] + bundleName=unit [2020-11-30T03:40:52.750Z] + echo Creating unit-bundles.tar.gz [2020-11-30T03:40:52.750Z] Creating unit-bundles.tar.gz [2020-11-30T03:40:52.750Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-11-30T03:40:52.750Z] bundles/junit-report.xml [2020-11-30T03:40:52.750Z] bundles/go-test-report.json [2020-11-30T03:40:52.750Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-11-30T03:40:52.763Z] Archiving artifacts [2020-11-30T03:40:52.971Z] --- PASS: TestServiceCreateInit (7.60s) [2020-11-30T03:40:52.971Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.82s) [2020-11-30T03:40:52.971Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.76s) [2020-11-30T03:40:52.971Z] === RUN TestCreateServiceMultipleTimes [2020-11-30T03:40:53.263Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T03:40:53.347Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-30T03:40:53.561Z] time="2020-11-30T03:40:53Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49204/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-11-30T03:40:53.561Z] time="2020-11-30T03:40:53Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"16cec8ad53ec\"}'" [2020-11-30T03:40:53.561Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2020-11-30T03:40:53.561Z] PASS [2020-11-30T03:40:53.561Z] coverage: 82.5% of statements [2020-11-30T03:40:53.561Z] ok github.com/docker/docker/daemon/logger/splunk 2.354s coverage: 82.5% of statements [2020-11-30T03:40:53.561Z] ? github.com/docker/docker/daemon/names [no test files] [2020-11-30T03:40:53.561Z] ? github.com/docker/docker/daemon/network [no test files] [2020-11-30T03:40:53.561Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-11-30T03:40:53.580Z] + make clean [2020-11-30T03:40:53.580Z] docker volume rm -f docker-dev-cache [2020-11-30T03:40:53.841Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-11-30T03:40:54.285Z] === RUN TestReadPluginNoRead/disabled_caching [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-30T03:40:54.544Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-30T03:40:54.544Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-30T03:40:55.106Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-30T03:40:55.124Z] === RUN TestV1IDService [2020-11-30T03:40:55.124Z] --- PASS: TestV1IDService (0.03s) [2020-11-30T03:40:55.124Z] === RUN TestV2MetadataService [2020-11-30T03:40:55.589Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-11-30T03:40:55.589Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-11-30T03:40:55.589Z] === RUN TestContinueOnError_MirrorEndpoint [2020-11-30T03:40:55.589Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-11-30T03:40:55.589Z] === RUN TestContinueOnError_NeverContinue [2020-11-30T03:40:55.589Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-11-30T03:40:55.589Z] === RUN TestContinueOnError_UnnestsErrors [2020-11-30T03:40:55.589Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-11-30T03:40:55.589Z] === RUN TestManifestStore [2020-11-30T03:40:55.589Z] === RUN TestManifestStore/no_remote_or_local [2020-11-30T03:40:55.670Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-30T03:40:55.926Z] --- PASS: TestContinueAfterPluginCrash (10.32s) [2020-11-30T03:40:55.926Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local161881791\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/no_local_cache [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/with_local_cache [2020-11-30T03:40:56.054Z] === RUN TestSuccessfulDownload [2020-11-30T03:40:56.054Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-11-30T03:40:56.054Z] download_test.go:268: Needs fixing on Windows [2020-11-30T03:40:56.054Z] === RUN TestCancelledDownload [2020-11-30T03:40:56.054Z] --- PASS: TestCancelledDownload (0.00s) [2020-11-30T03:40:56.054Z] === RUN TestMaxDownloadAttempts [2020-11-30T03:40:56.054Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-30T03:40:56.054Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-30T03:40:56.054Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-30T03:40:56.054Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-30T03:40:56.054Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-30T03:40:56.054Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-30T03:40:56.054Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-30T03:40:56.054Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-30T03:40:56.054Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-11-30T03:40:56.054Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-11-30T03:40:56.054Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-11-30T03:40:56.054Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/unknown_media_type [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/unknown_media_type/no_cache [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="reference for unknown type: " [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="reference for unknown type: " [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/unknown_media_type/with_cache [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="reference for unknown type: " [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="reference for unknown type: " [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="reference for unknown type: " [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/error_persisting_manifest [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2020-11-30T03:40:56.054Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2020-11-30T03:40:56.054Z] time="2020-11-30T03:40:55Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore (0.45s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/no_local_cache (0.13s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType/schema1 [2020-11-30T03:40:56.054Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2020-11-30T03:40:56.054Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2020-11-30T03:40:56.054Z] === RUN TestFixManifestLayers [2020-11-30T03:40:56.054Z] --- PASS: TestFixManifestLayers (0.00s) [2020-11-30T03:40:56.054Z] === RUN TestFixManifestLayersBaseLayerParent [2020-11-30T03:40:56.054Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-30T03:40:56.054Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-30T03:40:56.054Z] === RUN TestFixManifestLayersBadParent [2020-11-30T03:40:56.054Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-11-30T03:40:56.054Z] === RUN TestValidateManifest [2020-11-30T03:40:56.054Z] --- SKIP: TestValidateManifest (0.00s) [2020-11-30T03:40:56.054Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-30T03:40:56.054Z] === RUN TestFormatPlatform [2020-11-30T03:40:56.054Z] --- PASS: TestFormatPlatform (0.00s) [2020-11-30T03:40:56.054Z] === RUN TestGetRepositoryMountCandidates [2020-11-30T03:40:56.054Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-11-30T03:40:56.054Z] === RUN TestLayerAlreadyExists [2020-11-30T03:40:56.054Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-11-30T03:40:56.054Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-30T03:40:56.054Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-30T03:40:56.054Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-30T03:40:56.054Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-30T03:40:56.054Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-30T03:40:56.054Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-11-30T03:40:56.054Z] === RUN TestWhenEmptyAuthConfig [2020-11-30T03:40:56.490Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-30T03:40:56.519Z] time="2020-11-30T03:40:55Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-30T03:40:56.519Z] time="2020-11-30T03:40:55Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-30T03:40:56.519Z] time="2020-11-30T03:40:55Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-30T03:40:56.519Z] time="2020-11-30T03:40:55Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-11-30T03:40:56.519Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2020-11-30T03:40:56.519Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2020-11-30T03:40:56.519Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2020-11-30T03:40:56.519Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2020-11-30T03:40:56.519Z] === RUN TestTransfer [2020-11-30T03:40:56.519Z] === RUN TestNotFound [2020-11-30T03:40:56.519Z] --- PASS: TestNotFound (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestConflict [2020-11-30T03:40:56.519Z] --- PASS: TestConflict (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestForbidden [2020-11-30T03:40:56.519Z] --- PASS: TestForbidden (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestInvalidParameter [2020-11-30T03:40:56.519Z] --- PASS: TestInvalidParameter (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestNotImplemented [2020-11-30T03:40:56.519Z] --- PASS: TestNotImplemented (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestNotModified [2020-11-30T03:40:56.519Z] --- PASS: TestNotModified (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestUnauthorized [2020-11-30T03:40:56.519Z] --- PASS: TestUnauthorized (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestUnknown [2020-11-30T03:40:56.519Z] --- PASS: TestUnknown (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestCancelled [2020-11-30T03:40:56.519Z] --- PASS: TestCancelled (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestDeadline [2020-11-30T03:40:56.519Z] --- PASS: TestDeadline (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestDataLoss [2020-11-30T03:40:56.519Z] --- PASS: TestDataLoss (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestUnavailable [2020-11-30T03:40:56.519Z] --- PASS: TestUnavailable (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestSystem [2020-11-30T03:40:56.519Z] --- PASS: TestSystem (0.00s) [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Not_Found [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Bad_Request [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Conflict [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Unauthorized [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Service_Unavailable [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Forbidden [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Not_Modified [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Not_Implemented [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-11-30T03:40:56.519Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-11-30T03:40:56.519Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-11-30T03:40:56.519Z] PASS [2020-11-30T03:40:56.519Z] coverage: 53.1% of statements [2020-11-30T03:40:56.519Z] ok github.com/docker/docker/errdefs 0.113s coverage: 53.1% of statements [2020-11-30T03:40:56.519Z] --- PASS: TestTransfer (0.11s) [2020-11-30T03:40:56.519Z] === RUN TestConcurrencyLimit [2020-11-30T03:40:56.519Z] --- PASS: TestV2MetadataService (1.80s) [2020-11-30T03:40:56.519Z] PASS [2020-11-30T03:40:56.519Z] coverage: 48.2% of statements [2020-11-30T03:40:56.519Z] ok github.com/docker/docker/distribution/metadata 2.148s coverage: 48.2% of statements [2020-11-30T03:40:56.984Z] --- PASS: TestConcurrencyLimit (0.38s) [2020-11-30T03:40:56.984Z] === RUN TestInactiveJobs [2020-11-30T03:40:57.053Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-30T03:40:57.309Z] === RUN TestReadPluginNoRead/default [2020-11-30T03:40:57.448Z] --- PASS: TestInactiveJobs (0.37s) [2020-11-30T03:40:57.448Z] === RUN TestWatchRelease [2020-11-30T03:40:57.448Z] --- PASS: TestWatchRelease (0.04s) [2020-11-30T03:40:57.448Z] === RUN TestWatchFinishedTransfer [2020-11-30T03:40:57.448Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-11-30T03:40:57.448Z] === RUN TestDuplicateTransfer [2020-11-30T03:40:57.448Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2020-11-30T03:40:57.448Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-11-30T03:40:57.448Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-11-30T03:40:57.448Z] === RUN TestTokenPassThru [2020-11-30T03:40:57.448Z] --- PASS: TestTokenPassThru (0.01s) [2020-11-30T03:40:57.448Z] === RUN TestTokenPassThruDifferentHost [2020-11-30T03:40:57.448Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-11-30T03:40:57.448Z] PASS [2020-11-30T03:40:57.448Z] coverage: 23.9% of statements [2020-11-30T03:40:57.448Z] --- PASS: TestDuplicateTransfer (0.06s) [2020-11-30T03:40:57.448Z] === RUN TestSuccessfulUpload [2020-11-30T03:40:57.448Z] ok github.com/docker/docker/distribution 2.228s coverage: 23.9% of statements [2020-11-30T03:40:57.448Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-11-30T03:40:57.448Z] time="2020-11-30T03:40:57Z" level=error msg="Upload failed, retrying: simulating retry" [2020-11-30T03:40:57.566Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-30T03:40:57.566Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-30T03:40:57.566Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-30T03:40:57.912Z] --- PASS: TestSuccessfulUpload (0.50s) [2020-11-30T03:40:57.912Z] === RUN TestCancelledUpload [2020-11-30T03:40:57.912Z] --- PASS: TestCancelledUpload (0.00s) [2020-11-30T03:40:57.912Z] PASS [2020-11-30T03:40:57.912Z] coverage: 76.8% of statements [2020-11-30T03:40:57.912Z] ok github.com/docker/docker/distribution/xfer 2.044s coverage: 76.8% of statements [2020-11-30T03:40:57.912Z] ? github.com/docker/docker/dockerversion [no test files] [2020-11-30T03:40:58.498Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-30T03:40:58.498Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-30T03:40:58.498Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-30T03:40:58.498Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-30T03:40:58.498Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-11-30T03:40:58.498Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-30T03:40:58.892Z] === RUN TestFSGetInvalidData [2020-11-30T03:40:58.892Z] --- PASS: TestFSGetInvalidData (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestFSInvalidSet [2020-11-30T03:40:58.892Z] --- PASS: TestFSInvalidSet (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestFSInvalidRoot [2020-11-30T03:40:58.892Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestFSMetadataGetSet [2020-11-30T03:40:58.892Z] --- PASS: TestFSMetadataGetSet (0.04s) [2020-11-30T03:40:58.892Z] === RUN TestFSInvalidWalker [2020-11-30T03:40:58.892Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestFSGetSet [2020-11-30T03:40:58.892Z] --- PASS: TestFSGetSet (0.02s) [2020-11-30T03:40:58.892Z] === RUN TestFSGetUnsetKey [2020-11-30T03:40:58.892Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestFSGetEmptyData [2020-11-30T03:40:58.892Z] --- PASS: TestFSGetEmptyData (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestFSDelete [2020-11-30T03:40:58.892Z] --- PASS: TestFSDelete (0.02s) [2020-11-30T03:40:58.892Z] === RUN TestFSWalker [2020-11-30T03:40:58.892Z] --- PASS: TestFSWalker (0.02s) [2020-11-30T03:40:58.892Z] === RUN TestFSWalkerStopOnError [2020-11-30T03:40:58.892Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-11-30T03:40:58.892Z] === RUN TestNewFromJSON [2020-11-30T03:40:58.892Z] --- PASS: TestNewFromJSON (0.00s) [2020-11-30T03:40:58.892Z] === RUN TestNewFromJSONWithInvalidJSON [2020-11-30T03:40:58.892Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-11-30T03:40:58.892Z] === RUN TestMarshalKeyOrder [2020-11-30T03:40:58.892Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-11-30T03:40:58.892Z] === RUN TestImage [2020-11-30T03:40:58.892Z] --- PASS: TestImage (0.00s) [2020-11-30T03:40:58.892Z] === RUN TestImageOSNotEmpty [2020-11-30T03:40:58.892Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-11-30T03:40:58.892Z] === RUN TestNewChildImageFromImageWithRootFS [2020-11-30T03:40:58.892Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-11-30T03:40:58.892Z] === RUN TestRestore [2020-11-30T03:40:59.061Z] --- PASS: TestReadPluginNoRead (8.11s) [2020-11-30T03:40:59.061Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.59s) [2020-11-30T03:40:59.061Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2020-11-30T03:40:59.061Z] --- PASS: TestReadPluginNoRead/default (1.70s) [2020-11-30T03:40:59.061Z] read_test.go:92: [dd592a10da6f1] daemon is not started [2020-11-30T03:40:59.061Z] PASS [2020-11-30T03:40:59.061Z] [2020-11-30T03:40:59.061Z] DONE 6 tests in 13.725s [2020-11-30T03:40:59.061Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-11-30T03:40:59.061Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:40:59.061Z] ++ set -e [2020-11-30T03:40:59.061Z] ++ '[' -n 0 ']' [2020-11-30T03:40:59.061Z] ++ set -x [2020-11-30T03:40:59.061Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-11-30T03:40:59.318Z] testing: warning: no tests to run [2020-11-30T03:40:59.318Z] PASS [2020-11-30T03:40:59.318Z] [2020-11-30T03:40:59.318Z] DONE 0 tests in 0.052s [2020-11-30T03:40:59.318Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-11-30T03:40:59.318Z] ++ 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-11-30T03:40:59.318Z] ++ set -e [2020-11-30T03:40:59.318Z] ++ '[' -n 0 ']' [2020-11-30T03:40:59.318Z] ++ set -x [2020-11-30T03:40:59.318Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:40:59.318Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-30T03:40:59.318Z] INFO: Testing against a local daemon [2020-11-30T03:40:59.318Z] === RUN TestPluginWithDevMounts [2020-11-30T03:40:59.318Z] === PAUSE TestPluginWithDevMounts [2020-11-30T03:40:59.318Z] === CONT TestPluginWithDevMounts [2020-11-30T03:40:59.357Z] === RUN TestCompare [2020-11-30T03:40:59.358Z] --- PASS: TestCompare (0.00s) [2020-11-30T03:40:59.358Z] PASS [2020-11-30T03:40:59.358Z] coverage: 19.2% of statements [2020-11-30T03:40:59.358Z] ok github.com/docker/docker/image/cache 0.141s coverage: 19.2% of statements [2020-11-30T03:40:59.358Z] time="2020-11-30T03:40:58Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-11-30T03:40:59.358Z] --- PASS: TestRestore (0.31s) [2020-11-30T03:40:59.358Z] === RUN TestAddDelete [2020-11-30T03:40:59.358Z] --- PASS: TestAddDelete (0.06s) [2020-11-30T03:40:59.358Z] === RUN TestSearchAfterDelete [2020-11-30T03:40:59.358Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-11-30T03:40:59.358Z] === RUN TestParentReset [2020-11-30T03:40:59.358Z] --- PASS: TestParentReset (0.05s) [2020-11-30T03:40:59.358Z] === RUN TestGetAndSetLastUpdated [2020-11-30T03:40:59.358Z] --- PASS: TestGetAndSetLastUpdated (0.04s) [2020-11-30T03:40:59.358Z] === RUN TestStoreLen [2020-11-30T03:40:59.822Z] --- PASS: TestStoreLen (0.28s) [2020-11-30T03:40:59.822Z] PASS [2020-11-30T03:40:59.822Z] coverage: 86.4% of statements [2020-11-30T03:40:59.822Z] ok github.com/docker/docker/image 1.258s coverage: 86.4% of statements [2020-11-30T03:40:59.822Z] === RUN TestMakeV1ConfigFromConfig [2020-11-30T03:40:59.822Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-11-30T03:40:59.822Z] PASS [2020-11-30T03:40:59.822Z] coverage: 25.0% of statements [2020-11-30T03:40:59.822Z] ok github.com/docker/docker/image/v1 0.375s coverage: 25.0% of statements [2020-11-30T03:40:59.881Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-30T03:41:00.287Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-11-30T03:41:00.287Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-11-30T03:41:01.250Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-30T03:41:01.250Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-30T03:41:01.840Z] === RUN TestSerialization [2020-11-30T03:41:01.840Z] --- PASS: TestSerialization (0.06s) [2020-11-30T03:41:01.840Z] PASS [2020-11-30T03:41:01.840Z] coverage: 87.5% of statements [2020-11-30T03:41:01.840Z] ok github.com/docker/docker/libcontainerd/queue 0.236s coverage: 87.5% of statements [2020-11-30T03:41:02.181Z] --- PASS: TestPluginWithDevMounts (2.56s) [2020-11-30T03:41:02.181Z] PASS [2020-11-30T03:41:02.181Z] [2020-11-30T03:41:02.181Z] DONE 1 tests in 2.755s [2020-11-30T03:41:02.181Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-11-30T03:41:02.181Z] ++ 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-11-30T03:41:02.181Z] ++ set -e [2020-11-30T03:41:02.181Z] ++ '[' -n 0 ']' [2020-11-30T03:41:02.181Z] ++ set -x [2020-11-30T03:41:02.181Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:41:02.181Z] INFO: Testing against a local daemon [2020-11-30T03:41:02.181Z] === RUN TestSecretInspect [2020-11-30T03:41:02.304Z] === RUN TestEmptyLayer [2020-11-30T03:41:02.304Z] --- PASS: TestEmptyLayer (0.00s) [2020-11-30T03:41:02.304Z] === RUN TestCommitFailure [2020-11-30T03:41:02.773Z] --- PASS: TestCommitFailure (0.05s) [2020-11-30T03:41:02.773Z] === RUN TestStartTransactionFailure [2020-11-30T03:41:02.773Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-11-30T03:41:02.773Z] === RUN TestGetOrphan [2020-11-30T03:41:02.773Z] --- PASS: TestGetOrphan (0.04s) [2020-11-30T03:41:02.773Z] === RUN TestMountAndRegister [2020-11-30T03:41:02.773Z] --- PASS: TestMountAndRegister (0.07s) [2020-11-30T03:41:02.773Z] layer_test.go:271: Layer size: 14 [2020-11-30T03:41:02.773Z] === RUN TestLayerRelease [2020-11-30T03:41:02.773Z] --- SKIP: TestLayerRelease (0.00s) [2020-11-30T03:41:02.773Z] layer_test.go:304: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestStoreRestore [2020-11-30T03:41:02.773Z] --- SKIP: TestStoreRestore (0.00s) [2020-11-30T03:41:02.773Z] layer_test.go:353: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestTarStreamStability [2020-11-30T03:41:02.773Z] --- SKIP: TestTarStreamStability (0.00s) [2020-11-30T03:41:02.773Z] layer_test.go:468: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestRegisterExistingLayer [2020-11-30T03:41:02.773Z] --- PASS: TestRegisterExistingLayer (0.15s) [2020-11-30T03:41:02.773Z] === RUN TestTarStreamVerification [2020-11-30T03:41:02.773Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-11-30T03:41:02.773Z] layer_test.go:697: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestLayerMigration [2020-11-30T03:41:02.773Z] --- SKIP: TestLayerMigration (0.00s) [2020-11-30T03:41:02.773Z] migration_test.go:46: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestLayerMigrationNoTarsplit [2020-11-30T03:41:02.773Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-11-30T03:41:02.773Z] migration_test.go:182: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestMountInit [2020-11-30T03:41:02.773Z] --- SKIP: TestMountInit (0.00s) [2020-11-30T03:41:02.773Z] mount_test.go:17: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestMountSize [2020-11-30T03:41:02.773Z] --- SKIP: TestMountSize (0.00s) [2020-11-30T03:41:02.773Z] mount_test.go:76: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestMountChanges [2020-11-30T03:41:02.773Z] --- SKIP: TestMountChanges (0.00s) [2020-11-30T03:41:02.773Z] mount_test.go:125: Failing on Windows [2020-11-30T03:41:02.773Z] === RUN TestMountApply [2020-11-30T03:41:02.773Z] --- SKIP: TestMountApply (0.00s) [2020-11-30T03:41:02.773Z] mount_test.go:212: Failing on Windows [2020-11-30T03:41:02.773Z] PASS [2020-11-30T03:41:02.773Z] coverage: 30.1% of statements [2020-11-30T03:41:02.773Z] ok github.com/docker/docker/layer 0.478s coverage: 30.1% of statements [2020-11-30T03:41:02.773Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-11-30T03:41:03.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-11-30T03:41:03.111Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-30T03:41:03.237Z] === RUN TestEnvironmentParsing [2020-11-30T03:41:03.237Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-11-30T03:41:03.237Z] PASS [2020-11-30T03:41:03.237Z] coverage: 1.0% of statements [2020-11-30T03:41:03.237Z] ok github.com/docker/docker/libcontainerd/local 0.325s coverage: 1.0% of statements [2020-11-30T03:41:03.237Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-11-30T03:41:03.237Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-11-30T03:41:03.237Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-11-30T03:41:03.237Z] ? github.com/docker/docker/oci [no test files] [2020-11-30T03:41:03.237Z] ? github.com/docker/docker/oci/caps [no test files] [2020-11-30T03:41:03.237Z] === RUN TestParseVersion [2020-11-30T03:41:03.237Z] --- PASS: TestParseVersion (0.00s) [2020-11-30T03:41:03.237Z] PASS [2020-11-30T03:41:03.237Z] coverage: 52.9% of statements [2020-11-30T03:41:03.237Z] ok github.com/docker/docker/pkg/aaparser 0.059s coverage: 52.9% of statements [2020-11-30T03:41:03.237Z] === RUN TestAddressPoolOpt [2020-11-30T03:41:03.237Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/a [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/something [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/_=a [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/env1=value1 [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/_env1=value1 [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/env2=value2=value3 [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/env3=abc!qwe [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/env_4=value_4 [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/PATH [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/=a [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/PATH= [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/PATH=something [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/asd!qwe [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/1asd [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/123 [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/some_space [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/__some_space_before [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/some_space_after__ [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/= [2020-11-30T03:41:03.237Z] === RUN TestValidateEnv/PaTh [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/a (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/something (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/= (0.00s) [2020-11-30T03:41:03.237Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestParseHost [2020-11-30T03:41:03.237Z] --- PASS: TestParseHost (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestParseDockerDaemonHost [2020-11-30T03:41:03.237Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestParseTCP [2020-11-30T03:41:03.237Z] --- PASS: TestParseTCP (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestParseInvalidUnixAddrInvalid [2020-11-30T03:41:03.237Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestValidateExtraHosts [2020-11-30T03:41:03.237Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestIpOptString [2020-11-30T03:41:03.237Z] --- PASS: TestIpOptString (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestNewIpOptInvalidDefaultVal [2020-11-30T03:41:03.237Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestNewIpOptValidDefaultVal [2020-11-30T03:41:03.237Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-11-30T03:41:03.237Z] === RUN TestIpOptSetInvalidVal [2020-11-30T03:41:03.238Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestValidateIPAddress [2020-11-30T03:41:03.238Z] --- PASS: TestValidateIPAddress (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestMapOpts [2020-11-30T03:41:03.238Z] --- PASS: TestMapOpts (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestListOptsWithoutValidator [2020-11-30T03:41:03.238Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestListOptsWithValidator [2020-11-30T03:41:03.238Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestValidateDNSSearch [2020-11-30T03:41:03.238Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_general_format [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_one_more [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-11-30T03:41:03.238Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-11-30T03:41:03.238Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestNamedListOpts [2020-11-30T03:41:03.238Z] --- PASS: TestNamedListOpts (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestNamedMapOpts [2020-11-30T03:41:03.238Z] --- PASS: TestNamedMapOpts (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestParseLink [2020-11-30T03:41:03.238Z] --- PASS: TestParseLink (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestQuotedStringSetWithQuotes [2020-11-30T03:41:03.238Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-11-30T03:41:03.238Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestQuotedStringSetWithNoQuotes [2020-11-30T03:41:03.238Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-11-30T03:41:03.238Z] === RUN TestUlimitOpt [2020-11-30T03:41:03.238Z] --- PASS: TestUlimitOpt (0.00s) [2020-11-30T03:41:03.238Z] PASS [2020-11-30T03:41:03.238Z] coverage: 67.1% of statements [2020-11-30T03:41:03.238Z] ok github.com/docker/docker/opts 0.186s coverage: 67.1% of statements [2020-11-30T03:41:03.675Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-30T03:41:03.675Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-30T03:41:04.605Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-30T03:41:04.793Z] === RUN TestUnbuffered [2020-11-30T03:41:04.793Z] --- PASS: TestUnbuffered (0.00s) [2020-11-30T03:41:04.793Z] === RUN TestRaceUnbuffered [2020-11-30T03:41:04.793Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-11-30T03:41:04.793Z] PASS [2020-11-30T03:41:04.793Z] coverage: 100.0% of statements [2020-11-30T03:41:04.793Z] ok github.com/docker/docker/pkg/broadcaster 0.465s coverage: 100.0% of statements [2020-11-30T03:41:05.257Z] === RUN TestMatch [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[foo]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[bar]_[foo]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[foo_bar]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[qux]_[foo]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[]#01 [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[qux]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[foo_bar_qux]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[qux]_[baz]] [2020-11-30T03:41:05.257Z] === RUN TestMatch/[[foo_baz]] [2020-11-30T03:41:05.257Z] --- PASS: TestMatch (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-11-30T03:41:05.257Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-11-30T03:41:05.257Z] PASS [2020-11-30T03:41:05.257Z] coverage: 87.5% of statements [2020-11-30T03:41:05.257Z] ok github.com/docker/docker/pkg/capabilities 0.099s coverage: 87.5% of statements [2020-11-30T03:41:05.538Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-30T03:41:05.538Z] --- PASS: TestSecretInspect (3.08s) [2020-11-30T03:41:05.538Z] === RUN TestSecretList [2020-11-30T03:41:05.721Z] === RUN TestPeerCertificateMarshalJSON [2020-11-30T03:41:06.102Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-30T03:41:06.699Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-11-30T03:41:06.700Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-11-30T03:41:06.700Z] --- PASS: TestPeerCertificateMarshalJSON (0.95s) [2020-11-30T03:41:06.700Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-11-30T03:41:06.700Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-11-30T03:41:06.700Z] === RUN TestMiddleware [2020-11-30T03:41:06.700Z] --- PASS: TestMiddleware (0.00s) [2020-11-30T03:41:06.700Z] === RUN TestNewResponseModifier [2020-11-30T03:41:06.700Z] --- PASS: TestNewResponseModifier (0.00s) [2020-11-30T03:41:06.700Z] PASS [2020-11-30T03:41:06.700Z] coverage: 26.8% of statements [2020-11-30T03:41:06.700Z] ok github.com/docker/docker/pkg/authorization 1.220s coverage: 26.8% of statements [2020-11-30T03:41:07.031Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-30T03:41:07.031Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-30T03:41:07.164Z] === RUN TestChrootTarUntar [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:07.164Z] === RUN TestChrootUntarWithHugeExcludesList [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:07.164Z] === RUN TestChrootUntarEmptyArchive [2020-11-30T03:41:07.164Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestChrootTarUntarWithSymlink [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-30T03:41:07.164Z] === RUN TestChrootCopyWithTar [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-30T03:41:07.164Z] === RUN TestChrootCopyFileWithTar [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:07.164Z] === RUN TestChrootUntarPath [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-30T03:41:07.164Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:07.164Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:07.164Z] === RUN TestChrootApplyDotDotFile [2020-11-30T03:41:07.164Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-11-30T03:41:07.164Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:07.164Z] PASS [2020-11-30T03:41:07.164Z] coverage: 15.4% of statements [2020-11-30T03:41:07.164Z] ok github.com/docker/docker/pkg/chrootarchive 0.169s coverage: 15.4% of statements [2020-11-30T03:41:07.164Z] === RUN TestIsArchivePathDir [2020-11-30T03:41:07.164Z] === RUN TestSizeEmpty [2020-11-30T03:41:07.164Z] --- PASS: TestSizeEmpty (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestSizeEmptyFile [2020-11-30T03:41:07.164Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestSizeNonemptyFile [2020-11-30T03:41:07.164Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestSizeNestedDirectoryEmpty [2020-11-30T03:41:07.164Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-11-30T03:41:07.164Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-11-30T03:41:07.164Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestMoveToSubdir [2020-11-30T03:41:07.164Z] --- PASS: TestMoveToSubdir (0.00s) [2020-11-30T03:41:07.164Z] === RUN TestSizeNonExistingDirectory [2020-11-30T03:41:07.164Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-11-30T03:41:07.164Z] PASS [2020-11-30T03:41:07.164Z] coverage: 80.0% of statements [2020-11-30T03:41:07.164Z] --- PASS: TestIsArchivePathDir (0.07s) [2020-11-30T03:41:07.164Z] === RUN TestIsArchivePathInvalidFile [2020-11-30T03:41:07.164Z] ok github.com/docker/docker/pkg/directory 0.181s coverage: 80.0% of statements [2020-11-30T03:41:07.594Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-30T03:41:07.629Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2020-11-30T03:41:07.629Z] === RUN TestIsArchivePathTar [2020-11-30T03:41:07.629Z] --- PASS: TestIsArchivePathTar (0.23s) [2020-11-30T03:41:07.629Z] === RUN TestDecompressStreamGzip [2020-11-30T03:41:07.629Z] --- PASS: TestDecompressStreamGzip (0.16s) [2020-11-30T03:41:07.629Z] === RUN TestDecompressStreamBzip2 [2020-11-30T03:41:08.093Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2020-11-30T03:41:08.093Z] === RUN TestDecompressStreamXz [2020-11-30T03:41:08.093Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-11-30T03:41:08.093Z] archive_test.go:133: Xz not present in msys2 [2020-11-30T03:41:08.093Z] === RUN TestCompressStreamXzUnsupported [2020-11-30T03:41:08.093Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestCompressStreamBzip2Unsupported [2020-11-30T03:41:08.093Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestCompressStreamInvalid [2020-11-30T03:41:08.093Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestExtensionInvalid [2020-11-30T03:41:08.093Z] --- PASS: TestExtensionInvalid (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestExtensionUncompressed [2020-11-30T03:41:08.093Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestExtensionBzip2 [2020-11-30T03:41:08.093Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestExtensionGzip [2020-11-30T03:41:08.093Z] --- PASS: TestExtensionGzip (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestExtensionXz [2020-11-30T03:41:08.093Z] --- PASS: TestExtensionXz (0.00s) [2020-11-30T03:41:08.093Z] === RUN TestCmdStreamLargeStderr [2020-11-30T03:41:08.093Z] --- PASS: TestCmdStreamLargeStderr (0.12s) [2020-11-30T03:41:08.093Z] === RUN TestCmdStreamBad [2020-11-30T03:41:08.093Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-11-30T03:41:08.093Z] archive_test.go:238: Failing on Windows CI machines [2020-11-30T03:41:08.093Z] === RUN TestCmdStreamGood [2020-11-30T03:41:08.093Z] --- PASS: TestCmdStreamGood (0.17s) [2020-11-30T03:41:08.093Z] === RUN TestUntarPathWithInvalidDest [2020-11-30T03:41:08.366Z] --- PASS: TestCreateServiceMultipleTimes (15.62s) [2020-11-30T03:41:08.366Z] === RUN TestCreateServiceConflict [2020-11-30T03:41:08.522Z] --- PASS: TestSecretList (2.98s) [2020-11-30T03:41:08.522Z] === RUN TestSecretsCreateAndDelete [2020-11-30T03:41:08.522Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-30T03:41:08.557Z] --- PASS: TestUntarPathWithInvalidDest (0.20s) [2020-11-30T03:41:08.557Z] === RUN TestUntarPathWithInvalidSrc [2020-11-30T03:41:08.557Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-11-30T03:41:08.557Z] === RUN TestUntarPath [2020-11-30T03:41:08.557Z] === RUN Test [2020-11-30T03:41:08.557Z] === RUN Test/TestContent [2020-11-30T03:41:08.557Z] === RUN Test/TestInitialize [2020-11-30T03:41:08.557Z] === RUN Test/TestNew [2020-11-30T03:41:08.557Z] === RUN Test/TestParsingContentsWithComments [2020-11-30T03:41:08.557Z] === RUN Test/TestRegister [2020-11-30T03:41:08.557Z] === RUN Test/TestWatch [2020-11-30T03:41:08.557Z] --- PASS: Test (0.01s) [2020-11-30T03:41:08.557Z] --- PASS: Test/TestContent (0.00s) [2020-11-30T03:41:08.557Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-30T03:41:08.557Z] --- PASS: Test/TestNew (0.00s) [2020-11-30T03:41:08.557Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-11-30T03:41:08.557Z] --- PASS: Test/TestRegister (0.00s) [2020-11-30T03:41:08.557Z] --- PASS: Test/TestWatch (0.01s) [2020-11-30T03:41:08.557Z] PASS [2020-11-30T03:41:08.557Z] coverage: 92.9% of statements [2020-11-30T03:41:08.557Z] --- PASS: TestUntarPath (0.07s) [2020-11-30T03:41:08.558Z] === RUN TestUntarPathWithDestinationFile [2020-11-30T03:41:08.558Z] ok github.com/docker/docker/pkg/discovery/file 0.067s coverage: 92.9% of statements [2020-11-30T03:41:08.558Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2020-11-30T03:41:08.558Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-11-30T03:41:08.558Z] === RUN Test [2020-11-30T03:41:08.558Z] === RUN Test/TestContainsEntry [2020-11-30T03:41:08.558Z] === RUN Test/TestCreateEntries [2020-11-30T03:41:08.558Z] === RUN Test/TestEntriesDiff [2020-11-30T03:41:08.558Z] === RUN Test/TestEntriesEquality [2020-11-30T03:41:08.558Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-11-30T03:41:08.558Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-11-30T03:41:08.558Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-11-30T03:41:08.558Z] === RUN Test/TestGeneratorNotGenerate [2020-11-30T03:41:08.558Z] === RUN Test/TestGeneratorWithPort [2020-11-30T03:41:08.558Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-11-30T03:41:08.558Z] === RUN Test/TestNewEntry [2020-11-30T03:41:08.558Z] === RUN Test/TestParse [2020-11-30T03:41:08.558Z] --- PASS: Test (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestNewEntry (0.00s) [2020-11-30T03:41:08.558Z] --- PASS: Test/TestParse (0.00s) [2020-11-30T03:41:08.558Z] PASS [2020-11-30T03:41:08.558Z] coverage: 58.3% of statements [2020-11-30T03:41:08.558Z] ok github.com/docker/docker/pkg/discovery 0.096s coverage: 58.3% of statements [2020-11-30T03:41:08.558Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2020-11-30T03:41:08.558Z] === RUN TestCopyWithTarInvalidSrc [2020-11-30T03:41:08.558Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-11-30T03:41:08.558Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-11-30T03:41:08.558Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-11-30T03:41:08.558Z] === RUN TestCopyWithTarSrcFile [2020-11-30T03:41:08.558Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-11-30T03:41:08.558Z] === RUN TestCopyWithTarSrcFolder [2020-11-30T03:41:08.558Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-11-30T03:41:08.558Z] === RUN TestCopyFileWithTarInvalidSrc [2020-11-30T03:41:08.558Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2020-11-30T03:41:08.558Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-11-30T03:41:08.558Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-11-30T03:41:08.558Z] === RUN TestCopyFileWithTarSrcFolder [2020-11-30T03:41:08.558Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-11-30T03:41:08.558Z] === RUN TestCopyFileWithTarSrcFile [2020-11-30T03:41:08.558Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2020-11-30T03:41:08.558Z] === RUN TestTarFiles [2020-11-30T03:41:08.782Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-30T03:41:09.047Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-30T03:41:09.609Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-30T03:41:09.886Z] --- PASS: TestCreateServiceConflict (1.87s) [2020-11-30T03:41:09.886Z] === RUN TestCreateServiceMaxReplicas [2020-11-30T03:41:10.117Z] === RUN Test [2020-11-30T03:41:10.118Z] === RUN Test/TestWatch [2020-11-30T03:41:10.118Z] --- PASS: Test (0.00s) [2020-11-30T03:41:10.118Z] --- PASS: Test/TestWatch (0.00s) [2020-11-30T03:41:10.118Z] PASS [2020-11-30T03:41:10.118Z] coverage: 92.3% of statements [2020-11-30T03:41:10.118Z] ok github.com/docker/docker/pkg/discovery/memory 0.092s coverage: 92.3% of statements [2020-11-30T03:41:10.537Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-30T03:41:10.582Z] === RUN Test [2020-11-30T03:41:10.582Z] === RUN Test/TestInitialize [2020-11-30T03:41:10.582Z] === RUN Test [2020-11-30T03:41:10.582Z] === RUN Test/TestInitialize [2020-11-30T03:41:10.582Z] === RUN Test/TestInitializeWithPattern [2020-11-30T03:41:10.582Z] === RUN Test/TestRegister [2020-11-30T03:41:10.582Z] === RUN Test/TestWatch [2020-11-30T03:41:10.582Z] --- PASS: Test (0.00s) [2020-11-30T03:41:10.582Z] --- PASS: Test/TestInitialize (0.00s) [2020-11-30T03:41:10.582Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-11-30T03:41:10.582Z] --- PASS: Test/TestRegister (0.00s) [2020-11-30T03:41:10.582Z] --- PASS: Test/TestWatch (0.00s) [2020-11-30T03:41:10.582Z] PASS [2020-11-30T03:41:10.582Z] coverage: 93.8% of statements [2020-11-30T03:41:10.582Z] time="2020-11-30T03:41:10Z" level=info msg="Initializing discovery without TLS" [2020-11-30T03:41:10.582Z] time="2020-11-30T03:41:10Z" level=info msg="Initializing discovery without TLS" [2020-11-30T03:41:10.582Z] time="2020-11-30T03:41:10Z" level=info msg="Initializing discovery without TLS" [2020-11-30T03:41:10.582Z] === RUN Test/TestInitializeWithCerts [2020-11-30T03:41:10.582Z] time="2020-11-30T03:41:10Z" level=info msg="Initializing discovery with TLS" [2020-11-30T03:41:10.582Z] === RUN Test/TestWatch [2020-11-30T03:41:10.582Z] time="2020-11-30T03:41:10Z" level=info msg="Initializing discovery without TLS" [2020-11-30T03:41:10.582Z] ok github.com/docker/docker/pkg/discovery/nodes 0.135s coverage: 93.8% of statements [2020-11-30T03:41:11.101Z] --- PASS: TestSecretsCreateAndDelete (2.71s) [2020-11-30T03:41:11.101Z] === RUN TestSecretsUpdate [2020-11-30T03:41:11.664Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-30T03:41:11.920Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-30T03:41:11.920Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-30T03:41:11.920Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-30T03:41:11.920Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-30T03:41:12.136Z] === RUN TestPollerAddRemove [2020-11-30T03:41:12.136Z] --- PASS: TestPollerAddRemove (0.00s) [2020-11-30T03:41:12.136Z] === RUN TestPollerEvent [2020-11-30T03:41:12.136Z] --- SKIP: TestPollerEvent (0.00s) [2020-11-30T03:41:12.136Z] poller_test.go:41: No chmod on Windows [2020-11-30T03:41:12.136Z] === RUN TestPollerClose [2020-11-30T03:41:12.136Z] --- PASS: TestPollerClose (0.00s) [2020-11-30T03:41:12.136Z] PASS [2020-11-30T03:41:12.136Z] coverage: 36.2% of statements [2020-11-30T03:41:12.136Z] ok github.com/docker/docker/pkg/filenotify 0.050s coverage: 36.2% of statements [2020-11-30T03:41:12.482Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-30T03:41:12.602Z] === RUN TestCopyFileWithInvalidSrc [2020-11-30T03:41:12.602Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCopyFileWithInvalidDest [2020-11-30T03:41:12.602Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCopyFileWithSameSrcAndDest [2020-11-30T03:41:12.602Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-11-30T03:41:12.602Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCopyFile [2020-11-30T03:41:12.602Z] --- PASS: TestCopyFile (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-11-30T03:41:12.602Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-30T03:41:12.602Z] fileutils_test.go:134: Needs porting to Windows [2020-11-30T03:41:12.602Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-11-30T03:41:12.602Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestReadSymlinkedDirectoryToFile [2020-11-30T03:41:12.602Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-30T03:41:12.602Z] fileutils_test.go:180: Needs porting to Windows [2020-11-30T03:41:12.602Z] === RUN TestWildcardMatches [2020-11-30T03:41:12.602Z] --- PASS: TestWildcardMatches (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestPatternMatches [2020-11-30T03:41:12.602Z] --- PASS: TestPatternMatches (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-11-30T03:41:12.602Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestPatternMatchesFolderExclusions [2020-11-30T03:41:12.602Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-11-30T03:41:12.602Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-11-30T03:41:12.602Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-11-30T03:41:12.602Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-11-30T03:41:12.602Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestSingleExclamationError [2020-11-30T03:41:12.602Z] --- PASS: TestSingleExclamationError (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestMatchesWithNoPatterns [2020-11-30T03:41:12.602Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestMatchesWithMalformedPatterns [2020-11-30T03:41:12.602Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestMatches [2020-11-30T03:41:12.602Z] --- PASS: TestMatches (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCleanPatterns [2020-11-30T03:41:12.602Z] --- PASS: TestCleanPatterns (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-11-30T03:41:12.602Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCleanPatternsExceptionFlag [2020-11-30T03:41:12.602Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-11-30T03:41:12.602Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-11-30T03:41:12.602Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCleanPatternsErrorSingleException [2020-11-30T03:41:12.602Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCreateIfNotExistsDir [2020-11-30T03:41:12.602Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestCreateIfNotExistsFile [2020-11-30T03:41:12.602Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-11-30T03:41:12.602Z] === RUN TestMatch [2020-11-30T03:41:12.602Z] --- PASS: TestMatch (0.00s) [2020-11-30T03:41:12.602Z] PASS [2020-11-30T03:41:12.602Z] coverage: 87.7% of statements [2020-11-30T03:41:12.602Z] ok github.com/docker/docker/pkg/fileutils 0.134s coverage: 87.7% of statements [2020-11-30T03:41:12.639Z] --- PASS: TestCreateServiceMaxReplicas (2.66s) [2020-11-30T03:41:12.640Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-30T03:41:13.069Z] === RUN TestGet [2020-11-30T03:41:13.069Z] --- PASS: TestGet (0.00s) [2020-11-30T03:41:13.069Z] === RUN TestGetShortcutString [2020-11-30T03:41:13.069Z] --- PASS: TestGetShortcutString (0.00s) [2020-11-30T03:41:13.069Z] PASS [2020-11-30T03:41:13.069Z] coverage: 42.9% of statements [2020-11-30T03:41:13.069Z] ok github.com/docker/docker/pkg/homedir 0.134s coverage: 42.9% of statements [2020-11-30T03:41:13.410Z] --- PASS: TestSecretsUpdate (2.44s) [2020-11-30T03:41:13.410Z] === RUN TestTemplatedSecret [2020-11-30T03:41:13.533Z] --- PASS: Test (3.17s) [2020-11-30T03:41:13.533Z] --- PASS: Test/TestInitialize (0.16s) [2020-11-30T03:41:13.533Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-11-30T03:41:13.533Z] --- PASS: Test/TestWatch (3.00s) [2020-11-30T03:41:13.533Z] PASS [2020-11-30T03:41:13.533Z] coverage: 84.1% of statements [2020-11-30T03:41:13.533Z] ok github.com/docker/docker/pkg/discovery/kv 3.438s coverage: 84.1% of statements [2020-11-30T03:41:13.998Z] === RUN TestCreateIDMapOrder [2020-11-30T03:41:13.998Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-11-30T03:41:13.998Z] PASS [2020-11-30T03:41:13.998Z] coverage: 7.3% of statements [2020-11-30T03:41:13.998Z] ok github.com/docker/docker/pkg/idtools 0.196s coverage: 7.3% of statements [2020-11-30T03:41:15.555Z] === RUN TestError [2020-11-30T03:41:15.555Z] --- PASS: TestError (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestProgressString [2020-11-30T03:41:15.555Z] === RUN TestProgressString/no_progress [2020-11-30T03:41:15.555Z] === RUN TestProgressString/progress_1 [2020-11-30T03:41:15.555Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-11-30T03:41:15.555Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-11-30T03:41:15.555Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-11-30T03:41:15.555Z] === RUN TestProgressString/with_units [2020-11-30T03:41:15.555Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-11-30T03:41:15.555Z] === RUN TestProgressString/hide_counts [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/with_units (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-11-30T03:41:15.555Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestJSONMessageDisplay [2020-11-30T03:41:15.555Z] === RUN TestFixedBufferCap [2020-11-30T03:41:15.555Z] --- PASS: TestFixedBufferCap (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestFixedBufferLen [2020-11-30T03:41:15.555Z] --- PASS: TestFixedBufferLen (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestFixedBufferString [2020-11-30T03:41:15.555Z] --- PASS: TestFixedBufferString (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestFixedBufferWrite [2020-11-30T03:41:15.555Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestFixedBufferRead [2020-11-30T03:41:15.555Z] --- PASS: TestFixedBufferRead (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestBytesPipeRead [2020-11-30T03:41:15.555Z] --- PASS: TestBytesPipeRead (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestBytesPipeWrite [2020-11-30T03:41:15.555Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestBytesPipeWriteRandomChunks [2020-11-30T03:41:15.555Z] --- PASS: TestJSONMessageDisplay (0.20s) [2020-11-30T03:41:15.555Z] === RUN TestJSONMessageDisplayWithJSONError [2020-11-30T03:41:15.555Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-11-30T03:41:15.555Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestDisplayJSONMessagesStream [2020-11-30T03:41:15.555Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-11-30T03:41:15.555Z] PASS [2020-11-30T03:41:15.555Z] coverage: 91.7% of statements [2020-11-30T03:41:15.555Z] ok github.com/docker/docker/pkg/jsonmessage 0.418s coverage: 91.7% of statements [2020-11-30T03:41:15.555Z] === RUN TestStandardLongPath [2020-11-30T03:41:15.555Z] --- PASS: TestStandardLongPath (0.00s) [2020-11-30T03:41:15.555Z] === RUN TestUNCLongPath [2020-11-30T03:41:15.555Z] --- PASS: TestUNCLongPath (0.00s) [2020-11-30T03:41:15.555Z] PASS [2020-11-30T03:41:15.555Z] coverage: 100.0% of statements [2020-11-30T03:41:15.555Z] ok github.com/docker/docker/pkg/longpath 0.081s coverage: 100.0% of statements [2020-11-30T03:41:15.927Z] --- PASS: TestTemplatedSecret (2.19s) [2020-11-30T03:41:15.927Z] === RUN TestSecretCreateResolve [2020-11-30T03:41:16.020Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2020-11-30T03:41:16.020Z] === RUN TestAtomicWriteToFile [2020-11-30T03:41:16.020Z] --- PASS: TestAtomicWriteToFile (0.02s) [2020-11-30T03:41:16.020Z] === RUN TestAtomicWriteSetCommit [2020-11-30T03:41:16.020Z] --- PASS: TestTarFiles (7.10s) [2020-11-30T03:41:16.020Z] === RUN TestTarUntar [2020-11-30T03:41:16.020Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-11-30T03:41:16.020Z] === RUN TestAtomicWriteSetCancel [2020-11-30T03:41:16.020Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-11-30T03:41:16.020Z] === RUN TestReadCloserWrapperClose [2020-11-30T03:41:16.020Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestReaderErrWrapperReadOnError [2020-11-30T03:41:16.020Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestReaderErrWrapperRead [2020-11-30T03:41:16.020Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestHashData [2020-11-30T03:41:16.020Z] --- PASS: TestHashData (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestCancelReadCloser [2020-11-30T03:41:16.020Z] --- PASS: TestTarUntar (0.04s) [2020-11-30T03:41:16.020Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-11-30T03:41:16.020Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2020-11-30T03:41:16.020Z] === RUN TestTarWithOptions [2020-11-30T03:41:16.020Z] --- PASS: TestTarWithOptions (0.03s) [2020-11-30T03:41:16.020Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-11-30T03:41:16.020Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestUntarUstarGnuConflict [2020-11-30T03:41:16.020Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestUntarInvalidFilenames [2020-11-30T03:41:16.020Z] --- PASS: TestCancelReadCloser (0.10s) [2020-11-30T03:41:16.020Z] === RUN TestWriteCloserWrapperClose [2020-11-30T03:41:16.020Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestNopWriteCloser [2020-11-30T03:41:16.020Z] --- PASS: TestNopWriteCloser (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestNopWriter [2020-11-30T03:41:16.020Z] --- PASS: TestNopWriter (0.00s) [2020-11-30T03:41:16.020Z] === RUN TestWriteCounter [2020-11-30T03:41:16.020Z] --- PASS: TestWriteCounter (0.00s) [2020-11-30T03:41:16.020Z] PASS [2020-11-30T03:41:16.020Z] coverage: 69.2% of statements [2020-11-30T03:41:16.020Z] ok github.com/docker/docker/pkg/ioutils 0.737s coverage: 69.2% of statements [2020-11-30T03:41:16.020Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames490374690\\dest" [2020-11-30T03:41:16.020Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2020-11-30T03:41:16.020Z] === RUN TestUntarHardlinkToSymlink [2020-11-30T03:41:16.020Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2020-11-30T03:41:16.020Z] === RUN TestUntarInvalidHardlink [2020-11-30T03:41:16.020Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink073189043\\victim\\hello" -> "../victim/hello" [2020-11-30T03:41:16.020Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink301387894\\victim\\hello" -> "/../victim/hello" [2020-11-30T03:41:16.020Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink007123805\\victim" -> "../victim" [2020-11-30T03:41:16.020Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink569252120\\victim" -> "../victim" [2020-11-30T03:41:16.020Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink023440791\\victim" -> "../victim" [2020-11-30T03:41:16.020Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink227193866\\victim" -> "../victim" [2020-11-30T03:41:16.020Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2020-11-30T03:41:16.020Z] === RUN TestUntarInvalidSymlink [2020-11-30T03:41:16.020Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink308262369\\dest\\dotdot" -> "../victim/hello" [2020-11-30T03:41:16.020Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink489279948\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-30T03:41:16.020Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink265247419\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:16.020Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink055388894\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:16.020Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink192781477\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:16.484Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink710321600\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:16.484Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink413130271\\dest\\dir\\loophole" -> "../../victim" [2020-11-30T03:41:16.484Z] --- PASS: TestUntarInvalidSymlink (0.11s) [2020-11-30T03:41:16.484Z] === RUN TestTempArchiveCloseMultipleTimes [2020-11-30T03:41:16.484Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-11-30T03:41:16.484Z] === RUN TestReplaceFileTarWrapper [2020-11-30T03:41:16.484Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2020-11-30T03:41:16.484Z] === RUN TestPrefixHeaderReadable [2020-11-30T03:41:16.484Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2020-11-30T03:41:16.484Z] === RUN TestDisablePigz [2020-11-30T03:41:16.484Z] --- PASS: TestDisablePigz (0.14s) [2020-11-30T03:41:16.484Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-11-30T03:41:16.484Z] === RUN TestPigz [2020-11-30T03:41:16.484Z] === RUN TestNameFormat [2020-11-30T03:41:16.484Z] --- PASS: TestNameFormat (0.00s) [2020-11-30T03:41:16.484Z] === RUN TestNameRetries [2020-11-30T03:41:16.484Z] --- PASS: TestNameRetries (0.00s) [2020-11-30T03:41:16.484Z] PASS [2020-11-30T03:41:16.854Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-30T03:41:16.948Z] coverage: 85.7% of statements [2020-11-30T03:41:16.948Z] ok github.com/docker/docker/pkg/namesgenerator 0.108s coverage: 85.7% of statements [2020-11-30T03:41:16.948Z] --- PASS: TestPigz (0.20s) [2020-11-30T03:41:16.948Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-11-30T03:41:16.948Z] === RUN TestCopyFileWithInvalidDest [2020-11-30T03:41:16.948Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-11-30T03:41:16.948Z] archive_windows_test.go:16: Currently fails [2020-11-30T03:41:16.948Z] === RUN TestCanonicalTarNameForPath [2020-11-30T03:41:16.948Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-11-30T03:41:16.948Z] === RUN TestCanonicalTarName [2020-11-30T03:41:16.948Z] --- PASS: TestCanonicalTarName (0.00s) [2020-11-30T03:41:16.948Z] === RUN TestChmodTarEntry [2020-11-30T03:41:16.948Z] --- PASS: TestChmodTarEntry (0.00s) [2020-11-30T03:41:16.948Z] === RUN TestHardLinkOrder [2020-11-30T03:41:16.948Z] --- PASS: TestHardLinkOrder (0.13s) [2020-11-30T03:41:16.948Z] === RUN TestChangeString [2020-11-30T03:41:16.948Z] --- PASS: TestChangeString (0.00s) [2020-11-30T03:41:16.948Z] === RUN TestChangesWithNoChanges [2020-11-30T03:41:16.948Z] --- PASS: TestChangesWithNoChanges (0.03s) [2020-11-30T03:41:16.948Z] === RUN TestChangesWithChanges [2020-11-30T03:41:16.948Z] === RUN TestParseKeyValueOpt [2020-11-30T03:41:16.948Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-11-30T03:41:16.948Z] === RUN TestParseUintList [2020-11-30T03:41:16.948Z] --- PASS: TestParseUintList (0.00s) [2020-11-30T03:41:16.948Z] === RUN TestParseUintListMaximumLimits [2020-11-30T03:41:16.948Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-11-30T03:41:16.948Z] PASS [2020-11-30T03:41:16.948Z] coverage: 97.0% of statements [2020-11-30T03:41:16.948Z] --- PASS: TestChangesWithChanges (0.04s) [2020-11-30T03:41:16.948Z] === RUN TestChangesWithChangesGH13590 [2020-11-30T03:41:16.948Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-11-30T03:41:16.948Z] changes_test.go:192: needs more investigation [2020-11-30T03:41:16.948Z] === RUN TestChangesDirsEmpty [2020-11-30T03:41:16.948Z] ok github.com/docker/docker/pkg/parsers 0.045s coverage: 97.0% of statements [2020-11-30T03:41:17.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-11-30T03:41:17.367Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-30T03:41:17.413Z] --- PASS: TestChangesDirsEmpty (0.14s) [2020-11-30T03:41:17.413Z] === RUN TestChangesDirsMutated [2020-11-30T03:41:17.413Z] === RUN TestNewAndRemove [2020-11-30T03:41:17.413Z] --- PASS: TestNewAndRemove (0.00s) [2020-11-30T03:41:17.413Z] === RUN TestRemoveInvalidPath [2020-11-30T03:41:17.413Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-11-30T03:41:17.413Z] PASS [2020-11-30T03:41:17.413Z] coverage: 82.6% of statements [2020-11-30T03:41:17.413Z] ok github.com/docker/docker/pkg/pidfile 0.115s coverage: 82.6% of statements [2020-11-30T03:41:17.413Z] --- PASS: TestChangesDirsMutated (0.39s) [2020-11-30T03:41:17.413Z] === RUN TestApplyLayer [2020-11-30T03:41:17.413Z] --- SKIP: TestApplyLayer (0.00s) [2020-11-30T03:41:17.413Z] changes_test.go:405: needs further investigation [2020-11-30T03:41:17.413Z] === RUN TestChangesSizeWithHardlinks [2020-11-30T03:41:17.413Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-11-30T03:41:17.413Z] changes_test.go:441: needs further investigation [2020-11-30T03:41:17.413Z] === RUN TestChangesSizeWithNoChanges [2020-11-30T03:41:17.413Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-11-30T03:41:17.413Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-11-30T03:41:17.413Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-11-30T03:41:17.413Z] === RUN TestChangesSize [2020-11-30T03:41:17.413Z] --- PASS: TestChangesSize (0.00s) [2020-11-30T03:41:17.413Z] === RUN TestApplyLayerInvalidFilenames [2020-11-30T03:41:17.413Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames319671507\\dest" [2020-11-30T03:41:17.413Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2020-11-30T03:41:17.413Z] === RUN TestApplyLayerInvalidHardlink [2020-11-30T03:41:17.413Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink486187133\\victim\\hello" -> "../victim/hello" [2020-11-30T03:41:17.413Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink402680760\\victim\\hello" -> "/../victim/hello" [2020-11-30T03:41:17.413Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink609729463\\victim" -> "../victim" [2020-11-30T03:41:17.413Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink586324906\\victim" -> "../victim" [2020-11-30T03:41:17.413Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink303959809\\victim" -> "../victim" [2020-11-30T03:41:17.878Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink107044460\\victim" -> "../victim" [2020-11-30T03:41:17.878Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2020-11-30T03:41:17.878Z] === RUN TestApplyLayerInvalidSymlink [2020-11-30T03:41:17.878Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink475411163\\dest\\dotdot" -> "../victim/hello" [2020-11-30T03:41:17.878Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink609611902\\dest\\slash-dotdot" -> "/../victim/hello" [2020-11-30T03:41:17.878Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink385164229\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:17.878Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink438939232\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:17.878Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink236425791\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:17.878Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink685237906\\dest\\loophole-victim" -> "../victim" [2020-11-30T03:41:17.878Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2020-11-30T03:41:17.878Z] === RUN TestApplyLayerWhiteouts [2020-11-30T03:41:17.878Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2020-11-30T03:41:17.878Z] === RUN TestGenerateEmptyFile [2020-11-30T03:41:17.878Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-11-30T03:41:17.878Z] === RUN TestGenerateWithContent [2020-11-30T03:41:17.878Z] --- PASS: TestGenerateWithContent (0.00s) [2020-11-30T03:41:17.878Z] PASS [2020-11-30T03:41:17.878Z] coverage: 62.7% of statements [2020-11-30T03:41:17.878Z] ok github.com/docker/docker/pkg/archive 10.759s coverage: 62.7% of statements [2020-11-30T03:41:17.930Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-30T03:41:17.930Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-30T03:41:17.930Z] --- PASS: TestSecretCreateResolve (2.34s) [2020-11-30T03:41:17.930Z] PASS [2020-11-30T03:41:17.930Z] [2020-11-30T03:41:17.930Z] DONE 6 tests in 15.960s [2020-11-30T03:41:17.930Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-11-30T03:41:17.930Z] ++ 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-11-30T03:41:17.930Z] ++ set -e [2020-11-30T03:41:17.930Z] ++ '[' -n 0 ']' [2020-11-30T03:41:17.930Z] ++ set -x [2020-11-30T03:41:17.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:41:17.931Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-30T03:41:18.187Z] INFO: Testing against a local daemon [2020-11-30T03:41:18.187Z] === RUN TestServiceCreateInit [2020-11-30T03:41:18.187Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-30T03:41:18.342Z] === RUN TestParseEmptyInterface [2020-11-30T03:41:18.342Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestParseNonInterfaceType [2020-11-30T03:41:18.342Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestParseWithOneFunction [2020-11-30T03:41:18.342Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestParseWithMultipleFuncs [2020-11-30T03:41:18.342Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestParseWithUnnamedReturn [2020-11-30T03:41:18.342Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestEmbeddedInterface [2020-11-30T03:41:18.342Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestParsedImports [2020-11-30T03:41:18.342Z] --- PASS: TestParsedImports (0.00s) [2020-11-30T03:41:18.342Z] === RUN TestAliasedImports [2020-11-30T03:41:18.342Z] --- PASS: TestAliasedImports (0.00s) [2020-11-30T03:41:18.342Z] PASS [2020-11-30T03:41:18.342Z] coverage: 56.8% of statements [2020-11-30T03:41:18.342Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2020-11-30T03:41:19.899Z] === RUN TestFailedConnection [2020-11-30T03:41:20.368Z] === RUN TestHTTPTransport [2020-11-30T03:41:20.368Z] --- PASS: TestHTTPTransport (0.00s) [2020-11-30T03:41:20.368Z] PASS [2020-11-30T03:41:20.368Z] coverage: 85.7% of statements [2020-11-30T03:41:20.368Z] ok github.com/docker/docker/pkg/plugins/transport 0.110s coverage: 85.7% of statements [2020-11-30T03:41:20.368Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-11-30T03:41:20.368Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-30T03:41:20.368Z] === RUN TestBufioReaderPoolPutAndGet [2020-11-30T03:41:20.368Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-11-30T03:41:20.368Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-11-30T03:41:20.368Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-11-30T03:41:20.368Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-11-30T03:41:20.368Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-11-30T03:41:20.368Z] === RUN TestBufioWriterPoolPutAndGet [2020-11-30T03:41:20.368Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-11-30T03:41:20.368Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-11-30T03:41:20.368Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-11-30T03:41:20.368Z] === RUN TestBufferPoolPutAndGet [2020-11-30T03:41:20.368Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-11-30T03:41:20.368Z] PASS [2020-11-30T03:41:20.368Z] coverage: 88.2% of statements [2020-11-30T03:41:20.368Z] ok github.com/docker/docker/pkg/pools 0.045s coverage: 88.2% of statements [2020-11-30T03:41:20.707Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-30T03:41:20.833Z] --- PASS: TestFailedConnection (1.32s) [2020-11-30T03:41:20.833Z] === RUN TestFailOnce [2020-11-30T03:41:20.833Z] 2020/11/30 03:41:20 http: panic serving 127.0.0.1:49225: Plugin not ready [2020-11-30T03:41:20.833Z] goroutine 10 [running]: [2020-11-30T03:41:20.833Z] net/http.(*conn).serve.func1(0xc000058be0) [2020-11-30T03:41:20.833Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-11-30T03:41:20.833Z] panic(0x849ac0, 0x986830) [2020-11-30T03:41:20.833Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-11-30T03:41:20.833Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-30T03:41:20.833Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-11-30T03:41:20.833Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-30T03:41:20.833Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-11-30T03:41:20.833Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-30T03:41:20.833Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-11-30T03:41:20.833Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a4a0, 0xc000132000, 0xc0000d0300) [2020-11-30T03:41:20.833Z] c:/go/src/net/http/server.go:2831 +0xab [2020-11-30T03:41:20.833Z] net/http.(*conn).serve(0xc000058be0, 0x99b060, 0xc00004a980) [2020-11-30T03:41:20.833Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-11-30T03:41:20.833Z] created by net/http.(*Server).Serve [2020-11-30T03:41:20.833Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-11-30T03:41:20.833Z] time="2020-11-30T03:41:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.FailOnce: Post http://127.0.0.1:49224/Test.FailOnce: EOF, retrying in 1s" [2020-11-30T03:41:21.297Z] === RUN TestOutputOnPrematureClose [2020-11-30T03:41:21.297Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-11-30T03:41:21.297Z] === RUN TestCompleteSilently [2020-11-30T03:41:21.297Z] --- PASS: TestCompleteSilently (0.00s) [2020-11-30T03:41:21.297Z] PASS [2020-11-30T03:41:21.297Z] coverage: 75.9% of statements [2020-11-30T03:41:21.297Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2020-11-30T03:41:21.297Z] === RUN TestSendToOneSub [2020-11-30T03:41:21.297Z] --- PASS: TestSendToOneSub (0.00s) [2020-11-30T03:41:21.297Z] === RUN TestSendToMultipleSubs [2020-11-30T03:41:21.297Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-11-30T03:41:21.297Z] === RUN TestEvictOneSub [2020-11-30T03:41:21.297Z] --- PASS: TestEvictOneSub (0.00s) [2020-11-30T03:41:21.297Z] === RUN TestClosePublisher [2020-11-30T03:41:21.297Z] --- PASS: TestClosePublisher (0.00s) [2020-11-30T03:41:21.297Z] === RUN TestPubSubRace [2020-11-30T03:41:21.636Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-30T03:41:22.275Z] --- PASS: TestFailOnce (1.18s) [2020-11-30T03:41:22.275Z] === RUN TestEchoInputOutput [2020-11-30T03:41:22.275Z] --- PASS: TestEchoInputOutput (0.00s) [2020-11-30T03:41:22.275Z] === RUN TestBackoff [2020-11-30T03:41:22.275Z] --- PASS: TestBackoff (0.00s) [2020-11-30T03:41:22.275Z] === RUN TestAbortRetry [2020-11-30T03:41:22.275Z] --- PASS: TestAbortRetry (0.00s) [2020-11-30T03:41:22.275Z] === RUN TestClientScheme [2020-11-30T03:41:22.275Z] --- PASS: TestClientScheme (0.00s) [2020-11-30T03:41:22.275Z] === RUN TestNewClientWithTimeout [2020-11-30T03:41:22.275Z] === RUN TestRegister [2020-11-30T03:41:22.275Z] --- PASS: TestRegister (0.00s) [2020-11-30T03:41:22.275Z] === RUN TestCommand [2020-11-30T03:41:22.275Z] --- PASS: TestCommand (0.03s) [2020-11-30T03:41:22.275Z] === RUN TestNaiveSelf [2020-11-30T03:41:22.275Z] --- PASS: TestNaiveSelf (0.03s) [2020-11-30T03:41:22.275Z] PASS [2020-11-30T03:41:22.275Z] coverage: 82.4% of statements [2020-11-30T03:41:22.275Z] ok github.com/docker/docker/pkg/reexec 0.109s coverage: 82.4% of statements [2020-11-30T03:41:22.275Z] --- PASS: TestPubSubRace (1.05s) [2020-11-30T03:41:22.275Z] PASS [2020-11-30T03:41:22.275Z] coverage: 75.0% of statements [2020-11-30T03:41:22.275Z] ok github.com/docker/docker/pkg/pubsub 1.085s coverage: 75.0% of statements [2020-11-30T03:41:22.743Z] time="2020-11-30T03:41:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-11-30T03:41:23.002Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-30T03:41:23.002Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-30T03:41:23.209Z] === RUN TestParseSignal [2020-11-30T03:41:23.209Z] --- PASS: TestParseSignal (0.00s) [2020-11-30T03:41:23.209Z] === RUN TestValidSignalForPlatform [2020-11-30T03:41:23.209Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-11-30T03:41:23.209Z] PASS [2020-11-30T03:41:23.209Z] coverage: 20.3% of statements [2020-11-30T03:41:23.209Z] ok github.com/docker/docker/pkg/signal 0.066s coverage: 20.3% of statements [2020-11-30T03:41:23.673Z] === RUN TestNewStdWriter [2020-11-30T03:41:23.673Z] --- PASS: TestNewStdWriter (0.00s) [2020-11-30T03:41:23.673Z] === RUN TestWriteWithUninitializedStdWriter [2020-11-30T03:41:23.673Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-11-30T03:41:23.673Z] === RUN TestWriteWithNilBytes [2020-11-30T03:41:23.674Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestWrite [2020-11-30T03:41:23.674Z] --- PASS: TestWrite (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestWriteWithWriterError [2020-11-30T03:41:23.674Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-11-30T03:41:23.674Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyWriteAndRead [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyWithInvalidInputHeader [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyWithCorruptedPrefix [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyReturnsWriteErrors [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-11-30T03:41:23.674Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-11-30T03:41:23.674Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-11-30T03:41:23.674Z] PASS [2020-11-30T03:41:23.674Z] coverage: 100.0% of statements [2020-11-30T03:41:23.674Z] ok github.com/docker/docker/pkg/stdcopy 0.081s coverage: 100.0% of statements [2020-11-30T03:41:24.140Z] time="2020-11-30T03:41:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-11-30T03:41:24.605Z] === RUN TestGenerateRandomID [2020-11-30T03:41:24.605Z] --- PASS: TestGenerateRandomID (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestShortenId [2020-11-30T03:41:24.605Z] --- PASS: TestShortenId (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestShortenSha256Id [2020-11-30T03:41:24.605Z] --- PASS: TestShortenSha256Id (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestShortenIdEmpty [2020-11-30T03:41:24.605Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestShortenIdInvalid [2020-11-30T03:41:24.605Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestIsShortIDNonHex [2020-11-30T03:41:24.605Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestIsShortIDNotCorrectSize [2020-11-30T03:41:24.605Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-11-30T03:41:24.605Z] PASS [2020-11-30T03:41:24.605Z] coverage: 70.6% of statements [2020-11-30T03:41:24.605Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2020-11-30T03:41:24.605Z] === RUN TestRawProgressFormatterFormatStatus [2020-11-30T03:41:24.605Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestRawProgressFormatterFormatProgress [2020-11-30T03:41:24.605Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestFormatStatus [2020-11-30T03:41:24.605Z] --- PASS: TestFormatStatus (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestFormatError [2020-11-30T03:41:24.605Z] --- PASS: TestFormatError (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestFormatJSONError [2020-11-30T03:41:24.605Z] --- PASS: TestFormatJSONError (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestJsonProgressFormatterFormatProgress [2020-11-30T03:41:24.605Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestJsonProgressFormatterFormatStatus [2020-11-30T03:41:24.605Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestNewJSONProgressOutput [2020-11-30T03:41:24.605Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestAuxFormatterEmit [2020-11-30T03:41:24.605Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestStreamWriterStdout [2020-11-30T03:41:24.605Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-11-30T03:41:24.605Z] === RUN TestStreamWriterStderr [2020-11-30T03:41:24.605Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-11-30T03:41:24.605Z] PASS [2020-11-30T03:41:24.605Z] coverage: 66.2% of statements [2020-11-30T03:41:24.605Z] ok github.com/docker/docker/pkg/streamformatter 0.074s coverage: 66.2% of statements [2020-11-30T03:41:26.160Z] === RUN TestIsCpusetListAvailable [2020-11-30T03:41:26.160Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-11-30T03:41:26.160Z] PASS [2020-11-30T03:41:26.160Z] coverage: 38.2% of statements [2020-11-30T03:41:26.160Z] ok github.com/docker/docker/pkg/sysinfo 0.049s coverage: 38.2% of statements [2020-11-30T03:41:26.273Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-30T03:41:26.626Z] time="2020-11-30T03:41:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-11-30T03:41:26.626Z] === RUN TestChtimes [2020-11-30T03:41:26.626Z] --- PASS: TestChtimes (0.00s) [2020-11-30T03:41:26.626Z] === RUN TestChtimesWindows [2020-11-30T03:41:26.626Z] --- PASS: TestChtimesWindows (0.00s) [2020-11-30T03:41:26.626Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-11-30T03:41:26.626Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-11-30T03:41:26.626Z] === RUN TestEnsureRemoveAllNotExist [2020-11-30T03:41:26.626Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-11-30T03:41:26.626Z] === RUN TestEnsureRemoveAllWithDir [2020-11-30T03:41:26.626Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-11-30T03:41:26.626Z] === RUN TestEnsureRemoveAllWithFile [2020-11-30T03:41:26.626Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-11-30T03:41:26.626Z] === RUN TestHasWin32KSupport [2020-11-30T03:41:26.626Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-11-30T03:41:26.626Z] syscall_windows_test.go:8: win32k: true [2020-11-30T03:41:26.626Z] PASS [2020-11-30T03:41:26.626Z] coverage: 12.0% of statements [2020-11-30T03:41:26.626Z] ok github.com/docker/docker/pkg/system 0.074s coverage: 12.0% of statements [2020-11-30T03:41:27.090Z] === RUN TestTailFile [2020-11-30T03:41:27.090Z] --- PASS: TestTailFile (0.00s) [2020-11-30T03:41:27.090Z] === RUN TestTailFileManyLines [2020-11-30T03:41:27.090Z] --- PASS: TestTailFileManyLines (0.00s) [2020-11-30T03:41:27.090Z] === RUN TestTailEmptyFile [2020-11-30T03:41:27.090Z] --- PASS: TestTailEmptyFile (0.00s) [2020-11-30T03:41:27.090Z] === RUN TestTailNegativeN [2020-11-30T03:41:27.090Z] --- PASS: TestTailNegativeN (0.00s) [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/no_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/no_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/truncated_last_line [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/8_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/2_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/12_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/single_byte_delimiter [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/no_delimiter [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/4_byte_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.090Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.090Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.091Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.213Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-30T03:41:27.213Z] --- PASS: TestServiceCreateInit (8.87s) [2020-11-30T03:41:27.213Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.93s) [2020-11-30T03:41:27.213Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s) [2020-11-30T03:41:27.213Z] === RUN TestCreateServiceMultipleTimes [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.555Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.556Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.556Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.556Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.557Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.557Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.557Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.558Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.558Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.559Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:27.559Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:28.015Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.93s) [2020-11-30T03:41:28.015Z] === RUN TestCreateServiceSecretFileMode [2020-11-30T03:41:28.015Z] --- PASS: TestCreateServiceSecretFileMode (2.17s) [2020-11-30T03:41:28.015Z] === RUN TestCreateServiceConfigFileMode [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:28.025Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-11-30T03:41:28.026Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.04s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.02s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-30T03:41:28.026Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.02s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.07s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.02s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-30T03:41:28.027Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter (0.03s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.02s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-11-30T03:41:28.028Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-11-30T03:41:28.028Z] PASS [2020-11-30T03:41:28.028Z] coverage: 88.6% of statements [2020-11-30T03:41:28.028Z] ok github.com/docker/docker/pkg/tailfile 0.570s coverage: 88.6% of statements [2020-11-30T03:41:28.493Z] === RUN TestTarSumRemoveNonExistent [2020-11-30T03:41:28.493Z] --- PASS: TestTarSumRemoveNonExistent (0.02s) [2020-11-30T03:41:28.493Z] === RUN TestTarSumRemove [2020-11-30T03:41:28.493Z] --- PASS: TestTarSumRemove (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestSortFileInfoSums [2020-11-30T03:41:28.493Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestNewTarSumForLabelInvalid [2020-11-30T03:41:28.493Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestNewTarSumForLabel [2020-11-30T03:41:28.493Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestEmptyTar [2020-11-30T03:41:28.493Z] --- PASS: TestEmptyTar (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestTarSumsReadSize [2020-11-30T03:41:28.493Z] --- PASS: TestTarSumsReadSize (0.01s) [2020-11-30T03:41:28.493Z] === RUN TestTarSums [2020-11-30T03:41:28.493Z] --- PASS: TestTarSums (0.10s) [2020-11-30T03:41:28.493Z] === RUN TestIteration [2020-11-30T03:41:28.493Z] --- PASS: TestIteration (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestVersionLabelForChecksum [2020-11-30T03:41:28.493Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestVersion [2020-11-30T03:41:28.493Z] --- PASS: TestVersion (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestGetVersion [2020-11-30T03:41:28.493Z] --- PASS: TestGetVersion (0.00s) [2020-11-30T03:41:28.493Z] === RUN TestGetVersions [2020-11-30T03:41:28.493Z] --- PASS: TestGetVersions (0.00s) [2020-11-30T03:41:28.493Z] PASS [2020-11-30T03:41:28.493Z] coverage: 89.3% of statements [2020-11-30T03:41:28.493Z] ok github.com/docker/docker/pkg/tarsum 0.273s coverage: 89.3% of statements [2020-11-30T03:41:28.583Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-30T03:41:29.472Z] testing: warning: no tests to run [2020-11-30T03:41:29.472Z] PASS [2020-11-30T03:41:29.472Z] coverage: [no statements] [2020-11-30T03:41:29.472Z] ok github.com/docker/docker/pkg/term/windows 0.043s coverage: [no statements] [no tests to run] [2020-11-30T03:41:29.936Z] === RUN TestTruncIndex [2020-11-30T03:41:29.936Z] --- PASS: TestTruncIndex (0.10s) [2020-11-30T03:41:29.936Z] PASS [2020-11-30T03:41:29.936Z] coverage: 91.5% of statements [2020-11-30T03:41:29.936Z] ok github.com/docker/docker/pkg/truncindex 0.149s coverage: 91.5% of statements [2020-11-30T03:41:29.950Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-30T03:41:30.099Z] --- PASS: TestCreateServiceConfigFileMode (2.17s) [2020-11-30T03:41:30.099Z] === RUN TestCreateServiceSysctls [2020-11-30T03:41:30.401Z] === RUN TestIsGIT [2020-11-30T03:41:30.401Z] --- PASS: TestIsGIT (0.00s) [2020-11-30T03:41:30.401Z] === RUN TestIsTransport [2020-11-30T03:41:30.401Z] --- PASS: TestIsTransport (0.00s) [2020-11-30T03:41:30.401Z] PASS [2020-11-30T03:41:30.401Z] coverage: 100.0% of statements [2020-11-30T03:41:30.401Z] ok github.com/docker/docker/pkg/urlutil 0.042s coverage: 100.0% of statements [2020-11-30T03:41:30.865Z] === RUN TestVersionInfo [2020-11-30T03:41:30.866Z] --- PASS: TestVersionInfo (0.00s) [2020-11-30T03:41:30.866Z] === RUN TestAppendVersions [2020-11-30T03:41:30.866Z] --- PASS: TestAppendVersions (0.00s) [2020-11-30T03:41:30.866Z] PASS [2020-11-30T03:41:30.866Z] coverage: 88.9% of statements [2020-11-30T03:41:30.866Z] ok github.com/docker/docker/pkg/useragent 0.070s coverage: 88.9% of statements [2020-11-30T03:41:30.866Z] time="2020-11-30T03:41:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-11-30T03:41:31.316Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-11-30T03:41:32.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-11-30T03:41:32.854Z] --- PASS: TestCreateServiceSysctls (3.01s) [2020-11-30T03:41:32.854Z] === RUN TestCreateServiceCapabilities [2020-11-30T03:41:33.066Z] === RUN TestValidatePrivileges [2020-11-30T03:41:33.066Z] --- PASS: TestValidatePrivileges (0.00s) [2020-11-30T03:41:33.066Z] === RUN TestFilterByCapNeg [2020-11-30T03:41:33.066Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-11-30T03:41:33.066Z] === RUN TestFilterByCapPos [2020-11-30T03:41:33.066Z] --- PASS: TestFilterByCapPos (0.00s) [2020-11-30T03:41:33.066Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-11-30T03:41:33.066Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-11-30T03:41:33.066Z] PASS [2020-11-30T03:41:33.066Z] coverage: 12.0% of statements [2020-11-30T03:41:33.066Z] ok github.com/docker/docker/plugin 0.209s coverage: 12.0% of statements [2020-11-30T03:41:33.066Z] === RUN TestNewSettable [2020-11-30T03:41:33.066Z] --- PASS: TestNewSettable (0.00s) [2020-11-30T03:41:33.066Z] === RUN TestIsSettable [2020-11-30T03:41:33.066Z] --- PASS: TestIsSettable (0.00s) [2020-11-30T03:41:33.066Z] === RUN TestUpdateSettingsEnv [2020-11-30T03:41:33.066Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-11-30T03:41:33.066Z] PASS [2020-11-30T03:41:33.066Z] coverage: 20.1% of statements [2020-11-30T03:41:33.066Z] ok github.com/docker/docker/plugin/v2 0.123s coverage: 20.1% of statements [2020-11-30T03:41:34.575Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-11-30T03:41:34.621Z] === RUN TestLoad [2020-11-30T03:41:34.621Z] --- PASS: TestLoad (0.00s) [2020-11-30T03:41:34.621Z] === RUN TestSave [2020-11-30T03:41:34.621Z] --- PASS: TestSave (0.04s) [2020-11-30T03:41:34.621Z] === RUN TestAddDeleteGet [2020-11-30T03:41:34.621Z] --- PASS: TestAddDeleteGet (0.05s) [2020-11-30T03:41:34.621Z] === RUN TestInvalidTags [2020-11-30T03:41:34.621Z] --- PASS: TestInvalidTags (0.01s) [2020-11-30T03:41:34.621Z] PASS [2020-11-30T03:41:34.621Z] coverage: 84.4% of statements [2020-11-30T03:41:34.621Z] ok github.com/docker/docker/reference 0.180s coverage: 84.4% of statements [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-11-30T03:41:34.621Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-11-30T03:41:35.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-11-30T03:41:35.605Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2020-11-30T03:41:35.605Z] === RUN TestInspect [2020-11-30T03:41:36.181Z] === RUN TestRestartManagerTimeout [2020-11-30T03:41:36.181Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-11-30T03:41:36.181Z] === RUN TestRestartManagerTimeoutReset [2020-11-30T03:41:36.181Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-11-30T03:41:36.181Z] PASS [2020-11-30T03:41:36.181Z] coverage: 50.9% of statements [2020-11-30T03:41:36.181Z] ok github.com/docker/docker/restartmanager 0.045s coverage: 50.9% of statements [2020-11-30T03:41:36.181Z] === RUN TestResolveAuthConfigIndexServer [2020-11-30T03:41:36.181Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-11-30T03:41:36.181Z] === RUN TestResolveAuthConfigFullURL [2020-11-30T03:41:36.181Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-11-30T03:41:36.181Z] === RUN TestLoadAllowNondistributableArtifacts [2020-11-30T03:41:36.181Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-11-30T03:41:36.181Z] === RUN TestValidateMirror [2020-11-30T03:41:36.181Z] --- PASS: TestValidateMirror (0.00s) [2020-11-30T03:41:36.181Z] === RUN TestLoadInsecureRegistries [2020-11-30T03:41:36.181Z] time="2020-11-30T03:41:35Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-30T03:41:36.181Z] time="2020-11-30T03:41:36Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-11-30T03:41:36.181Z] time="2020-11-30T03:41:36Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-11-30T03:41:36.181Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2020-11-30T03:41:36.649Z] === RUN TestNewServiceConfig [2020-11-30T03:41:36.649Z] --- PASS: TestNewServiceConfig (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestValidateIndexName [2020-11-30T03:41:36.649Z] --- PASS: TestValidateIndexName (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestValidateIndexNameWithError [2020-11-30T03:41:36.649Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestEndpointParse [2020-11-30T03:41:36.649Z] --- PASS: TestEndpointParse (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestEndpointParseInvalid [2020-11-30T03:41:36.649Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestValidateEndpoint [2020-11-30T03:41:36.649Z] --- PASS: TestValidateEndpoint (0.05s) [2020-11-30T03:41:36.649Z] === RUN TestPing [2020-11-30T03:41:36.649Z] --- PASS: TestPing (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestPingRegistryEndpoint [2020-11-30T03:41:36.649Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-11-30T03:41:36.649Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:36.649Z] === RUN TestEndpoint [2020-11-30T03:41:36.649Z] --- SKIP: TestEndpoint (0.00s) [2020-11-30T03:41:36.649Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:36.649Z] === RUN TestParseRepositoryInfo [2020-11-30T03:41:36.649Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestNewIndexInfo [2020-11-30T03:41:36.649Z] --- PASS: TestNewIndexInfo (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestMirrorEndpointLookup [2020-11-30T03:41:36.649Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2020-11-30T03:41:36.649Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:36.649Z] === RUN TestSearchRepositories [2020-11-30T03:41:36.649Z] --- PASS: TestSearchRepositories (0.00s) [2020-11-30T03:41:36.649Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-11-30T03:41:36.649Z] Host: 127.0.0.1:49234 [2020-11-30T03:41:36.649Z] User-Agent: docker test client [2020-11-30T03:41:36.649Z] Authorization: Token fake-token [2020-11-30T03:41:36.649Z] X-Docker-Token: true [2020-11-30T03:41:36.649Z] Accept-Encoding: gzip [2020-11-30T03:41:36.649Z] [2020-11-30T03:41:36.649Z] [2020-11-30T03:41:36.649Z] registry_test.go:730: HTTP/1.1 200 OK [2020-11-30T03:41:36.649Z] Connection: close [2020-11-30T03:41:36.649Z] Content-Length: 144 [2020-11-30T03:41:36.649Z] Cache-Control: no-cache [2020-11-30T03:41:36.649Z] Content-Type: application/json [2020-11-30T03:41:36.649Z] Date: Mon, 30 Nov 2020 03:41:36 GMT [2020-11-30T03:41:36.649Z] Expires: -1 [2020-11-30T03:41:36.649Z] Pragma: no-cache [2020-11-30T03:41:36.649Z] Server: docker-tests/mock [2020-11-30T03:41:36.649Z] X-Docker-Registry-Config: mock [2020-11-30T03:41:36.649Z] X-Docker-Registry-Version: 0.0.0 [2020-11-30T03:41:36.649Z] [2020-11-30T03:41:36.649Z] [2020-11-30T03:41:36.649Z] === RUN TestTrustedLocation [2020-11-30T03:41:36.649Z] --- PASS: TestTrustedLocation (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-11-30T03:41:36.649Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestAllowNondistributableArtifacts [2020-11-30T03:41:36.649Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestIsSecureIndex [2020-11-30T03:41:36.649Z] --- PASS: TestIsSecureIndex (0.00s) [2020-11-30T03:41:36.649Z] PASS [2020-11-30T03:41:36.649Z] coverage: 50.3% of statements [2020-11-30T03:41:36.649Z] ok github.com/docker/docker/registry 0.385s coverage: 50.3% of statements [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestReaderWithReadError [2020-11-30T03:41:36.649Z] time="2020-11-30T03:41:36Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestReader [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestReader (0.00s) [2020-11-30T03:41:36.649Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-11-30T03:41:36.649Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-11-30T03:41:36.649Z] PASS [2020-11-30T03:41:36.649Z] coverage: 100.0% of statements [2020-11-30T03:41:36.649Z] ok github.com/docker/docker/registry/resumable 0.353s coverage: 100.0% of statements [2020-11-30T03:41:37.393Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000abe780_} [2020-11-30T03:41:37.631Z] === RUN TestDecodeContainerConfig [2020-11-30T03:41:37.631Z] --- PASS: TestDecodeContainerConfig (0.01s) [2020-11-30T03:41:37.631Z] === RUN TestDecodeContainerConfigIsolation [2020-11-30T03:41:37.631Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-11-30T03:41:37.631Z] === RUN TestValidatePrivileged [2020-11-30T03:41:37.631Z] --- PASS: TestValidatePrivileged (0.00s) [2020-11-30T03:41:37.631Z] PASS [2020-11-30T03:41:37.631Z] coverage: 52.2% of statements [2020-11-30T03:41:37.631Z] ok github.com/docker/docker/runconfig 0.115s coverage: 52.2% of statements [2020-11-30T03:41:37.631Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-11-30T03:41:37.631Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-11-30T03:41:37.631Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-11-30T03:41:37.631Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-11-30T03:41:37.631Z] PASS [2020-11-30T03:41:37.631Z] coverage: 62.5% of statements [2020-11-30T03:41:37.631Z] ok github.com/docker/docker/testutil 0.063s coverage: 62.5% of statements [2020-11-30T03:41:37.698Z] --- PASS: TestInspect (2.53s) [2020-11-30T03:41:37.698Z] === RUN TestCreateJob [2020-11-30T03:41:38.758Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1119993450_/foo_false____} [2020-11-30T03:41:39.830Z] --- PASS: TestNewClientWithTimeout (17.63s) [2020-11-30T03:41:39.830Z] === RUN TestClientStream [2020-11-30T03:41:39.830Z] --- PASS: TestClientStream (0.02s) [2020-11-30T03:41:39.830Z] === RUN TestClientSendFile [2020-11-30T03:41:39.830Z] --- PASS: TestClientSendFile (0.00s) [2020-11-30T03:41:39.830Z] === RUN TestClientWithRequestTimeout [2020-11-30T03:41:39.830Z] --- PASS: TestClientWithRequestTimeout (0.06s) [2020-11-30T03:41:39.830Z] === RUN TestFileSpecPlugin [2020-11-30T03:41:39.830Z] --- PASS: TestFileSpecPlugin (0.01s) [2020-11-30T03:41:39.830Z] === RUN TestFileJSONSpecPlugin [2020-11-30T03:41:39.830Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2020-11-30T03:41:39.830Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-11-30T03:41:39.830Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2020-11-30T03:41:39.830Z] === RUN TestPluginAddHandler [2020-11-30T03:41:39.830Z] --- PASS: TestPluginAddHandler (0.00s) [2020-11-30T03:41:39.830Z] === RUN TestPluginWaitBadPlugin [2020-11-30T03:41:39.830Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-11-30T03:41:39.830Z] === RUN TestGet [2020-11-30T03:41:39.830Z] time="2020-11-30T03:41:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-11-30T03:41:40.122Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1119993450_/foo_true____} [2020-11-30T03:41:40.808Z] time="2020-11-30T03:41:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-11-30T03:41:40.808Z] === RUN TestGetDriver [2020-11-30T03:41:40.808Z] --- PASS: TestGetDriver (0.00s) [2020-11-30T03:41:40.808Z] === RUN TestVolumeRequestError [2020-11-30T03:41:40.808Z] --- PASS: TestVolumeRequestError (0.01s) [2020-11-30T03:41:40.808Z] PASS [2020-11-30T03:41:40.808Z] coverage: 36.1% of statements [2020-11-30T03:41:40.808Z] ok github.com/docker/docker/volume/drivers 0.200s coverage: 36.1% of statements [2020-11-30T03:41:41.238Z] --- PASS: TestCreateJob (3.07s) [2020-11-30T03:41:41.238Z] === RUN TestReplicatedJob [2020-11-30T03:41:41.275Z] === RUN TestGetAddress [2020-11-30T03:41:41.275Z] --- PASS: TestGetAddress (0.00s) [2020-11-30T03:41:41.276Z] === RUN TestRemove [2020-11-30T03:41:41.276Z] --- SKIP: TestRemove (0.00s) [2020-11-30T03:41:41.276Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-30T03:41:41.276Z] === RUN TestInitializeWithVolumes [2020-11-30T03:41:41.276Z] --- PASS: TestInitializeWithVolumes (0.01s) [2020-11-30T03:41:41.276Z] === RUN TestCreate [2020-11-30T03:41:41.276Z] --- PASS: TestCreate (0.01s) [2020-11-30T03:41:41.276Z] === RUN TestValidateName [2020-11-30T03:41:41.276Z] --- PASS: TestValidateName (0.00s) [2020-11-30T03:41:41.276Z] === RUN TestCreateWithOpts [2020-11-30T03:41:41.276Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-11-30T03:41:41.276Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-30T03:41:41.276Z] === RUN TestRelaodNoOpts [2020-11-30T03:41:41.276Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-11-30T03:41:41.276Z] PASS [2020-11-30T03:41:41.276Z] coverage: 41.0% of statements [2020-11-30T03:41:41.276Z] ok github.com/docker/docker/volume/local 0.289s coverage: 41.0% of statements [2020-11-30T03:41:41.276Z] === RUN TestConvertTmpfsOptions [2020-11-30T03:41:41.276Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-11-30T03:41:41.276Z] parser_test.go:49: data="mode=700,size=1m" [2020-11-30T03:41:41.276Z] parser_test.go:49: data="ro" [2020-11-30T03:41:41.276Z] === RUN TestParseMountRaw [2020-11-30T03:41:41.276Z] --- PASS: TestParseMountRaw (0.02s) [2020-11-30T03:41:41.276Z] === RUN TestParseMountRawSplit [2020-11-30T03:41:41.276Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-11-30T03:41:41.276Z] parser_test.go:390: case 0 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 1 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 2 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 3 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 4 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 5 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 6 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 7 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 8 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 0 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 1 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 2 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 3 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 4 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 5 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 6 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 7 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 8 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 9 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 10 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 11 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 12 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 0 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 1 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 2 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 3 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 4 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 5 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 6 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 7 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 8 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 9 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 10 [2020-11-30T03:41:41.276Z] parser_test.go:390: case 11 [2020-11-30T03:41:41.276Z] === RUN TestParseMountSpec [2020-11-30T03:41:41.276Z] --- PASS: TestParseMountSpec (0.00s) [2020-11-30T03:41:41.276Z] parser_test.go:455: case 0 [2020-11-30T03:41:41.276Z] parser_test.go:455: case 1 [2020-11-30T03:41:41.276Z] parser_test.go:455: case 2 [2020-11-30T03:41:41.276Z] parser_test.go:455: case 3 [2020-11-30T03:41:41.276Z] parser_test.go:455: case 4 [2020-11-30T03:41:41.276Z] parser_test.go:455: case 5 [2020-11-30T03:41:41.276Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-11-30T03:41:41.276Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-11-30T03:41:41.276Z] === RUN TestValidateMount [2020-11-30T03:41:41.276Z] --- PASS: TestValidateMount (0.00s) [2020-11-30T03:41:41.276Z] PASS [2020-11-30T03:41:41.276Z] coverage: 66.2% of statements [2020-11-30T03:41:41.276Z] ok github.com/docker/docker/volume/mounts 0.090s coverage: 66.2% of statements [2020-11-30T03:41:41.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3621133505_/foo_false____} [2020-11-30T03:41:42.831Z] time="2020-11-30T03:41:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-11-30T03:41:42.853Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3621133505_/foo_true____} [2020-11-30T03:41:43.295Z] === RUN TestSetGetMeta [2020-11-30T03:41:43.295Z] === PAUSE TestSetGetMeta [2020-11-30T03:41:43.295Z] === RUN TestRestore [2020-11-30T03:41:43.295Z] === PAUSE TestRestore [2020-11-30T03:41:43.295Z] === RUN TestServiceCreate [2020-11-30T03:41:43.295Z] === PAUSE TestServiceCreate [2020-11-30T03:41:43.295Z] === RUN TestServiceList [2020-11-30T03:41:43.295Z] === PAUSE TestServiceList [2020-11-30T03:41:43.295Z] === RUN TestServiceRemove [2020-11-30T03:41:43.295Z] === PAUSE TestServiceRemove [2020-11-30T03:41:43.295Z] === RUN TestServiceGet [2020-11-30T03:41:43.295Z] === PAUSE TestServiceGet [2020-11-30T03:41:43.295Z] === RUN TestServicePrune [2020-11-30T03:41:43.295Z] === PAUSE TestServicePrune [2020-11-30T03:41:43.295Z] === RUN TestCreate [2020-11-30T03:41:43.295Z] === PAUSE TestCreate [2020-11-30T03:41:43.295Z] === RUN TestRemove [2020-11-30T03:41:43.295Z] === PAUSE TestRemove [2020-11-30T03:41:43.295Z] === RUN TestList [2020-11-30T03:41:43.295Z] === PAUSE TestList [2020-11-30T03:41:43.295Z] === RUN TestFindByDriver [2020-11-30T03:41:43.295Z] === PAUSE TestFindByDriver [2020-11-30T03:41:43.295Z] === RUN TestFindByReferenced [2020-11-30T03:41:43.295Z] === PAUSE TestFindByReferenced [2020-11-30T03:41:43.295Z] === RUN TestDerefMultipleOfSameRef [2020-11-30T03:41:43.295Z] === PAUSE TestDerefMultipleOfSameRef [2020-11-30T03:41:43.295Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-30T03:41:43.295Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-30T03:41:43.295Z] === RUN TestDefererencePluginOnCreateError [2020-11-30T03:41:43.295Z] === PAUSE TestDefererencePluginOnCreateError [2020-11-30T03:41:43.295Z] === RUN TestRefDerefRemove [2020-11-30T03:41:43.295Z] === PAUSE TestRefDerefRemove [2020-11-30T03:41:43.295Z] === RUN TestGet [2020-11-30T03:41:43.295Z] === PAUSE TestGet [2020-11-30T03:41:43.295Z] === RUN TestGetWithReference [2020-11-30T03:41:43.295Z] === PAUSE TestGetWithReference [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_nil_list [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_nil_list [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_empty_list [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_empty_list [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_filter_some [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_filter_some [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_filter_middle [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_filter_middle [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-11-30T03:41:43.295Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-11-30T03:41:43.295Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_nil_list [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_filter_some [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_empty_list [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-11-30T03:41:43.295Z] === CONT TestFilterFunc/test_filter_middle [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-11-30T03:41:43.295Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-11-30T03:41:43.295Z] === CONT TestSetGetMeta [2020-11-30T03:41:43.295Z] === CONT TestFindByDriver [2020-11-30T03:41:43.295Z] === CONT TestServiceGet [2020-11-30T03:41:43.295Z] === CONT TestRefDerefRemove [2020-11-30T03:41:43.295Z] --- PASS: TestSetGetMeta (0.03s) [2020-11-30T03:41:43.295Z] === CONT TestList [2020-11-30T03:41:43.295Z] --- PASS: TestRefDerefRemove (0.04s) [2020-11-30T03:41:43.295Z] === CONT TestRemove [2020-11-30T03:41:43.295Z] --- PASS: TestFindByDriver (0.04s) [2020-11-30T03:41:43.295Z] === CONT TestCreate [2020-11-30T03:41:43.295Z] --- PASS: TestList (0.04s) [2020-11-30T03:41:43.295Z] === CONT TestServicePrune [2020-11-30T03:41:43.295Z] --- PASS: TestCreate (0.03s) [2020-11-30T03:41:43.295Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-11-30T03:41:43.295Z] --- PASS: TestRemove (0.04s) [2020-11-30T03:41:43.295Z] === CONT TestDefererencePluginOnCreateError [2020-11-30T03:41:43.295Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-11-30T03:41:43.295Z] === CONT TestServiceList [2020-11-30T03:41:43.295Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-11-30T03:41:43.295Z] === CONT TestServiceRemove [2020-11-30T03:41:43.295Z] --- PASS: TestServiceGet (0.17s) [2020-11-30T03:41:43.295Z] === CONT TestDerefMultipleOfSameRef [2020-11-30T03:41:43.295Z] time="2020-11-30T03:41:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-30T03:41:43.295Z] --- PASS: TestServiceRemove (0.07s) [2020-11-30T03:41:43.295Z] === CONT TestServiceCreate [2020-11-30T03:41:43.295Z] === CONT TestFindByReferenced [2020-11-30T03:41:43.295Z] --- PASS: TestServiceList (0.09s) [2020-11-30T03:41:43.295Z] time="2020-11-30T03:41:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-30T03:41:43.295Z] time="2020-11-30T03:41:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-30T03:41:43.295Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2020-11-30T03:41:43.295Z] === CONT TestRestore [2020-11-30T03:41:43.295Z] time="2020-11-30T03:41:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-11-30T03:41:43.295Z] --- PASS: TestFindByReferenced (0.03s) [2020-11-30T03:41:43.295Z] === CONT TestGetWithReference [2020-11-30T03:41:43.295Z] --- PASS: TestServiceCreate (0.04s) [2020-11-30T03:41:43.295Z] === CONT TestGet [2020-11-30T03:41:43.295Z] time="2020-11-30T03:41:43Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-11-30T03:41:43.295Z] --- PASS: TestServicePrune (0.16s) [2020-11-30T03:41:43.760Z] --- PASS: TestGet (0.03s) [2020-11-30T03:41:43.760Z] --- PASS: TestRestore (0.04s) [2020-11-30T03:41:43.760Z] --- PASS: TestGetWithReference (0.04s) [2020-11-30T03:41:43.760Z] PASS [2020-11-30T03:41:43.760Z] coverage: 70.3% of statements [2020-11-30T03:41:43.760Z] ok github.com/docker/docker/volume/service 0.422s coverage: 70.3% of statements [2020-11-30T03:41:44.218Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3621133505_/foo_true__0xc000abe860__} [2020-11-30T03:41:44.475Z] --- PASS: TestCreateServiceMultipleTimes (17.55s) [2020-11-30T03:41:44.475Z] === RUN TestCreateServiceConflict [2020-11-30T03:41:45.415Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000abe8a0_} [2020-11-30T03:41:45.713Z] --- PASS: TestReplicatedJob (4.87s) [2020-11-30T03:41:45.713Z] === RUN TestUpdateReplicatedJob [2020-11-30T03:41:46.692Z] time="2020-11-30T03:41:46Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-11-30T03:41:46.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000abe8e0_} [2020-11-30T03:41:46.781Z] --- PASS: TestCreateServiceConflict (2.31s) [2020-11-30T03:41:46.781Z] === RUN TestCreateServiceMaxReplicas [2020-11-30T03:41:48.147Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000abe920_} [2020-11-30T03:41:49.256Z] --- PASS: TestUpdateReplicatedJob (3.21s) [2020-11-30T03:41:49.256Z] === RUN TestServiceListWithStatuses [2020-11-30T03:41:49.256Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-30T03:41:49.256Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:41:49.256Z] === RUN TestDockerNetworkConnectAlias [2020-11-30T03:41:49.515Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000abe960_} [2020-11-30T03:41:49.771Z] --- PASS: TestCreateServiceMaxReplicas (2.95s) [2020-11-30T03:41:49.771Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-30T03:41:51.138Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-11-30T03:41:52.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-11-30T03:41:52.324Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-30T03:41:52.795Z] --- PASS: TestDockerNetworkConnectAlias (3.95s) [2020-11-30T03:41:52.795Z] === RUN TestDockerNetworkReConnect [2020-11-30T03:41:54.215Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-30T03:41:55.316Z] --- PASS: TestGet (15.01s) [2020-11-30T03:41:55.316Z] === RUN TestPluginWithNoManifest [2020-11-30T03:41:55.316Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-11-30T03:41:55.316Z] === RUN TestGetAll [2020-11-30T03:41:55.316Z] --- PASS: TestGetAll (0.00s) [2020-11-30T03:41:55.316Z] PASS [2020-11-30T03:41:55.316Z] coverage: 73.4% of statements [2020-11-30T03:41:55.316Z] ok github.com/docker/docker/pkg/plugins 35.467s coverage: 73.4% of statements [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/pkg/term [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/quota [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/rootless [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/testutil/request [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/volume [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-11-30T03:41:55.316Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-11-30T03:41:55.582Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-30T03:41:56.330Z] --- PASS: TestDockerNetworkReConnect (3.35s) [2020-11-30T03:41:56.330Z] === RUN TestServicePlugin [2020-11-30T03:41:56.330Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-30T03:41:56.330Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:41:56.330Z] === RUN TestServiceUpdateLabel [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === Skipped [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-11-30T03:41:56.875Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-11-30T03:41:56.875Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-11-30T03:41:56.875Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2020-11-30T03:41:56.875Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-11-30T03:41:56.875Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-11-30T03:41:56.875Z] client_test.go:23: runtime.GOOS == "windows" [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-11-30T03:41:56.875Z] daemon_test.go:147: root required [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-11-30T03:41:56.875Z] reload_test.go:520: root required [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-11-30T03:41:56.875Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-11-30T03:41:56.875Z] pull_v2_test.go:73: Needs fixing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-11-30T03:41:56.875Z] pull_v2_test.go:118: Needs fixing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-11-30T03:41:56.875Z] download_test.go:268: Needs fixing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-11-30T03:41:56.875Z] layer_test.go:304: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-11-30T03:41:56.875Z] layer_test.go:353: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-11-30T03:41:56.875Z] layer_test.go:468: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-11-30T03:41:56.875Z] layer_test.go:697: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-11-30T03:41:56.875Z] migration_test.go:46: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-11-30T03:41:56.875Z] migration_test.go:182: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-11-30T03:41:56.875Z] mount_test.go:17: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-11-30T03:41:56.875Z] mount_test.go:76: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-11-30T03:41:56.875Z] mount_test.go:125: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-11-30T03:41:56.875Z] mount_test.go:212: Failing on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:133: Xz not present in msys2 [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:238: Failing on Windows CI machines [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-11-30T03:41:56.875Z] archive_windows_test.go:16: Currently fails [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-11-30T03:41:56.875Z] changes_test.go:192: needs more investigation [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-11-30T03:41:56.875Z] changes_test.go:405: needs further investigation [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-11-30T03:41:56.875Z] changes_test.go:441: needs further investigation [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-11-30T03:41:56.875Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-11-30T03:41:56.875Z] poller_test.go:41: No chmod on Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-11-30T03:41:56.875Z] fileutils_test.go:134: Needs porting to Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-11-30T03:41:56.875Z] fileutils_test.go:180: Needs porting to Windows [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-11-30T03:41:56.875Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-11-30T03:41:56.875Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-11-30T03:41:56.875Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-11-30T03:41:56.875Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-11-30T03:41:56.875Z] local_test.go:181: runtime.GOOS == "windows" [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] [2020-11-30T03:41:56.875Z] DONE 1792 tests, 45 skipped in 235.676s [2020-11-30T03:41:56.875Z] INFO: make.ps1 ended at 11/30/2020 03:41:56 [2020-11-30T03:41:57.473Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-30T03:41:58.401Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-30T03:41:58.401Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-30T03:41:58.409Z] --- PASS: TestServiceUpdateLabel (1.96s) [2020-11-30T03:41:58.409Z] === RUN TestServiceUpdateSecrets [2020-11-30T03:41:58.965Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-30T03:41:59.076Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-11-30T03:41:59.076Z] INFO: Unit tests ended at 11/30/2020 03:41:58. Duration:00:04:15.2863602 [2020-11-30T03:41:59.076Z] INFO: Building busybox [2020-11-30T03:41:59.076Z] Sending build context to Docker daemon 5.12kB [2020-11-30T03:41:59.076Z] [2020-11-30T03:41:59.076Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-11-30T03:41:59.076Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-11-30T03:41:59.076Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-11-30T03:41:59.076Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-11-30T03:41:59.076Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-11-30T03:41:59.076Z] ---> 32fecabef723 [2020-11-30T03:41:59.076Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-11-30T03:41:59.076Z] ---> Running in 77b8598b894f [2020-11-30T03:41:59.528Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-11-30T03:41:59.786Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-30T03:42:00.347Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-30T03:42:00.909Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-30T03:42:01.472Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-11-30T03:42:01.472Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-30T03:42:02.405Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-30T03:42:02.968Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-30T03:42:03.898Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-30T03:42:03.898Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.13s) [2020-11-30T03:42:03.898Z] === RUN TestCreateServiceSecretFileMode [2020-11-30T03:42:04.826Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-30T03:42:04.911Z] Removing intermediate container 77b8598b894f [2020-11-30T03:42:04.911Z] ---> 389d092d31ff [2020-11-30T03:42:04.911Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-11-30T03:42:04.911Z] ---> Running in 4295ebee8e16 [2020-11-30T03:42:04.911Z] Removing intermediate container 4295ebee8e16 [2020-11-30T03:42:04.911Z] ---> 5c1046b17cba [2020-11-30T03:42:04.911Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-11-30T03:42:05.376Z] ---> Running in cac260b8b950 [2020-11-30T03:42:05.376Z] Removing intermediate container cac260b8b950 [2020-11-30T03:42:05.376Z] ---> 35452de9c756 [2020-11-30T03:42:05.376Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-11-30T03:42:05.756Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-30T03:42:06.928Z] [2020-11-30T03:42:07.124Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-30T03:42:07.690Z] --- PASS: TestCreateServiceSecretFileMode (3.55s) [2020-11-30T03:42:07.690Z] === RUN TestCreateServiceConfigFileMode [2020-11-30T03:42:07.909Z] ---> bb24bfc48da2 [2020-11-30T03:42:07.909Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-11-30T03:42:07.909Z] ---> Running in 79904602ddd9 [2020-11-30T03:42:07.947Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-30T03:42:09.317Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-30T03:42:10.250Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-30T03:42:10.507Z] --- PASS: TestCreateServiceConfigFileMode (2.92s) [2020-11-30T03:42:10.507Z] === RUN TestCreateServiceSysctls [2020-11-30T03:42:11.071Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-30T03:42:11.327Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-30T03:42:12.258Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-30T03:42:13.626Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-30T03:42:13.794Z] --- PASS: TestServiceUpdateSecrets (14.27s) [2020-11-30T03:42:13.794Z] === RUN TestServiceUpdateConfigs [2020-11-30T03:42:14.555Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-30T03:42:14.813Z] --- PASS: TestCreateServiceSysctls (4.23s) [2020-11-30T03:42:14.813Z] === RUN TestCreateServiceCapabilities [2020-11-30T03:42:15.069Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-30T03:42:15.998Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-30T03:42:17.367Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-30T03:42:17.624Z] --- PASS: TestCreateServiceCapabilities (3.02s) [2020-11-30T03:42:17.624Z] === RUN TestInspect [2020-11-30T03:42:17.881Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-30T03:42:18.450Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-11-30T03:42:20.354Z] Removing intermediate container 79904602ddd9 [2020-11-30T03:42:20.354Z] ---> 039b4a3d9372 [2020-11-30T03:42:20.354Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-11-30T03:42:20.354Z] ---> Running in 483334bfe205 [2020-11-30T03:42:20.354Z] [2020-11-30T03:42:20.354Z] SUCCESS: Specified value was saved. [2020-11-30T03:42:20.356Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-30T03:42:24.121Z] Removing intermediate container 483334bfe205 [2020-11-30T03:42:24.121Z] ---> 7f05ccfef3fb [2020-11-30T03:42:24.121Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-11-30T03:42:24.121Z] ---> Running in db645c77a68a [2020-11-30T03:42:25.612Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-30T03:42:25.612Z] --- PASS: TestInspect (7.21s) [2020-11-30T03:42:25.612Z] === RUN TestCreateJob [2020-11-30T03:42:27.508Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-30T03:42:27.890Z] Cannot create a file when that file already exists. [2020-11-30T03:42:28.070Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-30T03:42:28.325Z] --- PASS: TestCreateJob (3.47s) [2020-11-30T03:42:28.326Z] === RUN TestReplicatedJob [2020-11-30T03:42:29.156Z] --- PASS: TestServiceUpdateConfigs (14.32s) [2020-11-30T03:42:29.156Z] === RUN TestServiceUpdateNetwork [2020-11-30T03:42:32.498Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-30T03:42:34.391Z] --- PASS: TestReplicatedJob (5.63s) [2020-11-30T03:42:34.391Z] === RUN TestUpdateReplicatedJob [2020-11-30T03:42:34.648Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-30T03:42:35.019Z] Removing intermediate container db645c77a68a [2020-11-30T03:42:35.019Z] ---> 583353acc326 [2020-11-30T03:42:35.019Z] Step 13/13 : CMD ["sh"] [2020-11-30T03:42:35.019Z] ---> Running in 60e6c699e5f1 [2020-11-30T03:42:35.019Z] Removing intermediate container 60e6c699e5f1 [2020-11-30T03:42:35.019Z] ---> f8cfde016afb [2020-11-30T03:42:35.019Z] Successfully built f8cfde016afb [2020-11-30T03:42:35.019Z] Successfully tagged busybox:latest [2020-11-30T03:42:35.019Z] INFO: Docker images of the daemon under test [2020-11-30T03:42:35.019Z] [2020-11-30T03:42:35.019Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-11-30T03:42:35.019Z] busybox latest f8cfde016afb Less than a second ago 5.19GB [2020-11-30T03:42:35.019Z] mcr.microsoft.com/windows/servercore ltsc2019 32fecabef723 3 weeks ago 5.12GB [2020-11-30T03:42:35.019Z] microsoft/windowsservercore latest 32fecabef723 3 weeks ago 5.12GB [2020-11-30T03:42:35.019Z] [2020-11-30T03:42:35.020Z] INFO: Running integration tests at 11/30/2020 03:42:34... [2020-11-30T03:42:35.020Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-11-30T03:42:35.020Z] INFO: Integration API tests being run from the host: [2020-11-30T03:42:35.210Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-30T03:42:35.484Z] INFO: make.ps1 starting at 11/30/2020 03:42:35 [2020-11-30T03:42:36.463Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-11-30T03:42:37.730Z] --- PASS: TestUpdateReplicatedJob (3.73s) [2020-11-30T03:42:37.730Z] === RUN TestServiceListWithStatuses [2020-11-30T03:42:37.730Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-30T03:42:37.730Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:42:37.730Z] === RUN TestDockerNetworkConnectAlias [2020-11-30T03:42:38.659Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-11-30T03:42:39.224Z] === RUN TestDockerSuite/TestCpToDot [2020-11-30T03:42:39.552Z] --- PASS: TestServiceUpdateNetwork (12.33s) [2020-11-30T03:42:39.552Z] === RUN TestServiceUpdatePidsLimit [2020-11-30T03:42:40.153Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-30T03:42:40.188Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-30T03:42:40.825Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-30T03:42:41.550Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-30T03:42:42.917Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-30T03:42:43.480Z] --- PASS: TestDockerNetworkConnectAlias (5.65s) [2020-11-30T03:42:43.480Z] === RUN TestDockerNetworkReConnect [2020-11-30T03:42:43.480Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-30T03:42:44.846Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-30T03:42:44.847Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-30T03:42:45.410Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-30T03:42:46.782Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-30T03:42:46.782Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-30T03:42:46.782Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-30T03:42:47.345Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-30T03:42:47.731Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-30T03:42:47.907Z] --- PASS: TestDockerNetworkReConnect (4.33s) [2020-11-30T03:42:47.907Z] === RUN TestServicePlugin [2020-11-30T03:42:47.907Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-30T03:42:47.907Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-30T03:42:47.907Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-30T03:42:48.471Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-30T03:42:48.728Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-30T03:42:48.984Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-30T03:42:48.984Z] === RUN TestDockerSuite/TestCreateRM [2020-11-30T03:42:49.240Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-30T03:42:49.240Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-30T03:42:49.240Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-30T03:42:49.240Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-30T03:42:51.132Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-30T03:42:51.388Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-30T03:42:51.388Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-30T03:42:55.558Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-11-30T03:42:56.235Z] --- PASS: TestServiceUpdatePidsLimit (15.91s) [2020-11-30T03:42:56.235Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.64s) [2020-11-30T03:42:56.235Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2020-11-30T03:42:56.235Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.87s) [2020-11-30T03:42:56.235Z] PASS [2020-11-30T03:42:56.235Z] [2020-11-30T03:42:56.235Z] === Skipped [2020-11-30T03:42:56.235Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-11-30T03:42:56.235Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:42:56.235Z] [2020-11-30T03:42:56.235Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-11-30T03:42:56.235Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-11-30T03:42:56.235Z] [2020-11-30T03:42:56.235Z] [2020-11-30T03:42:56.235Z] DONE 27 tests, 2 skipped in 130.189s [2020-11-30T03:42:56.235Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-11-30T03:42:56.235Z] ++ 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-11-30T03:42:56.235Z] ++ set -e [2020-11-30T03:42:56.235Z] ++ '[' -n 0 ']' [2020-11-30T03:42:56.235Z] ++ set -x [2020-11-30T03:42:56.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:42:56.235Z] INFO: Testing against a local daemon [2020-11-30T03:42:56.235Z] === RUN TestSessionCreate [2020-11-30T03:42:56.235Z] --- PASS: TestSessionCreate (0.04s) [2020-11-30T03:42:56.235Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-30T03:42:56.235Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2020-11-30T03:42:56.235Z] PASS [2020-11-30T03:42:56.235Z] [2020-11-30T03:42:56.235Z] DONE 2 tests in 0.149s [2020-11-30T03:42:56.235Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-11-30T03:42:56.235Z] ++ 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-11-30T03:42:56.235Z] ++ set -e [2020-11-30T03:42:56.235Z] ++ '[' -n 0 ']' [2020-11-30T03:42:56.235Z] ++ set -x [2020-11-30T03:42:56.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:42:56.235Z] INFO: Testing against a local daemon [2020-11-30T03:42:56.235Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-30T03:42:56.235Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:42:56.235Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:42:56.235Z] === RUN TestEventsExecDie [2020-11-30T03:42:56.235Z] --- PASS: TestEventsExecDie (0.60s) [2020-11-30T03:42:56.235Z] === RUN TestEventsBackwardsCompatible [2020-11-30T03:42:56.235Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-11-30T03:42:56.235Z] === RUN TestInfoBinaryCommits [2020-11-30T03:42:56.235Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-11-30T03:42:56.235Z] === RUN TestInfoAPIVersioned [2020-11-30T03:42:56.235Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-30T03:42:56.235Z] === RUN TestInfoDiscoveryBackend [2020-11-30T03:42:56.486Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-30T03:42:56.527Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-11-30T03:42:56.527Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-30T03:42:56.743Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-30T03:42:56.743Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-30T03:42:56.743Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-30T03:42:56.743Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-30T03:42:57.000Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-30T03:42:57.561Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-30T03:42:57.565Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-30T03:42:57.565Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-30T03:42:58.203Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-11-30T03:42:58.203Z] === RUN TestInfoAPI [2020-11-30T03:42:58.203Z] --- PASS: TestInfoAPI (0.04s) [2020-11-30T03:42:58.203Z] === RUN TestInfoAPIWarnings [2020-11-30T03:42:58.944Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-30T03:42:59.204Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-30T03:43:00.132Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-30T03:43:01.498Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-30T03:43:01.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-11-30T03:43:01.757Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-30T03:43:02.320Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-30T03:43:02.320Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-30T03:43:02.883Z] === RUN TestDockerSuite/TestDockerFails [2020-11-30T03:43:02.883Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-11-30T03:43:02.883Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-11-30T03:43:02.883Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-11-30T03:43:04.777Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-11-30T03:43:05.340Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-11-30T03:43:06.268Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-11-30T03:43:06.268Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-11-30T03:43:06.268Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-11-30T03:43:06.521Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:43:06.521Z] INFO: Testing against a local daemon [2020-11-30T03:43:06.521Z] === RUN TestBuildWithSession [2020-11-30T03:43:06.521Z] --- SKIP: TestBuildWithSession (0.00s) [2020-11-30T03:43:06.521Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:43:06.521Z] === RUN TestBuildSquashParent [2020-11-30T03:43:06.521Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-11-30T03:43:06.521Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:43:06.521Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:43:06.521Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:43:06.521Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:43:06.521Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:43:06.521Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:43:06.521Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:43:06.521Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:43:06.521Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-11-30T03:43:06.521Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-11-30T03:43:06.521Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-11-30T03:43:06.521Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-11-30T03:43:06.525Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-11-30T03:43:11.768Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-30T03:43:13.666Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-30T03:43:15.033Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-30T03:43:16.404Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-11-30T03:43:16.808Z] --- PASS: TestInfoAPIWarnings (16.30s) [2020-11-30T03:43:16.808Z] === RUN TestInfoDebug [2020-11-30T03:43:16.808Z] --- PASS: TestInfoDebug (0.53s) [2020-11-30T03:43:16.808Z] === RUN TestInfoInsecureRegistries [2020-11-30T03:43:16.808Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-11-30T03:43:16.808Z] === RUN TestInfoRegistryMirrors [2020-11-30T03:43:16.808Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-11-30T03:43:16.808Z] === RUN TestLoginFailsWithBadCredentials [2020-11-30T03:43:16.808Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-11-30T03:43:16.808Z] === RUN TestPingCacheHeaders [2020-11-30T03:43:16.808Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-11-30T03:43:16.808Z] === RUN TestPingGet [2020-11-30T03:43:16.808Z] --- PASS: TestPingGet (0.03s) [2020-11-30T03:43:16.808Z] === RUN TestPingHead [2020-11-30T03:43:16.808Z] --- PASS: TestPingHead (0.04s) [2020-11-30T03:43:16.808Z] === RUN TestVersion [2020-11-30T03:43:16.808Z] --- PASS: TestVersion (0.03s) [2020-11-30T03:43:16.808Z] PASS [2020-11-30T03:43:16.808Z] [2020-11-30T03:43:16.808Z] === Skipped [2020-11-30T03:43:16.808Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:43:16.808Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:43:16.808Z] [2020-11-30T03:43:16.808Z] [2020-11-30T03:43:16.808Z] DONE 18 tests, 1 skipped in 21.230s [2020-11-30T03:43:16.808Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-11-30T03:43:16.808Z] ++ 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-11-30T03:43:16.808Z] ++ set -e [2020-11-30T03:43:16.808Z] ++ '[' -n 0 ']' [2020-11-30T03:43:16.808Z] ++ set -x [2020-11-30T03:43:16.808Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:43:16.808Z] INFO: Testing against a local daemon [2020-11-30T03:43:16.808Z] === RUN TestVolumesCreateAndList [2020-11-30T03:43:16.808Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-11-30T03:43:16.808Z] === RUN TestVolumesRemove [2020-11-30T03:43:16.808Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-30T03:43:16.808Z] === RUN TestVolumesInspect [2020-11-30T03:43:16.808Z] --- PASS: TestVolumesInspect (0.03s) [2020-11-30T03:43:16.808Z] === RUN TestVolumesInvalidJSON [2020-11-30T03:43:16.808Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-30T03:43:16.808Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-30T03:43:16.808Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-30T03:43:16.808Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-11-30T03:43:16.808Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-30T03:43:16.808Z] PASS [2020-11-30T03:43:16.808Z] [2020-11-30T03:43:16.808Z] DONE 5 tests in 0.215s [2020-11-30T03:43:16.808Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T03:43:16.808Z] ++++ cat bundles/test-integration/docker.pid [2020-11-30T03:43:16.808Z] +++ kill 14020 [2020-11-30T03:43:16.968Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-30T03:43:17.531Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-30T03:43:18.320Z] +++ /etc/init.d/apparmor stop [2020-11-30T03:43:18.320Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:43:18.320Z] [2020-11-30T03:43:18.320Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:43:18.320Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:43:18.320Z] [2020-11-30T03:43:18.320Z] To set a process to complain mode, use the command line tool [2020-11-30T03:43:18.320Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:43:18.320Z] +++ true [2020-11-30T03:43:18.320Z] exiting test-integration [2020-11-30T03:43:18.320Z] ++ exit 0 [2020-11-30T03:43:18.320Z] [2020-11-30T03:43:18.471Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-30T03:43:18.730Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-30T03:43:18.990Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-11-30T03:43:18.990Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-11-30T03:43:19.292Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-30T03:43:19.853Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate Post stage [Pipeline] junit [2020-11-30T03:43:19.901Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-30T03:43:20.415Z] --- PASS: TestServicePlugin (32.73s) [2020-11-30T03:43:20.415Z] plugin_test.go:62: [d8f28837d0bae] joining swarm manager [d9aac0927c481]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T03:43:20.415Z] plugin_test.go:65: [dde0f10902cff] joining swarm manager [d9aac0927c481]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T03:43:20.415Z] === RUN TestServiceUpdateLabel [2020-11-30T03:43:20.652Z] + echo Ensuring container killed. [2020-11-30T03:43:20.652Z] Ensuring container killed. [2020-11-30T03:43:20.652Z] + docker rm -vf docker-pr3 [2020-11-30T03:43:20.652Z] Error: No such container: docker-pr3 [2020-11-30T03:43:20.652Z] + true [Pipeline] sh [2020-11-30T03:43:21.036Z] + echo Chowning /workspace to jenkins user [2020-11-30T03:43:21.036Z] Chowning /workspace to jenkins user [2020-11-30T03:43:21.036Z] + id -u [2020-11-30T03:43:21.036Z] + id -g [2020-11-30T03:43:21.036Z] + docker run --rm -v /home/docker/workspace/moby_PR-41728:/workspace busybox chown -R 1001:1001 /workspace [2020-11-30T03:43:21.036Z] Unable to find image 'busybox:latest' locally [2020-11-30T03:43:21.330Z] latest: Pulling from library/busybox [2020-11-30T03:43:21.330Z] 9149f769b122: Pulling fs layer [2020-11-30T03:43:21.343Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-11-30T03:43:21.626Z] 9149f769b122: Verifying Checksum [2020-11-30T03:43:21.626Z] 9149f769b122: Download complete [2020-11-30T03:43:21.626Z] 9149f769b122: Pull complete [2020-11-30T03:43:21.626Z] Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2 [2020-11-30T03:43:21.626Z] Status: Downloaded newer image for busybox:latest [2020-11-30T03:43:22.271Z] === RUN TestDockerSuite/TestEventsContainerRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T03:43:23.197Z] --- PASS: TestServiceUpdateLabel (2.72s) [2020-11-30T03:43:23.197Z] === RUN TestServiceUpdateSecrets [2020-11-30T03:43:23.540Z] + bundleName=ppc64le-integration [2020-11-30T03:43:23.540Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-11-30T03:43:23.540Z] Creating ppc64le-integration-bundles.tar.gz [2020-11-30T03:43:23.540Z] + + xargs tar -czf ppc64le-integration-bundles.tar.gz [2020-11-30T03:43:23.540Z] 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-11-30T03:43:23.585Z] Archiving artifacts [2020-11-30T03:43:25.090Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-11-30T03:43:26.071Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T03:43:26.461Z] + make clean [2020-11-30T03:43:26.754Z] make: command: Command not found [2020-11-30T03:43:26.754Z] make: command: Command not found [2020-11-30T03:43:26.754Z] docker volume rm -f docker-dev-cache [2020-11-30T03:43:26.754Z] docker-dev-cache [Pipeline] deleteDir [2020-11-30T03:43:27.608Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-30T03:43:27.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.32s) [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.41s) [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.84s) [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (21.29s) [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.87s) [2020-11-30T03:43:27.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.79s) [2020-11-30T03:43:27.614Z] === RUN TestBuildMultiStageCopy [2020-11-30T03:43:27.614Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-11-30T03:43:28.170Z] === RUN TestDockerSuite/TestEventsFilterContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-30T03:43:29.538Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-30T03:43:36.074Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-30T03:43:36.074Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-30T03:43:36.239Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-11-30T03:43:36.330Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-30T03:43:37.216Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-11-30T03:43:37.257Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-11-30T03:43:37.257Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-30T03:43:37.513Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-11-30T03:43:37.513Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-11-30T03:43:37.513Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-30T03:43:37.681Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-11-30T03:43:38.451Z] --- PASS: TestServiceUpdateSecrets (15.21s) [2020-11-30T03:43:38.451Z] === RUN TestServiceUpdateConfigs [2020-11-30T03:43:39.015Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-30T03:43:39.235Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-11-30T03:43:39.944Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-30T03:43:39.944Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-30T03:43:39.944Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-30T03:43:40.212Z] --- PASS: TestBuildMultiStageCopy (13.20s) [2020-11-30T03:43:40.212Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.99s) [2020-11-30T03:43:40.212Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2020-11-30T03:43:40.212Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.93s) [2020-11-30T03:43:40.212Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.12s) [2020-11-30T03:43:40.212Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.30s) [2020-11-30T03:43:40.212Z] === RUN TestBuildMultiStageParentConfig [2020-11-30T03:43:40.874Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-30T03:43:41.131Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-30T03:43:42.057Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-30T03:43:42.409Z] --- PASS: TestBuildMultiStageParentConfig (2.16s) [2020-11-30T03:43:42.409Z] === RUN TestBuildLabelWithTargets [2020-11-30T03:43:42.409Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-11-30T03:43:42.409Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:43:42.409Z] === RUN TestBuildWithEmptyLayers [2020-11-30T03:43:42.984Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-11-30T03:43:42.984Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-11-30T03:43:42.984Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-11-30T03:43:43.240Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-30T03:43:43.387Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2020-11-30T03:43:43.387Z] === RUN TestBuildMultiStageOnBuild [2020-11-30T03:43:44.607Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-11-30T03:43:45.172Z] === RUN TestDockerSuite/TestEventsRename [2020-11-30T03:43:45.430Z] === RUN TestDockerSuite/TestEventsResize [2020-11-30T03:43:45.992Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-30T03:43:51.236Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-30T03:43:51.798Z] === RUN TestDockerSuite/TestEventsStreaming [2020-11-30T03:43:52.360Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-30T03:43:53.287Z] --- PASS: TestServiceUpdateConfigs (14.90s) [2020-11-30T03:43:53.287Z] === RUN TestServiceUpdateNetwork [2020-11-30T03:43:55.181Z] === RUN TestDockerSuite/TestEventsTop [2020-11-30T03:43:55.745Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-30T03:43:58.270Z] --- PASS: TestBuildMultiStageOnBuild (13.05s) [2020-11-30T03:43:58.270Z] === RUN TestBuildUncleanTarFilenames [2020-11-30T03:43:58.270Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-11-30T03:43:58.270Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:43:58.270Z] === RUN TestBuildMultiStageLayerLeak [2020-11-30T03:43:59.028Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-30T03:43:59.283Z] === RUN TestDockerSuite/TestExec [2020-11-30T03:44:00.212Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-30T03:44:00.469Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-30T03:44:01.031Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-30T03:44:01.594Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-30T03:44:02.523Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-30T03:44:03.088Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-30T03:44:03.651Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-30T03:44:04.214Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-30T03:44:04.778Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-30T03:44:05.342Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-30T03:44:05.598Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-30T03:44:06.526Z] --- PASS: TestServiceUpdateNetwork (13.21s) [2020-11-30T03:44:06.526Z] === RUN TestServiceUpdatePidsLimit [2020-11-30T03:44:06.782Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-30T03:44:07.710Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-11-30T03:44:07.966Z] === RUN TestDockerSuite/TestExecEnv [2020-11-30T03:44:08.530Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-11-30T03:44:08.788Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-30T03:44:09.718Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-30T03:44:10.646Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-30T03:44:13.155Z] --- PASS: TestBuildMultiStageLayerLeak (16.16s) [2020-11-30T03:44:13.155Z] === RUN TestBuildWithHugeFile [2020-11-30T03:44:13.178Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-30T03:44:13.757Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-11-30T03:44:14.013Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-30T03:44:14.576Z] === RUN TestDockerSuite/TestExecParseError [2020-11-30T03:44:15.504Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-30T03:44:15.504Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-11-30T03:44:16.065Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-30T03:44:16.321Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-30T03:44:17.689Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-30T03:44:18.252Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-30T03:44:18.815Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-30T03:44:22.982Z] --- PASS: TestServiceUpdatePidsLimit (16.50s) [2020-11-30T03:44:22.982Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2020-11-30T03:44:22.982Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2020-11-30T03:44:22.982Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.09s) [2020-11-30T03:44:22.982Z] PASS [2020-11-30T03:44:22.982Z] [2020-11-30T03:44:22.982Z] === Skipped [2020-11-30T03:44:22.982Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-11-30T03:44:22.982Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-11-30T03:44:22.982Z] [2020-11-30T03:44:22.982Z] [2020-11-30T03:44:22.982Z] DONE 27 tests, 1 skipped in 185.025s [2020-11-30T03:44:22.982Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-11-30T03:44:22.982Z] ++ 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-11-30T03:44:22.982Z] ++ set -e [2020-11-30T03:44:22.982Z] ++ '[' -n 0 ']' [2020-11-30T03:44:22.982Z] ++ set -x [2020-11-30T03:44:22.982Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:44:23.238Z] INFO: Testing against a local daemon [2020-11-30T03:44:23.238Z] === RUN TestSessionCreate [2020-11-30T03:44:23.238Z] --- PASS: TestSessionCreate (0.02s) [2020-11-30T03:44:23.238Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-30T03:44:23.238Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-11-30T03:44:23.238Z] PASS [2020-11-30T03:44:23.238Z] [2020-11-30T03:44:23.238Z] DONE 2 tests in 0.153s [2020-11-30T03:44:23.238Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-11-30T03:44:23.238Z] ++ 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-11-30T03:44:23.238Z] ++ set -e [2020-11-30T03:44:23.238Z] ++ '[' -n 0 ']' [2020-11-30T03:44:23.238Z] ++ set -x [2020-11-30T03:44:23.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:44:23.238Z] INFO: Testing against a local daemon [2020-11-30T03:44:23.238Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-30T03:44:23.238Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:44:23.238Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:44:23.238Z] === RUN TestEventsExecDie [2020-11-30T03:44:23.801Z] --- PASS: TestEventsExecDie (0.51s) [2020-11-30T03:44:23.801Z] === RUN TestEventsBackwardsCompatible [2020-11-30T03:44:23.801Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-11-30T03:44:23.801Z] === RUN TestInfoBinaryCommits [2020-11-30T03:44:23.801Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-11-30T03:44:23.801Z] === RUN TestInfoAPIVersioned [2020-11-30T03:44:23.801Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-11-30T03:44:23.801Z] === RUN TestInfoDiscoveryBackend [2020-11-30T03:44:24.364Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-11-30T03:44:24.364Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-11-30T03:44:25.729Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-11-30T03:44:25.729Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-11-30T03:44:25.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-11-30T03:44:25.985Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-11-30T03:44:25.985Z] === RUN TestInfoAPI [2020-11-30T03:44:25.985Z] --- PASS: TestInfoAPI (0.02s) [2020-11-30T03:44:25.985Z] === RUN TestInfoAPIWarnings [2020-11-30T03:44:29.253Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-30T03:44:29.815Z] === RUN TestDockerSuite/TestExecTTY [2020-11-30T03:44:30.744Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-30T03:44:31.311Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-30T03:44:31.873Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-30T03:44:32.435Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-30T03:44:32.435Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-30T03:44:33.802Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-11-30T03:44:34.364Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-30T03:44:35.292Z] === RUN TestDockerSuite/TestExecWithTERM [2020-11-30T03:44:35.548Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-30T03:44:36.111Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-30T03:44:41.353Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-30T03:44:42.281Z] --- PASS: TestInfoAPIWarnings (16.25s) [2020-11-30T03:44:42.281Z] === RUN TestInfoDebug [2020-11-30T03:44:42.843Z] --- PASS: TestInfoDebug (0.52s) [2020-11-30T03:44:42.843Z] === RUN TestInfoInsecureRegistries [2020-11-30T03:44:43.404Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-11-30T03:44:43.404Z] === RUN TestInfoRegistryMirrors [2020-11-30T03:44:43.660Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-11-30T03:44:43.916Z] === RUN TestLoginFailsWithBadCredentials [2020-11-30T03:44:43.916Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-11-30T03:44:43.916Z] === RUN TestPingCacheHeaders [2020-11-30T03:44:43.917Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-11-30T03:44:43.917Z] === RUN TestPingGet [2020-11-30T03:44:43.917Z] --- PASS: TestPingGet (0.01s) [2020-11-30T03:44:43.917Z] === RUN TestPingHead [2020-11-30T03:44:43.917Z] --- PASS: TestPingHead (0.02s) [2020-11-30T03:44:43.917Z] === RUN TestVersion [2020-11-30T03:44:44.173Z] --- PASS: TestVersion (0.02s) [2020-11-30T03:44:44.173Z] PASS [2020-11-30T03:44:44.173Z] [2020-11-30T03:44:44.173Z] === Skipped [2020-11-30T03:44:44.173Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:44:44.173Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-11-30T03:44:44.173Z] [2020-11-30T03:44:44.173Z] [2020-11-30T03:44:44.173Z] DONE 18 tests, 1 skipped in 20.861s [2020-11-30T03:44:44.173Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-11-30T03:44:44.173Z] ++ 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-11-30T03:44:44.173Z] ++ set -e [2020-11-30T03:44:44.173Z] ++ '[' -n 0 ']' [2020-11-30T03:44:44.173Z] ++ set -x [2020-11-30T03:44:44.173Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build 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-11-30T03:44:44.173Z] INFO: Testing against a local daemon [2020-11-30T03:44:44.173Z] === RUN TestVolumesCreateAndList [2020-11-30T03:44:44.173Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-11-30T03:44:44.173Z] === RUN TestVolumesRemove [2020-11-30T03:44:44.173Z] --- PASS: TestVolumesRemove (0.07s) [2020-11-30T03:44:44.173Z] === RUN TestVolumesInspect [2020-11-30T03:44:44.173Z] --- PASS: TestVolumesInspect (0.02s) [2020-11-30T03:44:44.173Z] === RUN TestVolumesInvalidJSON [2020-11-30T03:44:44.173Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-30T03:44:44.173Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-30T03:44:44.173Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-30T03:44:44.173Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-11-30T03:44:44.173Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-30T03:44:44.173Z] PASS [2020-11-30T03:44:44.173Z] [2020-11-30T03:44:44.173Z] DONE 5 tests in 0.217s [2020-11-30T03:44:44.173Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T03:44:44.429Z] ++++ cat bundles/test-integration/docker.pid [2020-11-30T03:44:44.429Z] +++ kill 5643 [2020-11-30T03:44:45.357Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-30T03:44:45.613Z] +++ /etc/init.d/apparmor stop [2020-11-30T03:44:45.613Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:44:45.613Z] [2020-11-30T03:44:45.613Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:44:45.613Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:44:45.613Z] [2020-11-30T03:44:45.613Z] To set a process to complain mode, use the command line tool [2020-11-30T03:44:45.613Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:44:45.613Z] +++ true [2020-11-30T03:44:45.613Z] exiting test-integration [2020-11-30T03:44:45.613Z] ++ exit 0 [2020-11-30T03:44:45.613Z] [2020-11-30T03:44:46.175Z] + for job in $(jobs -p) [2020-11-30T03:44:46.175Z] + wait 16400 [2020-11-30T03:44:46.740Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-30T03:44:51.994Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-30T03:44:51.994Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-30T03:44:51.994Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-30T03:44:51.994Z] === RUN TestDockerSuite/TestHealth [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-30T03:45:13.883Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-30T03:45:14.140Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-30T03:45:14.702Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-30T03:45:14.702Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-30T03:45:15.264Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-30T03:45:18.532Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-30T03:45:18.532Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-30T03:45:18.532Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-30T03:45:19.094Z] === RUN TestDockerSuite/TestImportFile [2020-11-30T03:45:20.027Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-30T03:45:20.027Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-30T03:45:21.393Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-30T03:45:22.327Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-30T03:45:23.693Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-30T03:45:24.255Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-30T03:45:24.511Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-30T03:45:25.087Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-30T03:45:25.087Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-11-30T03:45:25.087Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-30T03:45:25.665Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-30T03:45:26.227Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-30T03:45:26.482Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-30T03:45:27.044Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-30T03:45:27.301Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-30T03:45:27.862Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-11-30T03:45:27.862Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-30T03:45:27.862Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-11-30T03:45:29.228Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-30T03:45:29.484Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-30T03:45:30.048Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-30T03:45:30.048Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-30T03:45:30.612Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-30T03:45:30.612Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-30T03:45:31.174Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-30T03:45:31.735Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-30T03:45:32.298Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-30T03:45:32.862Z] === RUN TestDockerSuite/TestInspectImage [2020-11-30T03:45:32.862Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-30T03:45:32.862Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-30T03:45:32.862Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-30T03:45:33.423Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-30T03:45:33.680Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-30T03:45:33.936Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-30T03:45:34.193Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-30T03:45:34.755Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-30T03:45:36.644Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-30T03:45:36.644Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-30T03:45:37.206Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-30T03:45:37.463Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-30T03:45:38.391Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-30T03:45:38.954Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-30T03:45:39.516Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-30T03:45:40.087Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-30T03:45:40.344Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-30T03:45:40.907Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-30T03:45:41.163Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-30T03:45:41.419Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-11-30T03:45:42.788Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-30T03:45:43.717Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-30T03:45:44.645Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-30T03:45:44.901Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-30T03:45:45.829Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-30T03:45:47.195Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-30T03:45:48.562Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-30T03:45:48.562Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-30T03:45:49.125Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-11-30T03:45:50.056Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-30T03:45:50.314Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-30T03:45:50.878Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-30T03:45:54.152Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-11-30T03:46:00.701Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-30T03:46:02.591Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-30T03:46:03.523Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-30T03:46:04.086Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-30T03:46:05.453Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-11-30T03:46:05.453Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-30T03:46:05.709Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-30T03:46:05.709Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-30T03:46:05.709Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-30T03:46:06.273Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-30T03:46:06.836Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-30T03:46:10.102Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-30T03:46:10.664Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-30T03:46:12.553Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-11-30T03:46:15.070Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-30T03:46:15.633Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-30T03:46:15.633Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-30T03:46:17.000Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-30T03:46:17.933Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-30T03:46:19.302Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-30T03:46:20.230Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-30T03:46:20.792Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-30T03:46:23.309Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-30T03:46:23.309Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-30T03:46:23.871Z] === RUN TestDockerSuite/TestLogsSince [2020-11-30T03:46:30.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-11-30T03:46:30.405Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-30T03:46:36.942Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-30T03:46:36.942Z] === RUN TestDockerSuite/TestLogsTail [2020-11-30T03:46:36.942Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-30T03:46:37.201Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-30T03:46:37.762Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-30T03:46:38.018Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-30T03:46:38.275Z] === RUN TestDockerSuite/TestNetHostname [2020-11-30T03:46:39.642Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-30T03:46:39.899Z] === RUN TestDockerSuite/TestNetworkEvents [2020-11-30T03:46:45.155Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-11-30T03:46:45.717Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-30T03:46:47.610Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-30T03:46:48.538Z] === RUN TestDockerSuite/TestPluginActive [2020-11-30T03:46:49.905Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-30T03:46:50.161Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-11-30T03:46:55.404Z] --- PASS: TestBuildWithHugeFile (156.99s) [2020-11-30T03:46:55.404Z] === RUN TestBuildWithEmptyDockerfile [2020-11-30T03:46:55.404Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:46:55.404Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:46:55.404Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:46:55.404Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:46:55.404Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:46:55.404Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:46:55.404Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-11-30T03:46:55.404Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-11-30T03:46:55.404Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-11-30T03:46:55.404Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-11-30T03:46:55.404Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-11-30T03:46:55.404Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-11-30T03:46:55.404Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2020-11-30T03:46:55.404Z] === RUN TestBuildPreserveOwnership [2020-11-30T03:46:55.404Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-11-30T03:46:55.404Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:46:55.404Z] === RUN TestBuildPlatformInvalid [2020-11-30T03:46:55.404Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2020-11-30T03:46:55.404Z] PASS [2020-11-30T03:46:55.404Z] ok github.com/docker/docker/integration/build 227.202s [2020-11-30T03:46:55.404Z] [2020-11-30T03:46:55.404Z] === Skipped [2020-11-30T03:46:55.404Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-11-30T03:46:55.404Z] build_session_test.go:25: TODO: BuildKit [2020-11-30T03:46:55.404Z] [2020-11-30T03:46:55.404Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-11-30T03:46:55.404Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.404Z] [2020-11-30T03:46:55.404Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-11-30T03:46:55.404Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:46:55.404Z] [2020-11-30T03:46:55.404Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-11-30T03:46:55.404Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:46:55.404Z] [2020-11-30T03:46:55.404Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-11-30T03:46:55.404Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:46:55.404Z] [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] DONE 28 tests, 5 skipped in 253.938s [2020-11-30T03:46:55.405Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-11-30T03:46:55.405Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:46:55.405Z] INFO: Testing against a local daemon [2020-11-30T03:46:55.405Z] === RUN TestConfigInspect [2020-11-30T03:46:55.405Z] --- SKIP: TestConfigInspect (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] === RUN TestConfigList [2020-11-30T03:46:55.405Z] --- SKIP: TestConfigList (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] === RUN TestConfigsCreateAndDelete [2020-11-30T03:46:55.405Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] === RUN TestConfigsUpdate [2020-11-30T03:46:55.405Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-11-30T03:46:55.405Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] === RUN TestTemplatedConfig [2020-11-30T03:46:55.405Z] --- SKIP: TestTemplatedConfig (0.01s) [2020-11-30T03:46:55.405Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] === RUN TestConfigCreateResolve [2020-11-30T03:46:55.405Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:46:55.405Z] === RUN TestConfigDaemonLibtrustID [2020-11-30T03:46:55.405Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:46:55.405Z] PASS [2020-11-30T03:46:55.405Z] ok github.com/docker/docker/integration/config 0.254s [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === Skipped [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.01s) [2020-11-30T03:46:55.405Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.01s) [2020-11-30T03:46:55.405Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-11-30T03:46:55.405Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] [2020-11-30T03:46:55.405Z] DONE 7 tests, 7 skipped in 2.791s [2020-11-30T03:46:55.405Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-11-30T03:46:56.705Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-30T03:46:56.705Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-30T03:46:56.957Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:46:56.957Z] INFO: Testing against a local daemon [2020-11-30T03:46:56.957Z] === RUN TestCheckpoint [2020-11-30T03:46:56.957Z] --- SKIP: TestCheckpoint (0.00s) [2020-11-30T03:46:56.957Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:46:56.957Z] === RUN TestContainerInvalidJSON [2020-11-30T03:46:56.957Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:46:56.957Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:46:56.957Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:46:56.957Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:46:56.957Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:46:56.957Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:46:56.957Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-11-30T03:46:56.957Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-11-30T03:46:56.957Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-11-30T03:46:56.957Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-11-30T03:46:56.957Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-11-30T03:46:56.957Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-11-30T03:46:56.957Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-11-30T03:46:56.957Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-11-30T03:46:56.957Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2020-11-30T03:46:56.957Z] === RUN TestCopyFromContainerPathIsNotDir [2020-11-30T03:46:56.957Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2020-11-30T03:46:56.957Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-30T03:46:56.957Z] === RUN TestCopyToContainerPathDoesNotExist [2020-11-30T03:46:57.422Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2020-11-30T03:46:57.422Z] === RUN TestCopyToContainerPathIsNotDir [2020-11-30T03:46:57.422Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-11-30T03:46:57.422Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-30T03:46:57.422Z] === RUN TestCopyFromContainer [2020-11-30T03:46:57.422Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-11-30T03:46:57.422Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:57.422Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-11-30T03:46:57.422Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:46:57.422Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:46:57.422Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:46:57.422Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:46:57.422Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:46:57.422Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:46:57.422Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-11-30T03:46:57.422Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-11-30T03:46:57.422Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-11-30T03:46:57.422Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-11-30T03:46:57.422Z] === RUN TestCreateLinkToNonExistingContainer [2020-11-30T03:46:57.422Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-11-30T03:46:57.422Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidEnv [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidEnv/0 [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidEnv/1 [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidEnv/2 [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidEnv/0 [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidEnv/2 [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidEnv/1 [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-11-30T03:46:57.422Z] === RUN TestCreateTmpfsMountsTarget [2020-11-30T03:46:57.422Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-11-30T03:46:57.422Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:57.422Z] === RUN TestCreateWithCustomMaskedPaths [2020-11-30T03:46:57.422Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-11-30T03:46:57.422Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:46:57.422Z] === RUN TestCreateWithCustomReadonlyPaths [2020-11-30T03:46:57.422Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-30T03:46:57.422Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:46:57.422Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:46:57.422Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-11-30T03:46:57.422Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-11-30T03:46:57.422Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-11-30T03:46:57.422Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-30T03:46:57.422Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-30T03:46:57.422Z] === RUN TestCreateDifferentPlatform [2020-11-30T03:46:57.422Z] === RUN TestCreateDifferentPlatform/different_os [2020-11-30T03:46:57.422Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-11-30T03:46:57.422Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2020-11-30T03:46:57.422Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-11-30T03:46:57.422Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-11-30T03:46:57.422Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-11-30T03:46:57.422Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2020-11-30T03:46:57.422Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2020-11-30T03:46:57.422Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-30T03:46:57.422Z] === RUN TestContainerKillOnDaemonStart [2020-11-30T03:46:57.422Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-11-30T03:46:57.422Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:46:57.422Z] === RUN TestDiff [2020-11-30T03:46:57.422Z] --- SKIP: TestDiff (0.00s) [2020-11-30T03:46:57.422Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-30T03:46:57.422Z] === RUN TestExecWithCloseStdin [2020-11-30T03:46:57.633Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-30T03:47:00.153Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-30T03:47:00.353Z] --- PASS: TestExecWithCloseStdin (2.34s) [2020-11-30T03:47:00.353Z] === RUN TestExec [2020-11-30T03:47:01.518Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-30T03:47:01.906Z] --- PASS: TestExec (2.15s) [2020-11-30T03:47:01.907Z] === RUN TestExecUser [2020-11-30T03:47:01.907Z] --- SKIP: TestExecUser (0.00s) [2020-11-30T03:47:01.907Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-30T03:47:01.907Z] === RUN TestExportContainerAndImportImage [2020-11-30T03:47:01.907Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-11-30T03:47:01.907Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:47:01.907Z] === RUN TestExportContainerAfterDaemonRestart [2020-11-30T03:47:01.907Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-11-30T03:47:01.907Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:47:01.907Z] === RUN TestHealthCheckWorkdir [2020-11-30T03:47:01.907Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-11-30T03:47:01.907Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:01.907Z] === RUN TestHealthKillContainer [2020-11-30T03:47:01.907Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-11-30T03:47:01.907Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-30T03:47:01.907Z] === RUN TestInspectCpusetInConfigPre120 [2020-11-30T03:47:01.907Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-11-30T03:47:01.907Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-30T03:47:01.907Z] === RUN TestKillContainerInvalidSignal [2020-11-30T03:47:03.406Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-30T03:47:04.109Z] --- PASS: TestKillContainerInvalidSignal (2.18s) [2020-11-30T03:47:04.109Z] === RUN TestKillContainer [2020-11-30T03:47:04.109Z] === RUN TestKillContainer/no_signal [2020-11-30T03:47:06.308Z] === RUN TestKillContainer/non_killing_signal [2020-11-30T03:47:06.308Z] === RUN TestKillContainer/killing_signal [2020-11-30T03:47:07.581Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-30T03:47:08.949Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-30T03:47:09.239Z] --- PASS: TestKillContainer (4.74s) [2020-11-30T03:47:09.239Z] --- PASS: TestKillContainer/no_signal (1.82s) [2020-11-30T03:47:09.239Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-30T03:47:09.239Z] --- PASS: TestKillContainer/killing_signal (2.67s) [2020-11-30T03:47:09.239Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-11-30T03:47:09.239Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-30T03:47:09.239Z] === RUN TestKillStoppedContainer [2020-11-30T03:47:09.239Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-30T03:47:09.239Z] === RUN TestKillStoppedContainerAPIPre120 [2020-11-30T03:47:09.239Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-30T03:47:09.239Z] === RUN TestKillDifferentUserContainer [2020-11-30T03:47:09.239Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-30T03:47:09.239Z] === RUN TestInspectOomKilledTrue [2020-11-30T03:47:09.239Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:47:09.239Z] === RUN TestInspectOomKilledFalse [2020-11-30T03:47:09.239Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-11-30T03:47:09.239Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:47:09.239Z] === RUN TestLogsFollowTailEmpty [2020-11-30T03:47:09.881Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-30T03:47:10.809Z] === RUN TestDockerSuite/TestPortList [2020-11-30T03:47:11.438Z] --- PASS: TestLogsFollowTailEmpty (2.36s) [2020-11-30T03:47:11.438Z] === RUN TestNetworkNat [2020-11-30T03:47:11.438Z] --- SKIP: TestNetworkNat (0.00s) [2020-11-30T03:47:11.438Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:11.438Z] === RUN TestNetworkLocalhostTCPNat [2020-11-30T03:47:13.637Z] --- PASS: TestNetworkLocalhostTCPNat (2.20s) [2020-11-30T03:47:13.637Z] === RUN TestNetworkLoopbackNat [2020-11-30T03:47:13.637Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-11-30T03:47:13.637Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:13.637Z] === RUN TestPause [2020-11-30T03:47:13.637Z] --- SKIP: TestPause (0.00s) [2020-11-30T03:47:13.637Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-30T03:47:13.637Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-11-30T03:47:15.193Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.80s) [2020-11-30T03:47:15.193Z] === RUN TestPauseStopPausedContainer [2020-11-30T03:47:15.193Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-11-30T03:47:15.193Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:47:15.193Z] === RUN TestPsFilter [2020-11-30T03:47:15.657Z] --- PASS: TestPsFilter (0.13s) [2020-11-30T03:47:15.657Z] === RUN TestRemoveContainerWithRemovedVolume [2020-11-30T03:47:17.349Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-30T03:47:17.349Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-30T03:47:17.855Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.02s) [2020-11-30T03:47:17.855Z] === RUN TestRemoveContainerWithVolume [2020-11-30T03:47:18.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-11-30T03:47:20.055Z] --- PASS: TestRemoveContainerWithVolume (2.37s) [2020-11-30T03:47:20.055Z] === RUN TestRemoveContainerRunning [2020-11-30T03:47:21.229Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-11-30T03:47:21.608Z] --- PASS: TestRemoveContainerRunning (1.80s) [2020-11-30T03:47:21.608Z] === RUN TestRemoveContainerForceRemoveRunning [2020-11-30T03:47:23.747Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-30T03:47:23.747Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-30T03:47:23.747Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-30T03:47:23.809Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.89s) [2020-11-30T03:47:23.809Z] === RUN TestRemoveInvalidContainer [2020-11-30T03:47:23.809Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-11-30T03:47:23.809Z] === RUN TestRenameLinkedContainer [2020-11-30T03:47:23.809Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-11-30T03:47:23.809Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:23.809Z] === RUN TestRenameStoppedContainer [2020-11-30T03:47:24.004Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-30T03:47:24.004Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-30T03:47:24.934Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-30T03:47:24.934Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-30T03:47:25.862Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-30T03:47:25.862Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-30T03:47:26.007Z] --- PASS: TestRenameStoppedContainer (2.24s) [2020-11-30T03:47:26.007Z] === RUN TestRenameRunningContainerAndReuse [2020-11-30T03:47:26.806Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-30T03:47:26.806Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-11-30T03:47:28.695Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-11-30T03:47:29.623Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-11-30T03:47:29.879Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-11-30T03:47:30.135Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-30T03:47:30.733Z] --- PASS: TestRenameRunningContainerAndReuse (4.32s) [2020-11-30T03:47:30.733Z] === RUN TestRenameInvalidName [2020-11-30T03:47:32.027Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-30T03:47:32.287Z] --- PASS: TestRenameInvalidName (1.88s) [2020-11-30T03:47:32.287Z] === RUN TestRenameAnonymousContainer [2020-11-30T03:47:32.287Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-11-30T03:47:32.287Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:32.287Z] === RUN TestRenameContainerWithSameName [2020-11-30T03:47:32.957Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-30T03:47:33.839Z] --- PASS: TestRenameContainerWithSameName (2.02s) [2020-11-30T03:47:33.839Z] === RUN TestRenameContainerWithLinkedContainer [2020-11-30T03:47:33.839Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-11-30T03:47:33.839Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:33.839Z] === RUN TestResize [2020-11-30T03:47:35.474Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-30T03:47:36.040Z] --- PASS: TestResize (1.79s) [2020-11-30T03:47:36.040Z] === RUN TestResizeWithInvalidSize [2020-11-30T03:47:36.040Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-11-30T03:47:36.040Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-30T03:47:36.040Z] === RUN TestResizeWhenContainerNotStarted [2020-11-30T03:47:38.239Z] --- PASS: TestResizeWhenContainerNotStarted (2.38s) [2020-11-30T03:47:38.239Z] === RUN TestDaemonRestartKillContainers [2020-11-30T03:47:38.239Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:47:38.239Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:47:38.239Z] === RUN TestStats [2020-11-30T03:47:38.239Z] --- SKIP: TestStats (0.00s) [2020-11-30T03:47:38.239Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-30T03:47:38.239Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-11-30T03:47:38.742Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-30T03:47:38.742Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-30T03:47:40.632Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-30T03:47:43.898Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-11-30T03:47:47.174Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-30T03:47:48.542Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-30T03:47:48.664Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.06s) [2020-11-30T03:47:48.664Z] === RUN TestStopContainerWithTimeout [2020-11-30T03:47:48.664Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-11-30T03:47:48.664Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-30T03:47:48.664Z] === RUN TestUpdateRestartPolicy [2020-11-30T03:47:51.063Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-30T03:47:51.992Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-30T03:47:52.925Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-30T03:47:54.290Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-30T03:47:55.657Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-30T03:47:56.585Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-30T03:47:56.585Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-30T03:47:57.520Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-30T03:47:58.887Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-30T03:48:00.779Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-30T03:48:01.034Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-30T03:48:01.034Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-30T03:48:01.290Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-30T03:48:01.290Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-30T03:48:01.290Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-30T03:48:02.219Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-30T03:48:03.149Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-30T03:48:04.520Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-30T03:48:05.464Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-30T03:48:09.835Z] --- PASS: TestUpdateRestartPolicy (21.46s) [2020-11-30T03:48:09.835Z] === RUN TestUpdateRestartWithAutoRemove [2020-11-30T03:48:10.711Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-11-30T03:48:10.711Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-30T03:48:10.815Z] --- PASS: TestUpdateRestartWithAutoRemove (1.88s) [2020-11-30T03:48:10.815Z] === RUN TestWaitNonBlocked [2020-11-30T03:48:10.815Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:48:10.815Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:48:10.815Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:48:10.815Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:48:10.815Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-11-30T03:48:10.815Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-11-30T03:48:11.641Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-30T03:48:13.535Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-30T03:48:13.535Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-30T03:48:13.535Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-30T03:48:13.751Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-11-30T03:48:13.751Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.50s) [2020-11-30T03:48:13.751Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.63s) [2020-11-30T03:48:13.751Z] === RUN TestWaitBlocked [2020-11-30T03:48:13.751Z] --- SKIP: TestWaitBlocked (0.00s) [2020-11-30T03:48:13.751Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:13.751Z] PASS [2020-11-30T03:48:13.751Z] ok github.com/docker/docker/integration/container 76.795s [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === Skipped [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-11-30T03:48:13.751Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-11-30T03:48:13.751Z] copy_test.go:38: testEnv.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-11-30T03:48:13.751Z] copy_test.go:63: testEnv.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-11-30T03:48:13.751Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-11-30T03:48:13.751Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-11-30T03:48:13.751Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-11-30T03:48:13.751Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-11-30T03:48:13.751Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-11-30T03:48:13.751Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2020-11-30T03:48:13.751Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-11-30T03:48:13.751Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-11-30T03:48:13.751Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-11-30T03:48:13.751Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-11-30T03:48:13.751Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-11-30T03:48:13.751Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-11-30T03:48:13.751Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-11-30T03:48:13.751Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-11-30T03:48:13.751Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-11-30T03:48:13.751Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-11-30T03:48:13.751Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-11-30T03:48:13.751Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-11-30T03:48:13.751Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-11-30T03:48:13.751Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-11-30T03:48:13.751Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-11-30T03:48:13.751Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-11-30T03:48:13.751Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-11-30T03:48:13.751Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-11-30T03:48:13.751Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-11-30T03:48:13.751Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-11-30T03:48:13.751Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-11-30T03:48:13.751Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-11-30T03:48:13.751Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] [2020-11-30T03:48:13.751Z] DONE 88 tests, 37 skipped in 80.152s [2020-11-30T03:48:13.751Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-11-30T03:48:13.791Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-30T03:48:15.952Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:15.952Z] INFO: Testing against a local daemon [2020-11-30T03:48:15.952Z] === RUN TestCommitInheritsEnv [2020-11-30T03:48:15.952Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-11-30T03:48:15.952Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:48:15.952Z] === RUN TestImportExtremelyLargeImageWorks [2020-11-30T03:48:15.952Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-11-30T03:48:15.952Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-30T03:48:15.952Z] === RUN TestImagesFilterMultiReference [2020-11-30T03:48:15.952Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2020-11-30T03:48:15.952Z] === RUN TestImagePullPlatformInvalid [2020-11-30T03:48:16.309Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-30T03:48:16.416Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-11-30T03:48:16.416Z] === RUN TestRemoveImageOrphaning [2020-11-30T03:48:17.404Z] --- PASS: TestRemoveImageOrphaning (0.92s) [2020-11-30T03:48:17.404Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-11-30T03:48:17.404Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2020-11-30T03:48:17.404Z] === RUN TestTagInvalidReference [2020-11-30T03:48:17.404Z] --- PASS: TestTagInvalidReference (0.04s) [2020-11-30T03:48:17.404Z] === RUN TestTagValidPrefixedRepo [2020-11-30T03:48:17.404Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2020-11-30T03:48:17.404Z] === RUN TestTagExistedNameWithoutForce [2020-11-30T03:48:17.404Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2020-11-30T03:48:17.404Z] === RUN TestTagOfficialNames [2020-11-30T03:48:17.404Z] --- PASS: TestTagOfficialNames (0.12s) [2020-11-30T03:48:17.404Z] === RUN TestTagMatchesDigest [2020-11-30T03:48:17.404Z] --- PASS: TestTagMatchesDigest (0.04s) [2020-11-30T03:48:17.404Z] PASS [2020-11-30T03:48:17.404Z] ok github.com/docker/docker/integration/image 1.687s [2020-11-30T03:48:17.404Z] [2020-11-30T03:48:17.404Z] === Skipped [2020-11-30T03:48:17.404Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-11-30T03:48:17.404Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:48:17.404Z] [2020-11-30T03:48:17.404Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-11-30T03:48:17.404Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-11-30T03:48:17.404Z] [2020-11-30T03:48:17.404Z] [2020-11-30T03:48:17.404Z] DONE 11 tests, 2 skipped in 4.143s [2020-11-30T03:48:17.679Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-30T03:48:17.872Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-11-30T03:48:20.107Z] testing: warning: no tests to run [2020-11-30T03:48:20.107Z] PASS [2020-11-30T03:48:20.107Z] ok github.com/docker/docker/integration/network/ipvlan 0.176s [no tests to run] [2020-11-30T03:48:20.107Z] testing: warning: no tests to run [2020-11-30T03:48:20.107Z] PASS [2020-11-30T03:48:20.107Z] ok github.com/docker/docker/integration/network/macvlan 0.054s [no tests to run] [2020-11-30T03:48:20.950Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-30T03:48:21.512Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-30T03:48:21.512Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-30T03:48:21.512Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-30T03:48:21.661Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:21.661Z] INFO: Testing against a local daemon [2020-11-30T03:48:21.661Z] === RUN TestNetworkCreateDelete [2020-11-30T03:48:21.661Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-11-30T03:48:21.661Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:21.661Z] === RUN TestDockerNetworkDeletePreferID [2020-11-30T03:48:21.661Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-11-30T03:48:21.661Z] 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-11-30T03:48:21.661Z] === RUN TestDaemonDNSFallback [2020-11-30T03:48:21.661Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-11-30T03:48:21.661Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:21.661Z] === RUN TestInspectNetwork [2020-11-30T03:48:21.661Z] --- SKIP: TestInspectNetwork (0.00s) [2020-11-30T03:48:21.661Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:21.661Z] === RUN TestRunContainerWithBridgeNone [2020-11-30T03:48:21.661Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-11-30T03:48:21.661Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:21.661Z] === RUN TestNetworkInvalidJSON [2020-11-30T03:48:21.661Z] === RUN TestNetworkInvalidJSON//networks/create [2020-11-30T03:48:21.661Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-11-30T03:48:21.661Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:48:21.661Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:48:21.661Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:48:21.661Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:48:21.661Z] === CONT TestNetworkInvalidJSON//networks/create [2020-11-30T03:48:21.661Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-11-30T03:48:21.661Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-11-30T03:48:21.661Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2020-11-30T03:48:21.661Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2020-11-30T03:48:21.661Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-11-30T03:48:21.661Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-11-30T03:48:21.661Z] === RUN TestHostIPv4BridgeLabel [2020-11-30T03:48:21.661Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-11-30T03:48:21.661Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestDaemonRestartWithLiveRestore [2020-11-30T03:48:21.661Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestDaemonDefaultNetworkPools [2020-11-30T03:48:21.661Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestDaemonRestartWithExistingNetwork [2020-11-30T03:48:21.661Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-11-30T03:48:21.661Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-11-30T03:48:21.661Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestServiceWithPredefinedNetwork [2020-11-30T03:48:21.661Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-11-30T03:48:21.661Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:48:21.661Z] === RUN TestServiceWithDataPathPortInit [2020-11-30T03:48:21.661Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-11-30T03:48:21.661Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-11-30T03:48:21.661Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.01s) [2020-11-30T03:48:21.661Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-30T03:48:21.661Z] PASS [2020-11-30T03:48:21.661Z] ok github.com/docker/docker/integration/network 0.292s [2020-11-30T03:48:21.661Z] [2020-11-30T03:48:21.661Z] === Skipped [2020-11-30T03:48:21.661Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-11-30T03:48:21.662Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-11-30T03:48:21.662Z] 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-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-11-30T03:48:21.662Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-11-30T03:48:21.662Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-11-30T03:48:21.662Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-11-30T03:48:21.662Z] network_test.go:97: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:29: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:52: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:96: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:130: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:181: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:206: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:236: FLAKY_TEST [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-11-30T03:48:21.662Z] service_test.go:326: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.01s) [2020-11-30T03:48:21.662Z] service_test.go:394: testEnv.OSType == "windows" [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] [2020-11-30T03:48:21.662Z] DONE 19 tests, 15 skipped in 3.977s [2020-11-30T03:48:21.662Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-11-30T03:48:22.126Z] testing: warning: no tests to run [2020-11-30T03:48:22.126Z] PASS [2020-11-30T03:48:22.126Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-11-30T03:48:22.126Z] [2020-11-30T03:48:22.126Z] DONE 0 tests in 0.412s [2020-11-30T03:48:22.126Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-11-30T03:48:22.590Z] testing: warning: no tests to run [2020-11-30T03:48:22.590Z] PASS [2020-11-30T03:48:22.590Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-11-30T03:48:22.590Z] [2020-11-30T03:48:22.590Z] DONE 0 tests in 0.425s [2020-11-30T03:48:22.590Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-11-30T03:48:24.033Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-30T03:48:24.595Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-30T03:48:24.802Z] testing: warning: no tests to run [2020-11-30T03:48:24.802Z] PASS [2020-11-30T03:48:24.802Z] ok github.com/docker/docker/integration/plugin 0.198s [no tests to run] [2020-11-30T03:48:24.802Z] testing: warning: no tests to run [2020-11-30T03:48:24.802Z] PASS [2020-11-30T03:48:24.802Z] ok github.com/docker/docker/integration/plugin/authz 0.098s [no tests to run] [2020-11-30T03:48:24.852Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-30T03:48:25.827Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-30T03:48:26.759Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-30T03:48:28.128Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-30T03:48:28.384Z] === RUN TestDockerSuite/TestRmiTag [2020-11-30T03:48:28.642Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-30T03:48:29.205Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-30T03:48:31.723Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-30T03:48:32.284Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-30T03:48:32.846Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-30T03:48:33.102Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-30T03:48:34.031Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-30T03:48:34.592Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-30T03:48:34.592Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-30T03:48:35.155Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-30T03:48:35.155Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-30T03:48:35.204Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:35.204Z] INFO: Testing against a local daemon [2020-11-30T03:48:35.204Z] === RUN TestExternalGraphDriver [2020-11-30T03:48:35.204Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-11-30T03:48:35.204Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-30T03:48:35.204Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:48:35.204Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-11-30T03:48:35.204Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-30T03:48:35.204Z] PASS [2020-11-30T03:48:35.204Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.432s [2020-11-30T03:48:35.204Z] testing: warning: no tests to run [2020-11-30T03:48:35.204Z] PASS [2020-11-30T03:48:35.204Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.085s [no tests to run] [2020-11-30T03:48:35.670Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:35.670Z] INFO: Testing against a local daemon [2020-11-30T03:48:35.670Z] === RUN TestPluginInvalidJSON [2020-11-30T03:48:35.670Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:48:35.670Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:48:35.718Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-30T03:48:36.135Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:48:36.136Z] --- PASS: TestPluginInvalidJSON (0.07s) [2020-11-30T03:48:36.136Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-30T03:48:36.136Z] === RUN TestPluginInstall [2020-11-30T03:48:36.136Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-30T03:48:36.136Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-30T03:48:36.136Z] PASS [2020-11-30T03:48:36.136Z] ok github.com/docker/docker/integration/plugin/common 0.316s [2020-11-30T03:48:36.599Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:36.599Z] INFO: Testing against a local daemon [2020-11-30T03:48:36.599Z] === RUN TestReadPluginNoRead [2020-11-30T03:48:36.599Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-30T03:48:36.599Z] read_test.go:21: no unix domain sockets on Windows [2020-11-30T03:48:36.599Z] PASS [2020-11-30T03:48:36.599Z] ok github.com/docker/docker/integration/plugin/logging 0.223s [2020-11-30T03:48:36.599Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-30T03:48:36.599Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-30T03:48:36.646Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-30T03:48:36.905Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-11-30T03:48:37.064Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:37.064Z] INFO: Testing against a local daemon [2020-11-30T03:48:37.064Z] === RUN TestPluginWithDevMounts [2020-11-30T03:48:37.064Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-30T03:48:37.064Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:37.064Z] PASS [2020-11-30T03:48:37.064Z] ok github.com/docker/docker/integration/plugin/volumes 0.191s [2020-11-30T03:48:37.064Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-30T03:48:37.161Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-30T03:48:37.723Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] === Skipped [2020-11-30T03:48:38.043Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-30T03:48:38.043Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-11-30T03:48:38.043Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.02s) [2020-11-30T03:48:38.043Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-30T03:48:38.043Z] read_test.go:21: no unix domain sockets on Windows [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-30T03:48:38.043Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] [2020-11-30T03:48:38.043Z] DONE 7 tests, 5 skipped in 15.176s [2020-11-30T03:48:38.043Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-11-30T03:48:38.286Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-11-30T03:48:38.508Z] testing: warning: no tests to run [2020-11-30T03:48:38.508Z] PASS [2020-11-30T03:48:38.508Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-11-30T03:48:38.508Z] [2020-11-30T03:48:38.508Z] DONE 0 tests in 0.431s [2020-11-30T03:48:38.508Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-11-30T03:48:39.486Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:39.486Z] INFO: Testing against a local daemon [2020-11-30T03:48:39.486Z] === RUN TestPluginInvalidJSON [2020-11-30T03:48:39.486Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:48:39.486Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:48:39.486Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-11-30T03:48:39.486Z] --- PASS: TestPluginInvalidJSON (0.07s) [2020-11-30T03:48:39.486Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-11-30T03:48:39.486Z] === RUN TestPluginInstall [2020-11-30T03:48:39.486Z] --- SKIP: TestPluginInstall (0.00s) [2020-11-30T03:48:39.486Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-30T03:48:39.486Z] PASS [2020-11-30T03:48:39.486Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-11-30T03:48:39.486Z] [2020-11-30T03:48:39.486Z] === Skipped [2020-11-30T03:48:39.486Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-11-30T03:48:39.486Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-11-30T03:48:39.486Z] [2020-11-30T03:48:39.486Z] [2020-11-30T03:48:39.486Z] DONE 3 tests, 1 skipped in 1.082s [2020-11-30T03:48:39.486Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-11-30T03:48:39.654Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-30T03:48:40.465Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:40.465Z] INFO: Testing against a local daemon [2020-11-30T03:48:40.465Z] === RUN TestExternalGraphDriver [2020-11-30T03:48:40.465Z] --- SKIP: TestExternalGraphDriver (0.01s) [2020-11-30T03:48:40.465Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-30T03:48:40.465Z] === RUN TestGraphdriverPluginV2 [2020-11-30T03:48:40.465Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2020-11-30T03:48:40.465Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-30T03:48:40.465Z] PASS [2020-11-30T03:48:40.465Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-11-30T03:48:40.465Z] [2020-11-30T03:48:40.465Z] === Skipped [2020-11-30T03:48:40.465Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-11-30T03:48:40.465Z] external_test.go:48: runtime.GOOS == "windows" [2020-11-30T03:48:40.465Z] [2020-11-30T03:48:40.465Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.02s) [2020-11-30T03:48:40.465Z] external_test.go:408: runtime.GOOS == "windows" [2020-11-30T03:48:40.465Z] [2020-11-30T03:48:40.465Z] [2020-11-30T03:48:40.465Z] DONE 2 tests, 2 skipped in 0.991s [2020-11-30T03:48:40.465Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-11-30T03:48:40.584Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-11-30T03:48:41.551Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-11-30T03:48:42.019Z] testing: warning: no tests to run [2020-11-30T03:48:42.019Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:42.019Z] INFO: Testing against a local daemon [2020-11-30T03:48:42.019Z] PASS [2020-11-30T03:48:42.019Z] === RUN TestReadPluginNoRead [2020-11-30T03:48:42.019Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-30T03:48:42.019Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-11-30T03:48:42.019Z] read_test.go:21: no unix domain sockets on Windows [2020-11-30T03:48:42.019Z] PASS [2020-11-30T03:48:42.019Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-11-30T03:48:42.019Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-11-30T03:48:42.019Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-11-30T03:48:42.019Z] [2020-11-30T03:48:42.019Z] === Skipped [2020-11-30T03:48:42.019Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-11-30T03:48:42.019Z] read_test.go:21: no unix domain sockets on Windows [2020-11-30T03:48:42.019Z] [2020-11-30T03:48:42.019Z] [2020-11-30T03:48:42.019Z] DONE 1 tests, 1 skipped in 1.198s [2020-11-30T03:48:42.019Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-11-30T03:48:42.479Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-11-30T03:48:42.483Z] testing: warning: no tests to run [2020-11-30T03:48:42.483Z] PASS [2020-11-30T03:48:42.483Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-11-30T03:48:42.483Z] [2020-11-30T03:48:42.483Z] DONE 0 tests in 0.628s [2020-11-30T03:48:42.483Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-11-30T03:48:43.041Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-11-30T03:48:43.603Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-11-30T03:48:44.037Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:44.037Z] INFO: Testing against a local daemon [2020-11-30T03:48:44.037Z] === RUN TestPluginWithDevMounts [2020-11-30T03:48:44.037Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-11-30T03:48:44.037Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:44.037Z] PASS [2020-11-30T03:48:44.037Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-11-30T03:48:44.037Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-11-30T03:48:44.037Z] [2020-11-30T03:48:44.037Z] === Skipped [2020-11-30T03:48:44.037Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-11-30T03:48:44.037Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:44.037Z] [2020-11-30T03:48:44.037Z] [2020-11-30T03:48:44.037Z] DONE 1 tests, 1 skipped in 1.107s [2020-11-30T03:48:44.037Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-11-30T03:48:44.531Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-30T03:48:45.093Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-11-30T03:48:45.655Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-30T03:48:46.217Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-30T03:48:46.238Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:46.238Z] INFO: Testing against a local daemon [2020-11-30T03:48:46.238Z] === RUN TestSecretInspect [2020-11-30T03:48:46.238Z] --- SKIP: TestSecretInspect (0.00s) [2020-11-30T03:48:46.238Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.238Z] === RUN TestSecretList [2020-11-30T03:48:46.238Z] --- SKIP: TestSecretList (0.00s) [2020-11-30T03:48:46.238Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.238Z] === RUN TestSecretsCreateAndDelete [2020-11-30T03:48:46.238Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-11-30T03:48:46.238Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.238Z] === RUN TestSecretsUpdate [2020-11-30T03:48:46.238Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-11-30T03:48:46.238Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.238Z] === RUN TestTemplatedSecret [2020-11-30T03:48:46.238Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-11-30T03:48:46.238Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.238Z] === RUN TestSecretCreateResolve [2020-11-30T03:48:46.238Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-11-30T03:48:46.238Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:46.238Z] PASS [2020-11-30T03:48:46.238Z] ok github.com/docker/docker/integration/secret 0.213s [2020-11-30T03:48:46.474Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] === Skipped [2020-11-30T03:48:46.702Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-11-30T03:48:46.702Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-11-30T03:48:46.702Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-11-30T03:48:46.702Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-11-30T03:48:46.702Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-11-30T03:48:46.702Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-11-30T03:48:46.702Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] [2020-11-30T03:48:46.702Z] DONE 6 tests, 6 skipped in 2.759s [2020-11-30T03:48:46.702Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-11-30T03:48:47.036Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-30T03:48:47.036Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-30T03:48:48.402Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-30T03:48:48.964Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-30T03:48:49.222Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-30T03:48:49.634Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:49.634Z] INFO: Testing against a local daemon [2020-11-30T03:48:49.634Z] === RUN TestServiceCreateInit [2020-11-30T03:48:49.634Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-11-30T03:48:49.634Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-11-30T03:48:49.634Z] --- PASS: TestServiceCreateInit (0.04s) [2020-11-30T03:48:49.634Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-30T03:48:49.634Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:49.634Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-30T03:48:49.634Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:49.634Z] === RUN TestCreateServiceMultipleTimes [2020-11-30T03:48:49.634Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-11-30T03:48:49.634Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:49.634Z] === RUN TestCreateServiceConflict [2020-11-30T03:48:49.634Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-11-30T03:48:49.634Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:49.634Z] === RUN TestCreateServiceMaxReplicas [2020-11-30T03:48:49.787Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-30T03:48:50.098Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2020-11-30T03:48:50.098Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.098Z] === RUN TestCreateWithDuplicateNetworkNames [2020-11-30T03:48:50.098Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-30T03:48:50.098Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.098Z] === RUN TestCreateServiceSecretFileMode [2020-11-30T03:48:50.098Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-11-30T03:48:50.098Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.098Z] === RUN TestCreateServiceConfigFileMode [2020-11-30T03:48:50.098Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-11-30T03:48:50.098Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.098Z] === RUN TestCreateServiceSysctls [2020-11-30T03:48:50.099Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2020-11-30T03:48:50.099Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestCreateServiceCapabilities [2020-11-30T03:48:50.099Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2020-11-30T03:48:50.099Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestInspect [2020-11-30T03:48:50.099Z] --- SKIP: TestInspect (0.00s) [2020-11-30T03:48:50.099Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestCreateJob [2020-11-30T03:48:50.099Z] --- SKIP: TestCreateJob (0.00s) [2020-11-30T03:48:50.099Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestReplicatedJob [2020-11-30T03:48:50.099Z] --- SKIP: TestReplicatedJob (0.00s) [2020-11-30T03:48:50.099Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestUpdateReplicatedJob [2020-11-30T03:48:50.099Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-11-30T03:48:50.099Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestServiceListWithStatuses [2020-11-30T03:48:50.099Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-11-30T03:48:50.099Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestDockerNetworkConnectAlias [2020-11-30T03:48:50.099Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-11-30T03:48:50.099Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestDockerNetworkReConnect [2020-11-30T03:48:50.099Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-11-30T03:48:50.099Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestServicePlugin [2020-11-30T03:48:50.099Z] --- SKIP: TestServicePlugin (0.00s) [2020-11-30T03:48:50.099Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.099Z] === RUN TestServiceUpdateLabel [2020-11-30T03:48:50.099Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-11-30T03:48:50.099Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.099Z] === RUN TestServiceUpdateSecrets [2020-11-30T03:48:50.099Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-11-30T03:48:50.099Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.099Z] === RUN TestServiceUpdateConfigs [2020-11-30T03:48:50.099Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-11-30T03:48:50.099Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.099Z] === RUN TestServiceUpdateNetwork [2020-11-30T03:48:50.099Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-11-30T03:48:50.099Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.099Z] === RUN TestServiceUpdatePidsLimit [2020-11-30T03:48:50.099Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2020-11-30T03:48:50.099Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.099Z] PASS [2020-11-30T03:48:50.099Z] ok github.com/docker/docker/integration/service 0.416s [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === Skipped [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-30T03:48:50.563Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-30T03:48:50.563Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2020-11-30T03:48:50.563Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-11-30T03:48:50.563Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2020-11-30T03:48:50.563Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2020-11-30T03:48:50.563Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-11-30T03:48:50.563Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-11-30T03:48:50.563Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-11-30T03:48:50.563Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-11-30T03:48:50.563Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-11-30T03:48:50.563Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-11-30T03:48:50.563Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-11-30T03:48:50.563Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-11-30T03:48:50.563Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-11-30T03:48:50.563Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-11-30T03:48:50.563Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-11-30T03:48:50.563Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-11-30T03:48:50.563Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2020-11-30T03:48:50.563Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] [2020-11-30T03:48:50.563Z] DONE 24 tests, 23 skipped in 3.674s [2020-11-30T03:48:50.563Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-11-30T03:48:50.715Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-30T03:48:50.715Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-30T03:48:50.971Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-30T03:48:51.534Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-30T03:48:52.096Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-30T03:48:52.353Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-30T03:48:52.763Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:52.763Z] INFO: Testing against a local daemon [2020-11-30T03:48:52.763Z] === RUN TestSessionCreate [2020-11-30T03:48:52.763Z] --- SKIP: TestSessionCreate (0.00s) [2020-11-30T03:48:52.763Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:52.763Z] === RUN TestSessionCreateWithBadUpgrade [2020-11-30T03:48:52.763Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-11-30T03:48:52.763Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:52.763Z] PASS [2020-11-30T03:48:52.763Z] ok github.com/docker/docker/integration/session 0.203s [2020-11-30T03:48:52.917Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-30T03:48:52.917Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-30T03:48:53.173Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-30T03:48:53.173Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-30T03:48:53.228Z] [2020-11-30T03:48:53.228Z] === Skipped [2020-11-30T03:48:53.228Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-11-30T03:48:53.228Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:53.228Z] [2020-11-30T03:48:53.228Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-11-30T03:48:53.228Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-11-30T03:48:53.228Z] [2020-11-30T03:48:53.228Z] [2020-11-30T03:48:53.228Z] DONE 2 tests, 2 skipped in 2.618s [2020-11-30T03:48:53.228Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-11-30T03:48:54.101Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-30T03:48:54.664Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-30T03:48:54.920Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-30T03:48:55.428Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:55.428Z] INFO: Testing against a local daemon [2020-11-30T03:48:55.428Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-11-30T03:48:55.428Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:48:55.428Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:55.428Z] === RUN TestEventsExecDie [2020-11-30T03:48:55.428Z] --- SKIP: TestEventsExecDie (0.00s) [2020-11-30T03:48:55.428Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-30T03:48:55.428Z] === RUN TestEventsBackwardsCompatible [2020-11-30T03:48:55.428Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-11-30T03:48:55.428Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-30T03:48:55.428Z] === RUN TestInfoAPI [2020-11-30T03:48:55.428Z] --- PASS: TestInfoAPI (0.04s) [2020-11-30T03:48:55.428Z] === RUN TestInfoAPIWarnings [2020-11-30T03:48:55.428Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-11-30T03:48:55.428Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:48:55.428Z] === RUN TestInfoDebug [2020-11-30T03:48:55.428Z] --- SKIP: TestInfoDebug (0.00s) [2020-11-30T03:48:55.428Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-30T03:48:55.428Z] === RUN TestInfoInsecureRegistries [2020-11-30T03:48:55.428Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-11-30T03:48:55.428Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-30T03:48:55.428Z] === RUN TestInfoRegistryMirrors [2020-11-30T03:48:55.428Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-11-30T03:48:55.428Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-30T03:48:55.428Z] === RUN TestLoginFailsWithBadCredentials [2020-11-30T03:48:55.482Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-30T03:48:55.482Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-30T03:48:56.052Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-30T03:48:56.407Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2020-11-30T03:48:56.407Z] === RUN TestPingCacheHeaders [2020-11-30T03:48:56.407Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-11-30T03:48:56.407Z] === RUN TestPingGet [2020-11-30T03:48:56.872Z] --- PASS: TestPingGet (0.05s) [2020-11-30T03:48:56.872Z] === RUN TestPingHead [2020-11-30T03:48:56.872Z] --- PASS: TestPingHead (0.07s) [2020-11-30T03:48:56.872Z] === RUN TestVersion [2020-11-30T03:48:56.872Z] --- PASS: TestVersion (0.04s) [2020-11-30T03:48:56.872Z] PASS [2020-11-30T03:48:56.872Z] ok github.com/docker/docker/integration/system 1.364s [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === Skipped [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-11-30T03:48:56.872Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-11-30T03:48:56.872Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-11-30T03:48:56.872Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-11-30T03:48:56.872Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-11-30T03:48:56.872Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-11-30T03:48:56.872Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-11-30T03:48:56.872Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] [2020-11-30T03:48:56.872Z] DONE 13 tests, 7 skipped in 3.824s [2020-11-30T03:48:56.872Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-11-30T03:48:57.003Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-30T03:48:57.932Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-30T03:48:59.302Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-30T03:48:59.558Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-30T03:48:59.803Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:48:59.803Z] INFO: Testing against a local daemon [2020-11-30T03:48:59.803Z] === RUN TestVolumesCreateAndList [2020-11-30T03:48:59.803Z] --- PASS: TestVolumesCreateAndList (0.06s) [2020-11-30T03:48:59.803Z] === RUN TestVolumesRemove [2020-11-30T03:48:59.803Z] --- PASS: TestVolumesRemove (0.08s) [2020-11-30T03:48:59.803Z] === RUN TestVolumesInspect [2020-11-30T03:48:59.803Z] --- PASS: TestVolumesInspect (0.05s) [2020-11-30T03:48:59.803Z] === RUN TestVolumesInvalidJSON [2020-11-30T03:48:59.803Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-11-30T03:48:59.803Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-11-30T03:48:59.803Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-11-30T03:48:59.803Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2020-11-30T03:48:59.803Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-11-30T03:48:59.803Z] PASS [2020-11-30T03:48:59.803Z] ok github.com/docker/docker/integration/volume 0.462s [2020-11-30T03:49:00.120Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-30T03:49:00.267Z] [2020-11-30T03:49:00.267Z] DONE 5 tests in 3.071s [2020-11-30T03:49:00.267Z] INFO: make.ps1 ended at 11/30/2020 03:48:59 [2020-11-30T03:49:00.267Z] INFO: Integration CLI tests being run from the host: [2020-11-30T03:49:00.267Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-11-30T03:49:00.683Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-30T03:49:00.939Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-30T03:49:01.500Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-30T03:49:02.428Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-30T03:49:04.947Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-30T03:49:04.947Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-30T03:49:05.876Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-30T03:49:07.244Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-30T03:49:08.172Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-30T03:49:10.062Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-30T03:49:10.650Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-11-30T03:49:10.650Z] INFO: Testing against a local daemon [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-11-30T03:49:10.650Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-11-30T03:49:11.114Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-11-30T03:49:11.429Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-30T03:49:11.429Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-30T03:49:11.429Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-30T03:49:11.579Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-11-30T03:49:11.685Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-30T03:49:12.045Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-11-30T03:49:12.510Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-11-30T03:49:13.054Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-30T03:49:13.981Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-30T03:49:15.348Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-30T03:49:15.605Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-30T03:49:16.531Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-11-30T03:49:16.531Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-30T03:49:17.094Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-11-30T03:49:17.094Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-30T03:49:17.659Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-11-30T03:49:19.553Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-30T03:49:19.554Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-30T03:49:20.117Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-30T03:49:20.681Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-30T03:49:21.243Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-11-30T03:49:21.500Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-30T03:49:21.757Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-30T03:49:22.013Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-30T03:49:22.576Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-30T03:49:23.139Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-30T03:49:23.702Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-30T03:49:23.958Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-30T03:49:24.521Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-30T03:49:25.084Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-30T03:49:25.340Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-30T03:49:25.597Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-30T03:49:25.853Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-30T03:49:26.784Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-30T03:49:27.714Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-30T03:49:27.714Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-30T03:49:27.714Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-30T03:49:30.248Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-30T03:49:30.810Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-30T03:49:40.754Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-11-30T03:49:41.725Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-11-30T03:49:43.094Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-30T03:49:44.459Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-11-30T03:49:44.460Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-11-30T03:49:44.460Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-11-30T03:49:44.460Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-30T03:49:44.460Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-30T03:49:44.716Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-30T03:49:47.239Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-11-30T03:49:47.239Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-30T03:49:48.170Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-30T03:49:49.541Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-30T03:49:50.103Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-11-30T03:49:52.643Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-11-30T03:49:55.169Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-11-30T03:49:55.169Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-30T03:49:55.169Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-30T03:49:55.732Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-30T03:49:56.296Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-30T03:49:56.553Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-30T03:49:56.553Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-30T03:49:57.921Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-11-30T03:49:57.921Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-30T03:49:58.850Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-30T03:49:59.782Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-30T03:49:59.782Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-30T03:50:00.039Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-30T03:50:01.406Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-30T03:50:01.969Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-11-30T03:50:02.532Z] === RUN TestDockerSuite/TestRunMount [2020-11-30T03:50:05.803Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-11-30T03:50:07.696Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-30T03:50:08.261Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-30T03:50:08.826Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-30T03:50:09.766Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-30T03:50:11.151Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-30T03:50:13.042Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-30T03:50:14.408Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-30T03:50:15.776Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-30T03:50:16.705Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-30T03:50:17.635Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-30T03:50:17.893Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-30T03:50:18.150Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-30T03:50:18.713Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-30T03:50:19.274Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-30T03:50:19.836Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-30T03:50:21.201Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-30T03:50:22.567Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-30T03:50:25.089Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-30T03:50:25.089Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-30T03:50:25.349Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-11-30T03:50:25.606Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-30T03:50:25.862Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-30T03:50:26.118Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-30T03:50:26.691Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-30T03:50:26.691Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-30T03:50:27.275Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-30T03:50:30.543Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-11-30T03:50:33.060Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-11-30T03:50:33.060Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-30T03:50:33.621Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-11-30T03:50:33.878Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-30T03:50:35.245Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-30T03:50:35.502Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-11-30T03:50:36.064Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-30T03:50:36.628Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-30T03:50:37.191Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-30T03:50:38.120Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-11-30T03:50:38.120Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-30T03:50:38.376Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-30T03:50:38.376Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-30T03:50:38.939Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-30T03:50:39.502Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-30T03:50:39.502Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-30T03:50:40.065Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-11-30T03:50:41.431Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-30T03:50:41.431Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-30T03:50:41.688Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-11-30T03:50:43.578Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-30T03:50:44.973Z] === RUN TestDockerSuite/TestRunRm [2020-11-30T03:50:45.232Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-30T03:50:49.397Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-30T03:50:49.397Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-30T03:50:49.397Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-11-30T03:50:50.766Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-11-30T03:50:51.327Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-11-30T03:50:53.845Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-11-30T03:50:54.407Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-11-30T03:50:56.930Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-11-30T03:50:57.187Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-11-30T03:50:57.749Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-11-30T03:50:58.005Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-11-30T03:50:58.263Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-11-30T03:50:58.827Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-11-30T03:50:59.393Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-11-30T03:50:59.957Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-11-30T03:51:00.886Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-30T03:51:00.886Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-11-30T03:51:01.449Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-30T03:51:02.016Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-30T03:51:03.389Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-11-30T03:51:04.319Z] === RUN TestDockerSuite/TestRunState [2020-11-30T03:51:05.686Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-30T03:51:06.249Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-30T03:51:06.810Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-11-30T03:51:06.810Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-30T03:51:07.067Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-11-30T03:51:07.067Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-30T03:51:07.630Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-30T03:51:07.886Z] === RUN TestDockerSuite/TestRunSysctls [2020-11-30T03:51:09.778Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-30T03:51:09.778Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-30T03:51:09.778Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-30T03:51:09.778Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-11-30T03:51:10.035Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-11-30T03:51:11.926Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-11-30T03:51:12.488Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-11-30T03:51:13.051Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-11-30T03:51:13.981Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-11-30T03:51:15.872Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-11-30T03:51:16.801Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-30T03:51:18.694Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-11-30T03:51:20.062Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-30T03:51:20.626Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-30T03:51:21.190Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-30T03:51:21.754Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-30T03:51:23.122Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-30T03:51:24.491Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-30T03:51:24.748Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-11-30T03:51:24.748Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-30T03:51:25.004Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-30T03:51:25.004Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-30T03:51:25.933Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-30T03:51:26.189Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-30T03:51:26.753Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-11-30T03:51:26.753Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-30T03:51:27.010Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-30T03:51:27.573Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-30T03:51:30.092Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-11-30T03:51:30.349Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-30T03:51:30.912Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-30T03:51:32.283Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-30T03:51:33.649Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-30T03:51:34.580Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-30T03:51:35.954Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-30T03:51:37.843Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-30T03:51:37.843Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-30T03:51:37.843Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-30T03:51:37.843Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-30T03:51:37.843Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-30T03:51:38.100Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-11-30T03:51:38.100Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-11-30T03:51:38.662Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-11-30T03:51:39.225Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-11-30T03:51:40.155Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-11-30T03:51:40.411Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-11-30T03:51:40.972Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-30T03:51:40.972Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-11-30T03:51:41.229Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-11-30T03:51:41.229Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-11-30T03:51:41.229Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-11-30T03:51:41.486Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-11-30T03:51:41.743Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-11-30T03:51:42.305Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-11-30T03:51:42.867Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-11-30T03:51:43.123Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-11-30T03:51:43.123Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-11-30T03:51:43.686Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-30T03:51:43.686Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-30T03:51:44.248Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-30T03:51:44.248Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-11-30T03:51:44.811Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-11-30T03:51:45.374Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-11-30T03:51:45.374Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-30T03:51:45.630Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-30T03:51:46.192Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-30T03:51:46.449Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-11-30T03:51:47.378Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-11-30T03:51:47.941Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-11-30T03:51:47.941Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-30T03:51:48.505Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-30T03:51:48.505Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-30T03:51:49.872Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-30T03:51:50.130Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-30T03:51:50.130Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-11-30T03:51:52.030Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-30T03:51:52.595Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-30T03:51:52.595Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-30T03:51:52.595Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-30T03:51:53.525Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-11-30T03:51:53.782Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-11-30T03:51:54.713Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-11-30T03:51:54.759Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-11-30T03:51:55.642Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-30T03:51:55.643Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-30T03:51:57.010Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-30T03:51:57.266Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-30T03:51:57.522Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-30T03:51:57.601Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-11-30T03:51:57.601Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-11-30T03:51:58.066Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-11-30T03:51:58.888Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-11-30T03:51:59.145Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-30T03:51:59.145Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-30T03:52:00.512Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-30T03:52:00.769Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-30T03:52:00.769Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-30T03:52:02.138Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-11-30T03:52:02.394Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-30T03:52:03.762Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-30T03:52:03.908Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-11-30T03:52:03.908Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-11-30T03:52:03.908Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-11-30T03:52:04.324Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-30T03:52:04.324Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-30T03:52:04.580Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-30T03:52:04.580Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-30T03:52:05.142Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-30T03:52:06.842Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-11-30T03:52:07.037Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-30T03:52:09.044Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-11-30T03:52:09.044Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-11-30T03:52:09.044Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-11-30T03:52:09.044Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-11-30T03:52:09.044Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-11-30T03:52:12.280Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-30T03:52:12.817Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-11-30T03:52:12.817Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-11-30T03:52:12.817Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-11-30T03:52:13.207Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-30T03:52:13.768Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-30T03:52:14.696Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-11-30T03:52:14.953Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-30T03:52:18.223Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-30T03:52:19.152Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-30T03:52:19.713Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-30T03:52:20.641Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-30T03:52:21.436Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-11-30T03:52:22.009Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-30T03:52:22.936Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-30T03:52:25.451Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-30T03:52:27.355Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-11-30T03:52:29.874Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-30T03:52:32.387Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-30T03:52:37.632Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-30T03:52:39.522Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-11-30T03:52:40.084Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-11-30T03:52:41.452Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-30T03:52:42.015Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-30T03:52:42.272Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-11-30T03:52:42.530Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-30T03:52:43.092Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-30T03:52:43.092Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-30T03:52:43.655Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-30T03:52:46.928Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-30T03:52:49.453Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-11-30T03:52:50.015Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-11-30T03:52:50.578Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-11-30T03:52:50.578Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-11-30T03:52:51.509Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-11-30T03:52:52.438Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-11-30T03:52:52.438Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-11-30T03:52:53.366Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-11-30T03:52:53.928Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-11-30T03:52:54.490Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-11-30T03:52:55.856Z] === RUN TestDockerSuite/TestUpdateStats [2020-11-30T03:52:59.122Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-11-30T03:53:00.490Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-11-30T03:53:00.490Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-11-30T03:53:00.490Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-11-30T03:53:01.053Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-11-30T03:53:01.982Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-30T03:53:02.913Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-11-30T03:53:04.846Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-11-30T03:53:05.784Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-11-30T03:53:07.699Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-11-30T03:53:10.218Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-11-30T03:53:11.586Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-30T03:53:14.103Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-30T03:53:16.621Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-11-30T03:53:17.555Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-11-30T03:53:18.921Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-11-30T03:53:19.849Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-11-30T03:53:20.778Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-11-30T03:53:22.143Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-11-30T03:53:23.510Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-11-30T03:53:24.895Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-11-30T03:53:25.458Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-11-30T03:53:26.021Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-11-30T03:53:27.911Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-30T03:53:34.445Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-11-30T03:53:35.810Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-30T03:53:43.895Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-30T03:53:44.152Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-30T03:53:44.152Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-30T03:53:44.714Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-30T03:53:44.714Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-30T03:53:44.971Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-30T03:53:44.971Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-30T03:53:44.971Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-30T03:53:46.339Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-30T03:53:46.339Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-30T03:53:46.597Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-30T03:53:46.597Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-30T03:53:46.597Z] === RUN TestDockerSuite/TestVolumeEvents [2020-11-30T03:53:50.783Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-11-30T03:53:52.148Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-30T03:53:54.040Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-30T03:53:54.040Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-30T03:53:54.040Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-30T03:53:55.929Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-30T03:53:58.448Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite (1341.28s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.13s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.61s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.79s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.41s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.17s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.99s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.96s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.29s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.34s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.91s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.72s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.70s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.69s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.82s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.02s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.80s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachDetach (1.07s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.91s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.84s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.68s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.68s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.97s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.53s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.02s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.06s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.07s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.34s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.83s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.55s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.10s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.86s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.83s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.24s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.41s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.27s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.44s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.38s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.86s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.33s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.17s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.38s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.19s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.62s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.13s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.28s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.34s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.41s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.31s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.94s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.73s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.43s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.75s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.02s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.24s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.34s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.27s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.45s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.27s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.16s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.96s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.57s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.48s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.98s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.53s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.40s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.94s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.14s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.64s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.59s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.43s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.69s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.29s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.98s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.12s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.23s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.81s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.40s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.24s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.28s) [2020-11-30T03:53:58.448Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2020-11-30T03:53:58.448Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.95s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.90s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.02s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.98s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.92s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.28s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.00s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.18s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.91s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.21s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.01s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.82s) [2020-11-30T03:53:58.448Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-11-30T03:53:58.448Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.448Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-30T03:53:58.448Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.448Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-30T03:53:58.448Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.448Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-30T03:53:58.448Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.91s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.74s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.45s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.35s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.27s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.67s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.76s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.14s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.30s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.84s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.39s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.45s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.34s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.14s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.45s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.33s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.81s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.15s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.26s) [2020-11-30T03:53:58.448Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.99s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.18s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.40s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.46s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.27s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.12s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.61s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.34s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.74s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.18s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.67s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.63s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.86s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnv (1.65s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.37s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.14s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.95s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.61s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.72s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.91s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.80s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.17s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.95s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildExpose (0.33s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.68s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFails (0.69s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.99s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.86s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.40s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.24s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.44s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.14s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.15s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.71s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.67s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.48s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildHistory (3.54s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.36s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.53s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.63s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.57s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.88s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabel (0.33s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.31s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.22s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabels (0.31s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.97s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.72s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.77s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.37s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.23s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.73s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.49s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.66s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.82s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.91s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.20s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.73s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.11s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.42s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.80s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.48s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.64s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.59s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.07s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.29s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.55s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.66s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.58s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.03s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.25s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.77s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.26s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.34s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.54s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.68s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildPATH (2.57s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.69s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.19s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.52s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildRm (2.15s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.11s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.39s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.47s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.89s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.98s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.74s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.53s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.13s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.64s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildStderr (0.81s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.92s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.09s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.98s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.50s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.84s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.47s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildUser (1.70s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.17s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.51s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.58s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.62s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.64s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.86s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.68s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.78s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.89s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.48s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.84s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.40s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.61s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-30T03:53:58.449Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.70s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.67s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-30T03:53:58.449Z] docker_cli_sni_test.go:18: Flakey test [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.52s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.59s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitChange (0.73s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.66s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.18s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.33s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.05s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitTTY (1.73s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.77s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.26s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.72s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.11s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.38s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.26s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.43s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.70s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.61s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.50s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.60s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.74s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.10s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.11s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.81s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.60s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.03s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.07s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.68s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.60s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.94s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.85s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.73s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.66s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.77s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.54s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.51s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.12s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.11s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.47s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.29s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.67s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.68s) [2020-11-30T03:53:58.449Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-11-30T03:53:58.449Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.59s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.97s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.20s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.52s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.68s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.42s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.61s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.81s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.53s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.57s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.31s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.50s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000abe780_} (1.51s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1119993450_/foo_false____} (1.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1119993450_/foo_true____} (1.34s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3621133505_/foo_false____} (1.35s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3621133505_/foo_true____} (1.34s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3621133505_/foo_true__0xc000abe860__} (1.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000abe8a0_} (1.38s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000abe8e0_} (1.42s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000abe920_} (1.32s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000abe960_} (1.46s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.10s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-11-30T03:53:58.449Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.06s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.17s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.88s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.90s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.54s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.57s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.81s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.60s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.91s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.92s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.09s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.97s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.43s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.04s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.19s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.96s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.73s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.75s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.31s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.67s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.16s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.84s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.69s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.57s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.57s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.57s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.57s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToDot (0.79s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.34s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.31s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToStdout (0.77s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.99s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.70s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.17s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.57s) [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-30T03:53:58.450Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.52s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.42s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateRM (0.15s) [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-30T03:53:58.450Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.89s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.07s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.12s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.69s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.50s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.94s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.10s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.55s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.74s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.04s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.46s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.60s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.27s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.70s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsAttach (0.67s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsCommit (0.64s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.10s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.61s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.37s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsCopy (0.85s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.34s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.72s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.93s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.74s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFilters (1.29s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFormat (1.04s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.98s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.68s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-30T03:53:58.450Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-30T03:53:58.450Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.44s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsRename (0.46s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsResize (0.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.36s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.43s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsTop (0.78s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.92s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExec (0.63s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.58s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.50s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.05s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.19s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecCgroup (1.07s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecEnv (0.79s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.09s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.64s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecInspectID (2.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecParseError (0.67s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.62s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.19s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.68s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecTTY (0.62s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.63s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.63s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecUlimits (0.60s) [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-30T03:53:58.450Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestExecWithUser (0.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.61s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.48s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.55s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestHealth (19.04s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesFormat (0.04s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportDisplay (1.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportFile (1.13s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.11s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportGzipped (1.19s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.11s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.50s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.48s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.19s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.09s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.52s) [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-30T03:53:58.450Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectHistory (0.52s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-11-30T03:53:58.450Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-30T03:53:58.450Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.51s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.77s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.50s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectStatus (0.53s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.93s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.45s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.49s) [2020-11-30T03:53:58.450Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.91s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.89s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.19s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.03s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.37s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.50s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.24s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.56s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.39s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.15s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.14s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.51s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.14s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.01s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.37s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.98s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsSince (6.48s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.60s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsTail (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestNetHostname (1.34s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.27s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.63s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.98s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.72s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginActive (1.63s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.65s) [2020-11-30T03:53:58.451Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-30T03:53:58.451Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.93s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.24s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.56s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.18s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.06s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.81s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.84s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPortList (5.88s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.85s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.15s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.56s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.78s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.77s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.92s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.95s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.91s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsByOrder (1.98s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.18s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.93s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.37s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.58s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.16s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.52s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.97s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.89s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.40s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.94s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.61s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.57s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.62s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.53s) [2020-11-30T03:53:58.451Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-30T03:53:58.451Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.73s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.14s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.26s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.76s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.54s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.86s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.78s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.42s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.71s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.19s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.33s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.07s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.85s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.07s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.64s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.64s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.88s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAddHost (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.03s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.66s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.25s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.00s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.88s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.57s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.76s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.63s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.38s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.55s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.70s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.75s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.51s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.97s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.07s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.48s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.99s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.13s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.67s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.42s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.49s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.59s) [2020-11-30T03:53:58.451Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-30T03:53:58.451Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.451Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-30T03:53:58.451Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.08s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.92s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.33s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.99s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.52s) [2020-11-30T03:53:58.451Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-30T03:53:58.451Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.59s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.74s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.74s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.06s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.53s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunExitCode (0.53s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.49s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.43s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.95s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.25s) [2020-11-30T03:53:58.451Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-30T03:53:58.451Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.36s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.50s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.03s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.09s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.47s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.15s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.07s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.32s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.60s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.45s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.68s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.06s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.14s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.82s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.21s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.05s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.20s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.33s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.03s) [2020-11-30T03:53:58.451Z] --- PASS: TestDockerSuite/TestRunMount (4.94s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.73s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.63s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.02s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.35s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.90s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.30s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.99s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.38s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetHost (0.66s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.39s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.32s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.32s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.54s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.43s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.39s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.58s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.76s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.05s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.56s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.65s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.77s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.58s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.66s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.18s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.40s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.06s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunRm (0.46s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.30s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.42s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.12s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.27s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.59s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.50s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.81s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.53s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.53s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.44s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunState (1.18s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.65s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.68s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.52s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunSysctls (1.44s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.49s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.76s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.38s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.87s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.11s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.70s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.55s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.51s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserByID (0.53s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.59s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserByName (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.66s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.02s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.59s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.80s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.57s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.09s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.49s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.86s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.41s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.70s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.42s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.52s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.88s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.67s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.57s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.51s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.67s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.78s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.04s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.48s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-30T03:53:58.452Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.61s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.08s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.65s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.66s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.11s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.80s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.04s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.11s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.37s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.42s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.55s) [2020-11-30T03:53:58.452Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents728740706 [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.08s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.39s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.16s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.51s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.52s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.56s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.46s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.90s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.89s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.41s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.17s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.56s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.45s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.50s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartRecordError (1.05s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.21s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.47s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.99s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.51s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.55s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.68s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.61s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.58s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.64s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.55s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.92s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.71s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.60s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.79s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.19s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.93s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.56s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.25s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-11-30T03:53:58.452Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.76s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.78s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.70s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.85s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.68s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.53s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.19s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.60s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.25s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.34s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.85s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.87s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.30s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.28s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.27s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.37s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.70s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.09s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.54s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.52s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.69s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.06s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.40s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.37s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.80s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.06s) [2020-11-30T03:53:58.452Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.41s) [2020-11-30T03:53:58.452Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-30T03:53:58.452Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-30T03:53:58.452Z] === RUN TestDockerRegistrySuite [2020-11-30T03:53:58.452Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-30T03:53:59.819Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-30T03:54:00.747Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-30T03:54:02.113Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-30T03:54:02.113Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-30T03:54:04.631Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-30T03:54:09.912Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-30T03:54:10.170Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-11-30T03:54:12.687Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-30T03:54:13.615Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-30T03:54:14.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-30T03:54:15.107Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-30T03:54:16.474Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-30T03:54:17.404Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-30T03:54:18.333Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-11-30T03:54:18.333Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-30T03:54:19.699Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-30T03:54:22.221Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-30T03:54:24.113Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-30T03:54:25.043Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-30T03:54:26.963Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-30T03:54:27.891Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-30T03:54:28.146Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-30T03:54:29.076Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-30T03:54:30.005Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-30T03:54:30.935Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-30T03:54:33.246Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-11-30T03:54:33.247Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-11-30T03:54:33.453Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-30T03:54:33.709Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-30T03:54:34.638Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-30T03:54:34.800Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-11-30T03:54:34.800Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-11-30T03:54:35.200Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-30T03:54:35.200Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-30T03:54:35.457Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-30T03:54:35.714Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-30T03:54:35.970Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-30T03:54:36.225Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-30T03:54:37.153Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-30T03:54:38.520Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-30T03:54:39.546Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-11-30T03:54:39.572Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-30T03:54:40.010Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-11-30T03:54:40.010Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-11-30T03:54:40.010Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-11-30T03:54:40.474Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-11-30T03:54:40.474Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-11-30T03:54:40.512Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-30T03:54:41.440Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-30T03:54:41.453Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite (43.67s) [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d12749120b843] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s) [2020-11-30T03:54:42.002Z] check_test.go:196: [db442c87aab46] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.25s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dd8cef2c9ece4] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d0b08f51a7d45] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.68s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dc1a8d18d06f5] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.56s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d9585de894411] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.23s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dbc118c2d4706] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.96s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dcf03c51e44ed] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.85s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dc62f245b6bbe] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.97s) [2020-11-30T03:54:42.002Z] check_test.go:196: [db7d6c88a21d6] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d4247b9ccc63b] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d18a6b9105602] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.10s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d26e4f382fa4b] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.09s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d3f86c0d141bf] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.55s) [2020-11-30T03:54:42.002Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:cefe6288aeb45f0964dd56fe6431ed7511494dc6037121d7cc552a61a1303bc7 [2020-11-30T03:54:42.002Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:458660d849c3f924f5ededdced5837aec62a28aa17b0d19bab8baf1a913b956d [2020-11-30T03:54:42.002Z] check_test.go:196: [d90c3d9f06a34] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s) [2020-11-30T03:54:42.002Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2efaa1ceb86ea9bf5862b933984fd8e55ae00d02deec33a938ec22808f34e8c0 [2020-11-30T03:54:42.002Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a975968b342b05c94cd076d5747c7a5cdd9969ac51d2d1d025f7a3782da082e0 [2020-11-30T03:54:42.002Z] check_test.go:196: [d846e45bfa351] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d41473b3ddd8d] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dd3ff986808ff] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.03s) [2020-11-30T03:54:42.002Z] check_test.go:196: [de6dcfb6cc59f] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d09d1849f35a0] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d2c922f6da8f9] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d2428ba523440] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d8a01951d0104] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.34s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d517238df78bd] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.43s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d61df319cd2c9] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2020-11-30T03:54:42.002Z] check_test.go:196: [dad4d722a896a] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d4800f7c0793a] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d1e2ccb6f6664] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d986f8ff63246] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d8299297039bf] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-11-30T03:54:42.002Z] check_test.go:196: [db4ddb6494e82] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-11-30T03:54:42.002Z] check_test.go:196: [db990054bb85f] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.03s) [2020-11-30T03:54:42.002Z] check_test.go:196: [ddc257046a979] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.39s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d486a213034e0] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d9988a5e78cd4] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.96s) [2020-11-30T03:54:42.002Z] check_test.go:196: [d2dc442cafde5] daemon is not started [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2020-11-30T03:54:42.002Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2020-11-30T03:54:42.002Z] === RUN TestDockerSchema1RegistrySuite [2020-11-30T03:54:42.002Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-30T03:54:42.257Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-30T03:54:44.385Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-11-30T03:54:45.526Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-30T03:54:45.942Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-11-30T03:54:45.942Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-11-30T03:54:45.942Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-11-30T03:54:45.942Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-11-30T03:54:48.877Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-11-30T03:54:50.769Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-30T03:54:52.659Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-30T03:54:53.588Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-30T03:54:54.516Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-30T03:54:54.773Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-30T03:54:55.702Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-30T03:54:56.630Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-30T03:54:57.569Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-30T03:55:00.089Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-30T03:55:00.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-30T03:55:00.601Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-30T03:55:00.857Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-30T03:55:01.113Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-30T03:55:01.370Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-30T03:55:01.626Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite (19.77s) [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d8d0c2876636c] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.70s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d4e19a4c7d13a] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.98s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d6e9ca37cb80b] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.74s) [2020-11-30T03:55:01.882Z] check_test.go:223: [de62842d7ad37] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.96s) [2020-11-30T03:55:01.882Z] check_test.go:223: [dc0c77d2c09cb] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.96s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d78e9e8a44859] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d0576be1b86f7] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2020-11-30T03:55:01.882Z] check_test.go:223: [df73715cb0fb9] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d04df81315684] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2020-11-30T03:55:01.882Z] check_test.go:223: [ddd71419c50e9] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.47s) [2020-11-30T03:55:01.882Z] check_test.go:223: [dbf2d701f99c9] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d8674017bee48] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2020-11-30T03:55:01.882Z] check_test.go:223: [df1dad137d23e] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d1c895cd58964] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d250acdffc65e] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d17496816c69d] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-11-30T03:55:01.882Z] check_test.go:223: [d2ab070b4a759] daemon is not started [2020-11-30T03:55:01.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-11-30T03:55:01.882Z] check_test.go:223: [df9535e4589cd] daemon is not started [2020-11-30T03:55:01.882Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-30T03:55:01.882Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-30T03:55:02.811Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-30T03:55:03.067Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-30T03:55:03.323Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-30T03:55:03.768Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-11-30T03:55:04.690Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-30T03:55:04.690Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-30T03:55:04.946Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-30T03:55:05.508Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.88s) [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.77s) [2020-11-30T03:55:05.764Z] check_test.go:252: [d39a6097bc880] daemon is not started [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2020-11-30T03:55:05.764Z] check_test.go:252: [d97f089fca7fc] daemon is not started [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-11-30T03:55:05.764Z] check_test.go:252: [d0e9e02eda20d] daemon is not started [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.19s) [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-11-30T03:55:05.764Z] check_test.go:252: [d1139c5eb8299] daemon is not started [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-11-30T03:55:05.764Z] check_test.go:252: [da1beb46f72cb] daemon is not started [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2020-11-30T03:55:05.764Z] check_test.go:252: [d9d8217b329d3] daemon is not started [2020-11-30T03:55:05.764Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-11-30T03:55:05.764Z] check_test.go:252: [d03cc8963d1ae] daemon is not started [2020-11-30T03:55:05.764Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-30T03:55:05.764Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-30T03:55:07.537Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-11-30T03:55:08.516Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-11-30T03:55:08.516Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-11-30T03:55:11.007Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-30T03:55:11.007Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-30T03:55:11.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-30T03:55:11.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-30T03:55:11.449Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-11-30T03:55:11.518Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.74s) [2020-11-30T03:55:11.518Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2020-11-30T03:55:11.518Z] check_test.go:279: [d19992b16ad89] daemon is not started [2020-11-30T03:55:11.518Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-11-30T03:55:11.518Z] check_test.go:279: [d8476020a5e05] daemon is not started [2020-11-30T03:55:11.518Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-11-30T03:55:11.518Z] check_test.go:279: [dd961e372f1bc] daemon is not started [2020-11-30T03:55:11.519Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-11-30T03:55:11.519Z] check_test.go:279: [db47381017f58] daemon is not started [2020-11-30T03:55:11.519Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-11-30T03:55:11.519Z] check_test.go:279: [d38c95fdec2f9] daemon is not started [2020-11-30T03:55:11.519Z] === RUN TestDockerNetworkSuite [2020-11-30T03:55:11.519Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-11-30T03:55:13.006Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-11-30T03:55:13.408Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-11-30T03:55:13.972Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-11-30T03:55:17.241Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-11-30T03:55:18.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-11-30T03:55:18.855Z] === RUN TestDockerSuite/TestBuildAddScript [2020-11-30T03:55:18.855Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-11-30T03:55:18.855Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-11-30T03:55:18.855Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-11-30T03:55:19.319Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-11-30T03:55:19.784Z] === RUN TestDockerSuite/TestBuildAddTar [2020-11-30T03:55:21.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-11-30T03:55:22.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-11-30T03:55:27.734Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-11-30T03:55:30.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-11-30T03:55:31.179Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-11-30T03:55:31.742Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-11-30T03:55:31.997Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-11-30T03:55:32.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-11-30T03:55:33.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-11-30T03:55:33.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-11-30T03:55:34.116Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-11-30T03:55:35.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-11-30T03:55:35.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-11-30T03:55:35.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-11-30T03:55:35.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-11-30T03:55:36.228Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-11-30T03:55:37.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-11-30T03:55:37.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-11-30T03:55:37.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-11-30T03:55:37.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-11-30T03:55:39.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-11-30T03:55:41.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-11-30T03:55:48.369Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-11-30T03:55:48.369Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-11-30T03:55:48.369Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-11-30T03:55:48.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-11-30T03:55:48.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-11-30T03:55:49.188Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-11-30T03:55:49.188Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-11-30T03:55:49.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-11-30T03:55:49.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-11-30T03:55:53.623Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-11-30T03:55:53.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-11-30T03:55:53.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-11-30T03:55:53.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-11-30T03:55:53.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-11-30T03:55:59.130Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-11-30T03:56:00.058Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-11-30T03:56:02.578Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-11-30T03:56:02.578Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-11-30T03:56:03.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-11-30T03:56:05.842Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-11-30T03:56:05.842Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-11-30T03:56:06.771Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-11-30T03:56:07.027Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-11-30T03:56:07.284Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-11-30T03:56:08.652Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-11-30T03:56:09.216Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-11-30T03:56:10.589Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-11-30T03:56:10.589Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-11-30T03:56:10.589Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite (62.50s) [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.89s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d2f3cf48938b6] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.66s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d885230678ce8] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.84s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d83ca4cd14b8c] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.50s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [dce27f16c104e] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:1233: [d94c64fc191ea] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.37s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d91002c3f4acb] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.36s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [dbd9f326ff0b9] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.29s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d4e8fba76ec94] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.18s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [dbaaa06af8c8d] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.57s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d5a093928bc66] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d721399ba835a] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d883e46a2aaac] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.88s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d7000ca513231] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d8a5f27887ff2] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [ddaa5b2451d31] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.70s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [dc82deff6ed06] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d4dcbde1b4bf8] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [d726e84d2eb81] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-11-30T03:56:14.481Z] docker_cli_network_unix_test.go:46: [db0dde47a21ea] daemon is not started [2020-11-30T03:56:14.481Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.74s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [da28f7b989efc] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.99s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d2d37cac1b662] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.06s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [ded4ef4ca2886] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d0cb52e8ca5c9] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d5c4c550df82d] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.37s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:968: [d3cc5f0a288c4] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.67s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [dfd30f6bf4984] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.04s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:1116: [d3ccc6e6699a2] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.30s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d1ebad718b639] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.07s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [dc7cd7a794f5d] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.19s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [dc1b10ab4ba96] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d8a68d4586044] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d5ecf45202b09] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [dff02752fd75e] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d9a4d7b6dde5f] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.65s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d79f048f40065] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d8c2a1f1f4d90] daemon is not started [2020-11-30T03:56:14.482Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [df62e419ac2cf] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.87s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d5dd6f9c2de58] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.48s) [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.01s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:1084: [d78f2c292b29d] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d97a4258e8da0] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.12s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [dd1c65671c7f9] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.84s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d7f5c72d90d47] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.08s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d340fb7719dd5] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.03s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [da1e2b4ba9ea9] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.60s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d711a575a9992] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.21s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d31c0f71f2b0c] daemon is not started [2020-11-30T03:56:14.482Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.53s) [2020-11-30T03:56:14.482Z] docker_cli_network_unix_test.go:46: [d80e467b03504] daemon is not started [2020-11-30T03:56:14.482Z] === RUN TestDockerHubPullSuite [2020-11-30T03:56:14.482Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-11-30T03:56:15.409Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-11-30T03:56:15.971Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-11-30T03:56:17.860Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-11-30T03:56:18.117Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-11-30T03:56:18.679Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-11-30T03:56:21.195Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-11-30T03:56:21.196Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite (7.39s) [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.84s) [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.34s) [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.53s) [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.29s) [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.32s) [2020-11-30T03:56:21.452Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-11-30T03:56:21.452Z] PASS [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === Skipped [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.02s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-11-30T03:56:21.452Z] docker_cli_sni_test.go:18: Flakey test [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-11-30T03:56:21.452Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.02s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.02s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-11-30T03:56:21.452Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-30T03:56:21.452Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-11-30T03:56:21.452Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-11-30T03:56:21.452Z] docker_cli_network_unix_test.go:46: [df62e419ac2cf] daemon is not started [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] [2020-11-30T03:56:21.452Z] DONE 1274 tests, 51 skipped in 1523.619s [2020-11-30T03:56:21.452Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T03:56:21.452Z] ++++ cat bundles/test-integration/docker.pid [2020-11-30T03:56:21.452Z] +++ kill 8042 [2020-11-30T03:56:21.708Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-11-30T03:56:21.708Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-11-30T03:56:22.635Z] +++ /etc/init.d/apparmor stop [2020-11-30T03:56:22.635Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T03:56:22.635Z] [2020-11-30T03:56:22.635Z] Unloading profiles will leave already running processes permanently [2020-11-30T03:56:22.635Z] unconfined, which can lead to unexpected situations. [2020-11-30T03:56:22.635Z] [2020-11-30T03:56:22.635Z] To set a process to complain mode, use the command line tool [2020-11-30T03:56:22.635Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T03:56:22.635Z] +++ true [2020-11-30T03:56:22.635Z] exiting test-integration [2020-11-30T03:56:22.635Z] ++ exit 0 [2020-11-30T03:56:22.635Z] [2020-11-30T03:56:22.891Z] + for job in $(jobs -p) [2020-11-30T03:56:22.891Z] + wait 16401 [2020-11-30T03:56:27.060Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-11-30T03:56:27.621Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-11-30T03:56:28.550Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-11-30T03:56:30.465Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-11-30T03:56:31.777Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-11-30T03:56:31.777Z] === RUN TestDockerSuite/TestBuildBlankName [2020-11-30T03:56:31.777Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-11-30T03:56:40.405Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-11-30T03:56:40.869Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-11-30T03:56:46.711Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-11-30T03:56:57.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-11-30T03:57:07.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-11-30T03:57:07.939Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-11-30T03:57:15.060Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-11-30T03:57:15.060Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-11-30T03:57:15.060Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-11-30T03:57:19.791Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-11-30T03:57:19.791Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-11-30T03:57:20.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-11-30T03:57:20.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-11-30T03:57:20.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-11-30T03:57:26.629Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-11-30T03:57:50.828Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-11-30T03:57:55.556Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-11-30T03:57:56.021Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-11-30T03:57:56.485Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-11-30T03:57:58.041Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-11-30T03:57:58.041Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-11-30T03:58:03.879Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-11-30T03:58:04.857Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-11-30T03:58:04.857Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-11-30T03:58:04.857Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-11-30T03:58:06.413Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-11-30T03:58:07.392Z] === RUN TestDockerSuite/TestBuildCmd [2020-11-30T03:58:07.856Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-11-30T03:58:08.320Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-11-30T03:58:08.785Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-11-30T03:58:14.622Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-11-30T03:58:16.824Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-11-30T03:58:16.824Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-11-30T03:58:17.804Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-11-30T03:58:17.804Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-11-30T03:58:18.268Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-11-30T03:58:22.802Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-11-30T03:58:25.395Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-11-30T03:58:26.373Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-11-30T03:58:26.837Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-11-30T03:58:26.837Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-11-30T03:58:27.815Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-11-30T03:58:28.279Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-11-30T03:58:28.279Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-11-30T03:58:28.279Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-11-30T03:58:29.342Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-11-30T03:58:32.608Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-11-30T03:58:35.407Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-11-30T03:59:18.041Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-11-30T03:59:18.041Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-11-30T03:59:18.041Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-11-30T03:59:26.664Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-11-30T03:59:26.664Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-11-30T03:59:26.664Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-11-30T03:59:26.664Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-11-30T03:59:27.642Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-11-30T03:59:27.642Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-11-30T03:59:57.753Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-11-30T03:59:58.217Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-11-30T03:59:58.682Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-11-30T04:00:19.891Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-11-30T04:00:20.355Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-11-30T04:00:21.335Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-11-30T04:00:25.109Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-11-30T04:00:33.735Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-11-30T04:00:35.292Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-11-30T04:00:54.001Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-11-30T04:00:54.001Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-11-30T04:00:54.258Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-11-30T04:00:54.258Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-11-30T04:00:54.518Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-11-30T04:00:54.518Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-11-30T04:00:55.448Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-11-30T04:00:57.340Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-11-30T04:01:00.608Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-11-30T04:01:03.123Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-11-30T04:01:47.537Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-11-30T04:01:51.306Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-11-30T04:01:51.306Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-11-30T04:01:59.290Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-11-30T04:01:59.291Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-11-30T04:02:00.671Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-11-30T04:02:02.573Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-11-30T04:02:05.090Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-11-30T04:02:07.605Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-11-30T04:02:29.488Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-11-30T04:02:41.662Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-11-30T04:02:41.662Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-11-30T04:02:43.552Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-11-30T04:02:46.071Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-11-30T04:02:52.609Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-11-30T04:02:56.776Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-11-30T04:02:58.667Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-11-30T04:03:01.184Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-11-30T04:03:03.535Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-11-30T04:03:03.535Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-11-30T04:03:03.535Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-11-30T04:03:03.708Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-11-30T04:03:06.227Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-11-30T04:03:09.494Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-11-30T04:03:11.384Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-11-30T04:03:24.717Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-11-30T04:03:35.093Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-11-30T04:03:45.476Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-11-30T04:04:07.549Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-11-30T04:04:21.257Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-11-30T04:04:22.393Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-11-30T04:04:28.381Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite (1631.44s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.60s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.88s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.32s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.34s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.10s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.89s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:562: [d97884fc45de8] joining swarm manager [dd4209283cccf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:584: [d6ca145a2e575] joining swarm manager [dd4209283cccf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] check_test.go:380: [d97884fc45de8] daemon is not started [2020-11-30T04:04:37.230Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.23s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:45: [df12a59e485b4] joining swarm manager [d34c464bf8b7b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.82s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (47.82s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.17s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:303: [d233eea3b28c8] joining swarm manager [d1a377be00bd8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:304: [d66cc448a1ca0] joining swarm manager [d1a377be00bd8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.65s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:271: [d14276ca738c7] joining swarm manager [da706afb7e5b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:272: [ddfba60d22b83] joining swarm manager [da706afb7e5b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.45s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.50s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.12s) [2020-11-30T04:04:37.230Z] docker_api_swarm_node_test.go:19: [d8c824378ced3] joining swarm manager [d9f6eb172bbaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_node_test.go:20: [d82fef23e7aee] joining swarm manager [d9f6eb172bbaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.33s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:501: [dec8dfeb6dea8] joining swarm manager [d5fbf8213ffca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:506: [d0a4cefb3d9f3] joining swarm manager [d5fbf8213ffca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.09s) [2020-11-30T04:04:37.230Z] docker_api_swarm_node_test.go:80: [d7012370b98b1] joining swarm manager [dfaef60cd1075]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.59s) [2020-11-30T04:04:37.230Z] docker_api_swarm_node_test.go:52: [d6604988951e3] joining swarm manager [d167e1abca306]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_node_test.go:53: [d730d854f5618] joining swarm manager [d167e1abca306]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.54s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.03s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:201: [dd66603e83076] joining swarm manager [d784c81905f67]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.00s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:383: [d92c412e9f6af] joining swarm manager [d3cd288ea0c75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:384: [d5827eb6cf3ee] joining swarm manager [d3cd288ea0c75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] check_test.go:380: [d5827eb6cf3ee] daemon is not started [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.20s) [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:801: [d15328a6bfb46] joining swarm manager [d679d59bfebb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:801: [dfd25fe11ee2e] joining swarm manager [d679d59bfebb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:801: [df2b8f4ec1f7e] joining swarm manager [d679d59bfebb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:801: [dc2c28a8801f9] joining swarm manager [d679d59bfebb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-30T04:04:37.230Z] docker_api_swarm_test.go:809: [daa461f4091c4] joining swarm manager [d679d59bfebb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.38s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.63s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.78s) [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:394: [d4b3d85076f3d] joining swarm manager [d0f0b6ad2ee32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:394: [d51d2efe8b4de] joining swarm manager [d0f0b6ad2ee32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.14s) [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:342: [d0b0f3cf11de2] joining swarm manager [d75e79e2253c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:342: [d39af242b7932] joining swarm manager [d75e79e2253c8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.07s) [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:489: [d36c11fd324f2] joining swarm manager [db493acea3adf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:489: [d038bad6c7496] joining swarm manager [db493acea3adf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.36s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.48s) [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:127: [debf649328ed3] joining swarm manager [dbed65545ff1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:128: [d7bc4bb00ace0] joining swarm manager [dbed65545ff1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:136: [df390bb284e7d] joining swarm manager [dbed65545ff1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:137: [db3952f4b1b40] joining swarm manager [dbed65545ff1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.41s) [2020-11-30T04:04:37.230Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.50s) [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:303: [d0293ac621db1] joining swarm manager [da3e403e92c5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.230Z] docker_api_swarm_service_test.go:303: [dd93c8937cade] joining swarm manager [da3e403e92c5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.58s) [2020-11-30T04:04:37.231Z] docker_api_swarm_service_test.go:99: [da9418518aa5d] joining swarm manager [d3049e3d97ffb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_api_swarm_service_test.go:100: [d4dc53e09bd60] joining swarm manager [d3049e3d97ffb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] check_test.go:380: [da9418518aa5d] daemon is not started [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.83s) [2020-11-30T04:04:37.231Z] docker_api_swarm_service_test.go:532: [d7f618dee5412] joining swarm manager [dc4d0c6eee258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_api_swarm_service_test.go:533: [df5dfd837c8a1] joining swarm manager [dc4d0c6eee258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.31s) [2020-11-30T04:04:37.231Z] docker_api_swarm_service_test.go:147: [d5cb76d6d9059] joining swarm manager [d21ff31846862]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_api_swarm_service_test.go:147: [db4c7708c5ca6] joining swarm manager [d21ff31846862]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.67s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.23s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.63s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.26s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.14s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.55s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.82s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.21s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.05s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.24s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.80s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.71s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.90s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.22s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.19s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.48s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.36s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.83s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.29s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.72s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.86s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.22s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.40s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.06s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.26s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.83s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.22s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.12s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.33s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.87s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.54s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.76s) [2020-11-30T04:04:37.231Z] docker_cli_service_logs_test.go:245: checking task u6wasigmht6e [2020-11-30T04:04:37.231Z] docker_cli_service_logs_test.go:250: checking messages for u6wasigmht6e [2020-11-30T04:04:37.231Z] docker_cli_service_logs_test.go:245: checking task mpj9wtvgwu7g [2020-11-30T04:04:37.231Z] docker_cli_service_logs_test.go:250: checking messages for mpj9wtvgwu7g [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.20s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.22s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.39s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.77s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.75s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1901: [d299192df5648] joining swarm manager [d083df5c23163]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1902: [d5de7d351a870] joining swarm manager [d083df5c23163]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.16s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.23s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (14.95s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.30s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1802: [d4279ca09e7bb] joining swarm manager [d10838b9f0934]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1803: [d246beaa007c8] joining swarm manager [d10838b9f0934]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.03s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.00s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1321: [d9eb311adcf83] joining swarm manager [d10f24739153b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1322: [deebcbd6c703d] joining swarm manager [d10f24739153b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.74s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.12s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.08s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.22s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.85s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.34s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.07s) [2020-11-30T04:04:37.231Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.37s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.73s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (1.88s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.18s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1186: [d78da78a5313a] joining swarm manager [de5bbd6071147]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1195: [db5a6a45673bb] joining swarm manager [de5bbd6071147]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.64s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.07s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.16s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1118: [d967dac191d4a] joining swarm manager [dada930887cf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1119: [d2d6734beaa2b] joining swarm manager [dada930887cf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1172: [d31c1299546e8] joining swarm manager [dada930887cf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (12.99s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1453: [d63b232f1f759] joining swarm manager [dde148d4f6367]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] docker_cli_swarm_test.go:1454: [d838a603a7553] joining swarm manager [dde148d4f6367]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.38s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.07s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (1.87s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.35s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.24s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.61s) [2020-11-30T04:04:37.231Z] docker_cli_swarm_unix_test.go:62: [dc0f418f4374a] joining swarm manager [d27f8c94e5410]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.37s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.78s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.89s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.81s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.16s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.21s) [2020-11-30T04:04:37.231Z] docker_api_swarm_test.go:961: [de81fda3edc43] joining swarm manager [dfc36eb066f44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.01s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.85s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.90s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.42s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.43s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.44s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.13s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.16s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.61s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.52s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.07s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.85s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.00s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (16.92s) [2020-11-30T04:04:37.231Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.84s) [2020-11-30T04:04:37.231Z] === RUN TestDockerExternalVolumeSuite [2020-11-30T04:04:37.231Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-11-30T04:04:40.828Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-11-30T04:04:55.270Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-11-30T04:06:02.895Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-11-30T04:06:09.428Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-11-30T04:06:37.423Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-11-30T04:06:37.423Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-11-30T04:06:37.424Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-11-30T04:06:41.460Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-11-30T04:06:42.256Z] === RUN TestDockerSuite/TestBuildEnv [2020-11-30T04:06:42.256Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-11-30T04:06:42.256Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-11-30T04:06:42.256Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-11-30T04:06:42.256Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-11-30T04:06:42.256Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-11-30T04:06:46.030Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-11-30T04:06:46.030Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-11-30T04:06:46.030Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-11-30T04:06:46.030Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-11-30T04:06:46.495Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-11-30T04:06:52.331Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-11-30T04:06:56.312Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildExpose [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-11-30T04:07:10.095Z] === RUN TestDockerSuite/TestBuildFails [2020-11-30T04:07:11.649Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-11-30T04:07:12.113Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-11-30T04:07:16.843Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-11-30T04:07:27.224Z] === RUN TestDockerSuite/TestBuildForceRm [2020-11-30T04:07:28.336Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-11-30T04:07:34.344Z] === RUN TestDockerSuite/TestBuildFromGit [2020-11-30T04:07:41.307Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-11-30T04:07:41.443Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-11-30T04:07:42.422Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-11-30T04:07:49.551Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-11-30T04:07:49.551Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-11-30T04:07:49.551Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-11-30T04:07:50.016Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-11-30T04:07:50.016Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-11-30T04:08:00.393Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-11-30T04:08:00.393Z] === RUN TestDockerSuite/TestBuildHistory [2020-11-30T04:08:10.774Z] === RUN TestDockerSuite/TestBuildIidFile [2020-11-30T04:08:10.774Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-11-30T04:08:12.977Z] === RUN TestDockerSuite/TestBuildInheritance [2020-11-30T04:08:12.977Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-11-30T04:08:13.345Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-11-30T04:08:13.955Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-11-30T04:08:13.955Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-11-30T04:08:18.684Z] === RUN TestDockerSuite/TestBuildLabel [2020-11-30T04:08:19.662Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-11-30T04:08:20.126Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-11-30T04:08:21.106Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-11-30T04:08:21.570Z] === RUN TestDockerSuite/TestBuildLabels [2020-11-30T04:08:22.549Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-11-30T04:08:24.104Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-11-30T04:08:28.181Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildLastModified [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-11-30T04:08:29.946Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-11-30T04:08:30.410Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-11-30T04:08:31.388Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-11-30T04:08:37.223Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-11-30T04:08:43.030Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-11-30T04:08:58.398Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-11-30T04:08:58.398Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-11-30T04:08:59.952Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-11-30T04:09:29.643Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-11-30T04:09:35.834Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-11-30T04:09:48.278Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-11-30T04:09:51.524Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-11-30T04:09:56.900Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-11-30T04:10:02.745Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-11-30T04:10:08.586Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-11-30T04:10:23.559Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-11-30T04:10:26.350Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-11-30T04:10:26.350Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-11-30T04:10:38.795Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-11-30T04:10:38.795Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-11-30T04:10:38.795Z] === RUN TestDockerSuite/TestBuildNetNone [2020-11-30T04:10:38.795Z] === RUN TestDockerSuite/TestBuildNoContext [2020-11-30T04:10:41.726Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-11-30T04:10:46.457Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-11-30T04:10:48.011Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-11-30T04:10:48.475Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-11-30T04:10:48.475Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-11-30T04:10:50.050Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-11-30T04:10:51.411Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-11-30T04:10:52.968Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-11-30T04:10:53.947Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-11-30T04:11:04.330Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-11-30T04:11:05.311Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-11-30T04:11:08.095Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-11-30T04:11:13.934Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-11-30T04:11:17.704Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-11-30T04:11:22.929Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-11-30T04:11:28.088Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-11-30T04:11:32.817Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-11-30T04:11:37.547Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-11-30T04:11:38.526Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-11-30T04:11:38.526Z] === RUN TestDockerSuite/TestBuildPATH [2020-11-30T04:11:38.526Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-11-30T04:11:40.736Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-11-30T04:11:40.736Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-11-30T04:11:40.969Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite (437.09s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2020-11-30T04:11:55.821Z] docker_cli_external_volume_driver_test.go:53: [db843b368ff06] daemon is not started [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-11-30T04:11:55.821Z] docker_cli_external_volume_driver_test.go:53: [ddea8c562ecb8] daemon is not started [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-11-30T04:11:55.821Z] docker_cli_external_volume_driver_test.go:53: [d3d6d3343c7c3] daemon is not started [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-11-30T04:11:55.821Z] docker_cli_external_volume_driver_test.go:53: [d716b3af2e628] daemon is not started [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.35s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.61s) [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.98s) [2020-11-30T04:11:55.821Z] docker_cli_external_volume_driver_test.go:485: [dcceab0553af7] daemon is not started [2020-11-30T04:11:55.821Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-11-30T04:11:55.821Z] docker_cli_external_volume_driver_test.go:53: [d4a48b5123db4] daemon is not started [2020-11-30T04:11:55.821Z] PASS [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] === Skipped [2020-11-30T04:11:55.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-30T04:11:55.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-11-30T04:11:55.821Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-11-30T04:11:55.821Z] check_test.go:309: [d7f1db804e333] daemon is not started [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-30T04:11:55.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-11-30T04:11:55.821Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-11-30T04:11:55.821Z] check_test.go:309: [d2e10eb130a4a] daemon is not started [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-30T04:11:55.821Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-11-30T04:11:55.821Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-11-30T04:11:55.821Z] check_test.go:309: [da70acb16b0b1] daemon is not started [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-30T04:11:55.821Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-11-30T04:11:55.821Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-11-30T04:11:55.821Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2020-11-30T04:11:55.821Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] DONE 273 tests, 5 skipped in 2456.031s [2020-11-30T04:11:55.821Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-11-30T04:11:55.821Z] ++++ cat bundles/test-integration/docker.pid [2020-11-30T04:11:55.821Z] +++ kill 8039 [2020-11-30T04:11:55.821Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d25fbda4192e8/docker.pid [2020-11-30T04:11:55.821Z] +++ kill 5831 [2020-11-30T04:11:55.821Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5831 is not a child of this shell [2020-11-30T04:11:55.821Z] warning: PID 5831 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d25fbda4192e8/docker.pid had a nonzero exit code [2020-11-30T04:11:55.821Z] +++ /etc/init.d/apparmor stop [2020-11-30T04:11:55.821Z] Leaving: AppArmorNo profiles have been unloaded. [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] Unloading profiles will leave already running processes permanently [2020-11-30T04:11:55.821Z] unconfined, which can lead to unexpected situations. [2020-11-30T04:11:55.821Z] [2020-11-30T04:11:55.821Z] To set a process to complain mode, use the command line tool [2020-11-30T04:11:55.821Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-11-30T04:11:55.821Z] +++ true [2020-11-30T04:11:55.821Z] exiting test-integration [2020-11-30T04:11:55.821Z] ++ exit 0 [2020-11-30T04:11:55.822Z] [2020-11-30T04:11:55.822Z] + exit 0 [2020-11-30T04:11:55.822Z] ++ jobs -p [2020-11-30T04:11:55.822Z] + pids= [2020-11-30T04:11:55.822Z] + echo 'Remaining pids to kill: []' [2020-11-30T04:11:55.822Z] Remaining pids to kill: [] [2020-11-30T04:11:55.822Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-11-30T04:11:55.832Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-11-30T04:11:57.870Z] + echo Ensuring container killed. [2020-11-30T04:11:57.870Z] Ensuring container killed. [2020-11-30T04:11:57.870Z] + docker ps -aq -f name=docker-pr3-* [2020-11-30T04:11:57.870Z] + cids=24a4ae9ef8de [2020-11-30T04:11:57.870Z] 869c0a21cea6 [2020-11-30T04:11:57.870Z] eb5bd32c2786 [2020-11-30T04:11:57.870Z] + [ -n 24a4ae9ef8de [2020-11-30T04:11:57.870Z] 869c0a21cea6 [2020-11-30T04:11:57.870Z] eb5bd32c2786 ] [2020-11-30T04:11:57.870Z] + docker rm -vf 24a4ae9ef8de 869c0a21cea6 eb5bd32c2786 [2020-11-30T04:11:58.803Z] 24a4ae9ef8de [2020-11-30T04:11:59.366Z] 869c0a21cea6 [2020-11-30T04:11:59.927Z] eb5bd32c2786 [Pipeline] sh [2020-11-30T04:12:00.246Z] + echo Chowning /workspace to jenkins user [2020-11-30T04:12:00.246Z] Chowning /workspace to jenkins user [2020-11-30T04:12:00.246Z] + id -u [2020-11-30T04:12:00.246Z] + id -g [2020-11-30T04:12:00.246Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41728:/workspace busybox chown -R 1000:1000 /workspace [2020-11-30T04:12:00.246Z] Unable to find image 'busybox:latest' locally [2020-11-30T04:12:00.246Z] latest: Pulling from library/busybox [2020-11-30T04:12:00.509Z] 5f5dd3e95e9f: Pulling fs layer [2020-11-30T04:12:00.509Z] 5f5dd3e95e9f: Verifying Checksum [2020-11-30T04:12:00.509Z] 5f5dd3e95e9f: Download complete [2020-11-30T04:12:00.509Z] 5f5dd3e95e9f: Pull complete [2020-11-30T04:12:00.509Z] Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2 [2020-11-30T04:12:00.509Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-11-30T04:12:04.112Z] + bundleName=amd64 [2020-11-30T04:12:04.112Z] + echo Creating amd64-bundles.tar.gz [2020-11-30T04:12:04.112Z] Creating amd64-bundles.tar.gz [2020-11-30T04:12:04.112Z] + xargs tar -czf amd64-bundles.tar.gz [2020-11-30T04:12:04.112Z] + 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-11-30T04:12:05.505Z] Archiving artifacts [2020-11-30T04:12:07.280Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T04:12:07.632Z] + make clean [2020-11-30T04:12:07.632Z] docker volume rm -f docker-dev-cache [2020-11-30T04:12:07.888Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-30T04:12:31.531Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-11-30T04:12:46.414Z] === RUN TestDockerSuite/TestBuildRm [2020-11-30T04:13:01.299Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-11-30T04:13:05.066Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-11-30T04:13:05.066Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-11-30T04:13:05.066Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-11-30T04:13:06.621Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-11-30T04:13:10.391Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-11-30T04:13:14.160Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-11-30T04:13:18.895Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-11-30T04:13:36.665Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-11-30T04:13:37.129Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-11-30T04:13:37.594Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-11-30T04:13:50.057Z] === RUN TestDockerSuite/TestBuildSpaces [2020-11-30T04:13:50.057Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-11-30T04:13:55.896Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-11-30T04:13:55.896Z] === RUN TestDockerSuite/TestBuildStderr [2020-11-30T04:14:01.748Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-11-30T04:14:26.982Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-11-30T04:14:26.982Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-11-30T04:14:26.982Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-11-30T04:14:27.962Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-11-30T04:14:33.801Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-11-30T04:14:39.644Z] === RUN TestDockerSuite/TestBuildUser [2020-11-30T04:14:39.644Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-11-30T04:14:39.644Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-11-30T04:14:39.644Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-11-30T04:14:44.374Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-11-30T04:14:44.839Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-11-30T04:14:47.778Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-11-30T04:14:47.778Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-11-30T04:14:47.778Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-11-30T04:15:13.009Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-11-30T04:15:13.009Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-11-30T04:15:23.394Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-11-30T04:15:28.120Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-11-30T04:15:28.120Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-11-30T04:15:28.120Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-11-30T04:15:31.054Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-11-30T04:15:31.054Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-11-30T04:15:45.938Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-11-30T04:15:48.871Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-11-30T04:15:49.851Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-11-30T04:16:15.081Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-11-30T04:16:15.081Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-11-30T04:16:15.081Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-11-30T04:16:15.081Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-11-30T04:16:16.060Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-11-30T04:16:26.440Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-11-30T04:16:26.905Z] === RUN TestDockerSuite/TestBuildXZHost [2020-11-30T04:16:27.369Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-11-30T04:16:27.833Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-11-30T04:16:27.833Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-11-30T04:16:30.034Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-11-30T04:16:34.768Z] === RUN TestDockerSuite/TestCommitChange [2020-11-30T04:16:40.622Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-11-30T04:16:45.348Z] === RUN TestDockerSuite/TestCommitHardlink [2020-11-30T04:16:45.348Z] === RUN TestDockerSuite/TestCommitNewFile [2020-11-30T04:16:57.794Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-11-30T04:16:57.794Z] === RUN TestDockerSuite/TestCommitTTY [2020-11-30T04:17:04.942Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-11-30T04:17:09.668Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-11-30T04:17:16.795Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-11-30T04:17:23.918Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-11-30T04:17:23.918Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-11-30T04:17:25.474Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-11-30T04:17:25.938Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-11-30T04:17:25.938Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-11-30T04:17:25.938Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-11-30T04:17:28.141Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-11-30T04:17:28.141Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-11-30T04:17:28.141Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-11-30T04:17:30.342Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-11-30T04:17:30.342Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-11-30T04:17:30.342Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-11-30T04:17:30.342Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-11-30T04:17:30.342Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-11-30T04:17:33.275Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-11-30T04:17:35.474Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-11-30T04:17:37.673Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-11-30T04:17:37.673Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-11-30T04:17:37.673Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-11-30T04:17:39.873Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-11-30T04:17:39.873Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-11-30T04:17:42.074Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-11-30T04:17:42.074Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-11-30T04:17:42.074Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-11-30T04:17:44.274Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-11-30T04:17:44.274Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-11-30T04:17:46.474Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-11-30T04:17:46.474Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-11-30T04:17:48.672Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-11-30T04:17:48.672Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-11-30T04:17:50.872Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-11-30T04:17:55.601Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-11-30T04:17:59.370Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-11-30T04:17:59.370Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-11-30T04:17:59.370Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-11-30T04:17:59.370Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-11-30T04:17:59.370Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-11-30T04:18:01.572Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-11-30T04:18:01.572Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-11-30T04:18:08.698Z] === RUN TestDockerSuite/TestContainerAPITop [2020-11-30T04:18:08.698Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-11-30T04:18:10.906Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-11-30T04:18:10.906Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-11-30T04:18:15.638Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-11-30T04:18:17.193Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-11-30T04:18:17.193Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-11-30T04:18:17.193Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-11-30T04:18:17.193Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-11-30T04:18:17.193Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-11-30T04:18:17.193Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-11-30T04:18:19.397Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-11-30T04:18:19.397Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-11-30T04:18:21.598Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-11-30T04:18:30.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-11-30T04:18:31.784Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-11-30T04:18:33.982Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00096e460_} [2020-11-30T04:18:36.221Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1189407894_c:\foo_false____} [2020-11-30T04:18:38.427Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1189407894_c:\foo_true____} [2020-11-30T04:18:41.358Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-11-30T04:18:41.358Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-11-30T04:18:41.359Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-11-30T04:18:44.307Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-11-30T04:18:47.247Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-11-30T04:18:47.247Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-11-30T04:18:47.247Z] === RUN TestDockerSuite/TestCpRelativePath [2020-11-30T04:18:50.178Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-11-30T04:18:50.178Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-11-30T04:18:50.178Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-11-30T04:18:50.178Z] === RUN TestDockerSuite/TestCpToCaseA [2020-11-30T04:18:54.905Z] === RUN TestDockerSuite/TestCpToCaseB [2020-11-30T04:18:57.104Z] === RUN TestDockerSuite/TestCpToCaseC [2020-11-30T04:18:57.104Z] === RUN TestDockerSuite/TestCpToCaseD [2020-11-30T04:18:57.104Z] === RUN TestDockerSuite/TestCpToCaseE [2020-11-30T04:19:07.484Z] === RUN TestDockerSuite/TestCpToCaseF [2020-11-30T04:19:07.484Z] === RUN TestDockerSuite/TestCpToCaseG [2020-11-30T04:19:07.484Z] === RUN TestDockerSuite/TestCpToCaseH [2020-11-30T04:19:16.104Z] === RUN TestDockerSuite/TestCpToCaseI [2020-11-30T04:19:16.104Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-11-30T04:19:16.104Z] === RUN TestDockerSuite/TestCpToDot [2020-11-30T04:19:17.657Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-11-30T04:19:17.657Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-11-30T04:19:17.657Z] === RUN TestDockerSuite/TestCpToStdout [2020-11-30T04:19:19.858Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-11-30T04:19:20.322Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-11-30T04:19:20.322Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-11-30T04:19:20.322Z] === RUN TestDockerSuite/TestCpVolumePath [2020-11-30T04:19:20.322Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-11-30T04:19:20.322Z] === RUN TestDockerSuite/TestCreateArgs [2020-11-30T04:19:20.322Z] === RUN TestDockerSuite/TestCreateByImageID [2020-11-30T04:19:22.524Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-11-30T04:19:29.640Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-11-30T04:19:29.640Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-11-30T04:19:30.105Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-11-30T04:19:32.303Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-11-30T04:19:32.767Z] === RUN TestDockerSuite/TestCreateLabels [2020-11-30T04:19:32.767Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-11-30T04:19:32.767Z] === RUN TestDockerSuite/TestCreateRM [2020-11-30T04:19:33.231Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-11-30T04:19:33.231Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-11-30T04:19:33.231Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-11-30T04:19:33.694Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-11-30T04:19:42.316Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-11-30T04:19:42.316Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-11-30T04:19:42.780Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-11-30T04:19:47.504Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-11-30T04:19:47.504Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-11-30T04:19:47.504Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDevicePermissions [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDockerFails [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestEventsAttach [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestEventsCommit [2020-11-30T04:19:54.626Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-11-30T04:20:01.746Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-11-30T04:20:03.945Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-11-30T04:20:06.875Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-11-30T04:20:15.494Z] === RUN TestDockerSuite/TestEventsCopy [2020-11-30T04:20:20.218Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-11-30T04:20:26.055Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-11-30T04:20:27.612Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-11-30T04:20:28.590Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-11-30T04:20:37.218Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-11-30T04:20:37.218Z] === RUN TestDockerSuite/TestEventsFilterType [2020-11-30T04:20:38.198Z] === RUN TestDockerSuite/TestEventsFilters [2020-11-30T04:20:42.935Z] === RUN TestDockerSuite/TestEventsFormat [2020-11-30T04:20:47.660Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-11-30T04:20:47.660Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-11-30T04:20:47.660Z] === RUN TestDockerSuite/TestEventsImageImport [2020-11-30T04:20:47.660Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-11-30T04:20:47.660Z] === RUN TestDockerSuite/TestEventsImagePull [2020-11-30T04:20:47.660Z] === RUN TestDockerSuite/TestEventsImageTag [2020-11-30T04:20:48.637Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-11-30T04:20:48.637Z] === RUN TestDockerSuite/TestEventsRename [2020-11-30T04:20:51.582Z] === RUN TestDockerSuite/TestEventsResize [2020-11-30T04:20:54.514Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-11-30T04:20:56.714Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-11-30T04:20:58.912Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-11-30T04:21:03.635Z] === RUN TestDockerSuite/TestEventsTop [2020-11-30T04:21:03.635Z] === RUN TestDockerSuite/TestEventsUntag [2020-11-30T04:21:06.573Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-11-30T04:21:10.338Z] === RUN TestDockerSuite/TestExec [2020-11-30T04:21:10.338Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-11-30T04:21:10.338Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-11-30T04:21:12.538Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-11-30T04:21:14.089Z] === RUN TestDockerSuite/TestExecAPIStart [2020-11-30T04:21:14.089Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-11-30T04:21:14.089Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-11-30T04:21:14.089Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-11-30T04:21:16.289Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-11-30T04:21:18.489Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-11-30T04:21:20.687Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-11-30T04:21:22.886Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-11-30T04:21:27.610Z] === RUN TestDockerSuite/TestExecCgroup [2020-11-30T04:21:27.610Z] === RUN TestDockerSuite/TestExecEnv [2020-11-30T04:21:27.610Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-11-30T04:21:27.610Z] === RUN TestDockerSuite/TestExecExitStatus [2020-11-30T04:21:29.810Z] === RUN TestDockerSuite/TestExecInspectID [2020-11-30T04:21:34.538Z] === RUN TestDockerSuite/TestExecInteractive [2020-11-30T04:21:34.538Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-11-30T04:21:34.538Z] === RUN TestDockerSuite/TestExecParseError [2020-11-30T04:21:34.538Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-11-30T04:21:34.538Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-11-30T04:21:34.538Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-11-30T04:21:36.738Z] === RUN TestDockerSuite/TestExecSetEnv [2020-11-30T04:21:36.738Z] === RUN TestDockerSuite/TestExecStartFails [2020-11-30T04:21:36.738Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-11-30T04:21:36.738Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-11-30T04:21:36.738Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-11-30T04:21:36.738Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-11-30T04:21:38.935Z] === RUN TestDockerSuite/TestExecUlimits [2020-11-30T04:21:38.935Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-11-30T04:21:47.560Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-11-30T04:21:47.560Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-11-30T04:21:47.560Z] === RUN TestDockerSuite/TestExecWithUser [2020-11-30T04:21:47.560Z] === RUN TestDockerSuite/TestGetContainerStats [2020-11-30T04:21:53.392Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-11-30T04:21:59.224Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-11-30T04:22:02.159Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-11-30T04:22:07.994Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-11-30T04:22:07.994Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-11-30T04:22:07.994Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-11-30T04:22:07.994Z] === RUN TestDockerSuite/TestHealth [2020-11-30T04:22:07.994Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-11-30T04:22:08.458Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-11-30T04:22:08.458Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-11-30T04:22:08.458Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-11-30T04:22:14.292Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-11-30T04:22:14.292Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-11-30T04:22:14.292Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-11-30T04:22:14.292Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-11-30T04:22:14.292Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-11-30T04:22:14.292Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-11-30T04:22:14.756Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-11-30T04:22:14.756Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-11-30T04:22:15.734Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-11-30T04:22:15.734Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-11-30T04:22:17.287Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-11-30T04:22:17.750Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-11-30T04:22:19.948Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-11-30T04:22:22.144Z] === RUN TestDockerSuite/TestImagesFormat [2020-11-30T04:22:22.608Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-11-30T04:22:22.608Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-11-30T04:22:26.373Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-11-30T04:22:26.373Z] === RUN TestDockerSuite/TestImportBadURL [2020-11-30T04:22:28.570Z] === RUN TestDockerSuite/TestImportDisplay [2020-11-30T04:22:28.570Z] === RUN TestDockerSuite/TestImportFile [2020-11-30T04:22:28.570Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-11-30T04:22:28.570Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-11-30T04:22:28.570Z] === RUN TestDockerSuite/TestImportGzipped [2020-11-30T04:22:28.570Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-11-30T04:22:29.034Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-11-30T04:22:31.233Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-11-30T04:22:33.430Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-11-30T04:22:33.430Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-11-30T04:22:33.430Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-11-30T04:22:33.430Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-11-30T04:22:33.430Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-11-30T04:22:35.629Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-11-30T04:22:35.629Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-11-30T04:22:37.827Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-11-30T04:22:37.827Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-11-30T04:22:37.827Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-11-30T04:22:37.827Z] === RUN TestDockerSuite/TestInspectDefault [2020-11-30T04:22:40.026Z] === RUN TestDockerSuite/TestInspectHistory [2020-11-30T04:22:45.875Z] === RUN TestDockerSuite/TestInspectImage [2020-11-30T04:22:45.875Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-11-30T04:22:45.875Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-11-30T04:22:45.875Z] === RUN TestDockerSuite/TestInspectInt64 [2020-11-30T04:22:47.430Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-11-30T04:22:49.628Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-11-30T04:22:49.628Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-11-30T04:22:51.826Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-11-30T04:22:53.380Z] === RUN TestDockerSuite/TestInspectPlugin [2020-11-30T04:22:53.380Z] === RUN TestDockerSuite/TestInspectRootFS [2020-11-30T04:22:53.845Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-11-30T04:22:56.043Z] === RUN TestDockerSuite/TestInspectStatus [2020-11-30T04:22:58.242Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-11-30T04:23:02.965Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-11-30T04:23:05.161Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-11-30T04:23:07.360Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-11-30T04:23:09.562Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-11-30T04:23:11.761Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-11-30T04:23:13.959Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksEnvs [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-11-30T04:23:16.158Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-11-30T04:23:16.622Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-11-30T04:23:18.818Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-11-30T04:23:20.370Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-11-30T04:23:26.204Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-11-30T04:23:28.401Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-11-30T04:23:28.401Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-11-30T04:23:30.598Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-11-30T04:23:30.598Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-11-30T04:23:39.221Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-11-30T04:23:46.338Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-11-30T04:23:53.456Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-11-30T04:23:56.391Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-11-30T04:23:58.591Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-11-30T04:23:58.591Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-11-30T04:24:00.790Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-11-30T04:24:03.723Z] === RUN TestDockerSuite/TestLogsSince [2020-11-30T04:24:12.349Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-11-30T04:24:12.349Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-11-30T04:24:12.349Z] === RUN TestDockerSuite/TestLogsTail [2020-11-30T04:24:15.278Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-11-30T04:24:17.475Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestMountIntoProc [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestMountIntoSys [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestNetHostname [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginActive [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPortHostBinding [2020-11-30T04:24:19.672Z] === RUN TestDockerSuite/TestPortList [2020-11-30T04:24:20.136Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-11-30T04:24:24.861Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-11-30T04:24:28.628Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-11-30T04:24:28.628Z] === RUN TestDockerSuite/TestPsByOrder [2020-11-30T04:24:37.251Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-11-30T04:24:37.251Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-11-30T04:24:49.690Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-11-30T04:25:02.138Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-11-30T04:25:02.138Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-11-30T04:25:02.138Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-11-30T04:25:17.022Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-11-30T04:25:19.221Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-11-30T04:25:26.347Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-11-30T04:25:31.073Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-11-30T04:25:31.073Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-11-30T04:25:31.073Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-11-30T04:25:35.810Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-11-30T04:25:35.810Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-11-30T04:25:35.810Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-11-30T04:25:35.810Z] === RUN TestDockerSuite/TestPsRightTagName [2020-11-30T04:25:35.810Z] === RUN TestDockerSuite/TestPsShowMounts [2020-11-30T04:25:42.933Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-11-30T04:25:42.933Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-11-30T04:25:44.487Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-11-30T04:25:44.487Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-11-30T04:25:46.041Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-11-30T04:25:47.019Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-11-30T04:25:47.019Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-11-30T04:25:51.752Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-11-30T04:25:55.519Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-11-30T04:25:57.720Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-11-30T04:26:22.947Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-11-30T04:26:22.947Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-11-30T04:26:27.679Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-11-30T04:26:27.679Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-11-30T04:26:27.679Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-11-30T04:26:28.658Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-11-30T04:26:33.387Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-11-30T04:26:37.159Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-11-30T04:26:37.159Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-11-30T04:26:41.892Z] === RUN TestDockerSuite/TestRmiBlank [2020-11-30T04:26:41.892Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-11-30T04:26:41.892Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-11-30T04:26:56.772Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-11-30T04:26:59.708Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-11-30T04:27:00.177Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-11-30T04:27:07.301Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-11-30T04:27:17.685Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-11-30T04:27:26.306Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-11-30T04:27:31.031Z] === RUN TestDockerSuite/TestRmiTag [2020-11-30T04:27:31.500Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-11-30T04:27:33.707Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-11-30T04:27:51.471Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-11-30T04:27:54.406Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-11-30T04:27:59.141Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAddHost [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-11-30T04:28:00.695Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-11-30T04:28:02.898Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-11-30T04:28:02.898Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-11-30T04:28:02.898Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-11-30T04:28:07.624Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-11-30T04:28:09.830Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-11-30T04:28:12.029Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-11-30T04:28:14.229Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-11-30T04:28:16.430Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-11-30T04:28:16.430Z] === RUN TestDockerSuite/TestRunBindMounts [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-11-30T04:28:21.162Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-11-30T04:28:23.365Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-11-30T04:28:23.365Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-11-30T04:28:26.299Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-11-30T04:28:26.300Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-11-30T04:28:26.300Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-11-30T04:28:28.499Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-11-30T04:28:30.699Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-11-30T04:28:32.898Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-11-30T04:28:35.102Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-11-30T04:28:35.102Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-11-30T04:28:35.102Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-11-30T04:28:35.102Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-11-30T04:28:37.299Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-11-30T04:28:37.300Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-11-30T04:28:37.300Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-11-30T04:28:37.300Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-11-30T04:28:37.300Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-11-30T04:28:39.501Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-11-30T04:28:45.340Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-11-30T04:28:45.341Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-11-30T04:28:45.341Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-11-30T04:28:45.341Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-11-30T04:28:45.341Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-11-30T04:28:45.341Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-11-30T04:28:45.341Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-11-30T04:28:46.894Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-11-30T04:28:46.894Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-11-30T04:28:47.358Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-11-30T04:28:47.358Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-11-30T04:28:49.557Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-11-30T04:28:51.948Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-11-30T04:28:51.948Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-11-30T04:28:54.153Z] === RUN TestDockerSuite/TestRunEnvironment [2020-11-30T04:28:54.153Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-11-30T04:28:54.153Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-11-30T04:28:54.153Z] === RUN TestDockerSuite/TestRunExitCode [2020-11-30T04:28:56.352Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-11-30T04:28:58.553Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-11-30T04:29:00.753Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunExposePort [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-11-30T04:29:07.880Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-11-30T04:29:12.610Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-11-30T04:29:21.237Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-11-30T04:29:21.237Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModeHostname [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunMount [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-11-30T04:29:22.792Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-11-30T04:29:29.922Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-11-30T04:29:29.922Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-11-30T04:29:29.922Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-11-30T04:29:29.922Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-11-30T04:29:35.757Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetHost [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-11-30T04:29:40.483Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-11-30T04:29:40.948Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-11-30T04:29:41.929Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-11-30T04:29:44.863Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-11-30T04:29:46.417Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-11-30T04:29:47.971Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunPortInUse [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-11-30T04:29:50.170Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-11-30T04:29:50.635Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-11-30T04:29:50.635Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-11-30T04:29:53.566Z] === RUN TestDockerSuite/TestRunPublishPort [2020-11-30T04:29:53.566Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-11-30T04:29:53.566Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-11-30T04:29:53.566Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-11-30T04:29:53.566Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-11-30T04:29:53.566Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-11-30T04:30:02.195Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-11-30T04:30:02.195Z] === RUN TestDockerSuite/TestRunRm [2020-11-30T04:30:04.398Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-11-30T04:30:10.234Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-11-30T04:30:11.786Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-11-30T04:30:13.986Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-11-30T04:30:16.186Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-11-30T04:30:19.118Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-11-30T04:30:19.118Z] === RUN TestDockerSuite/TestRunState [2020-11-30T04:30:19.118Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-11-30T04:30:20.670Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-11-30T04:30:20.670Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-11-30T04:30:22.872Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-11-30T04:30:22.872Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-11-30T04:30:22.872Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-11-30T04:30:22.872Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-11-30T04:30:23.336Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-11-30T04:30:23.336Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUserByID [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUserByName [2020-11-30T04:30:28.066Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-11-30T04:30:30.264Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-11-30T04:30:30.265Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-11-30T04:30:32.473Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-11-30T04:30:32.473Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-11-30T04:30:32.473Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-11-30T04:30:35.405Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-11-30T04:30:42.533Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-11-30T04:30:46.301Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-11-30T04:30:52.139Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-11-30T04:30:52.139Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-11-30T04:30:52.139Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-11-30T04:30:55.070Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-11-30T04:30:57.270Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-11-30T04:30:59.472Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-11-30T04:31:04.201Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-11-30T04:31:05.754Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-11-30T04:31:07.954Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveImageId [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-11-30T04:31:12.690Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-11-30T04:31:14.890Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-11-30T04:31:15.354Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-11-30T04:31:15.819Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-11-30T04:31:15.819Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-11-30T04:31:18.017Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-11-30T04:31:23.851Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-11-30T04:31:24.316Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-11-30T04:31:32.943Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-11-30T04:31:32.943Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-11-30T04:31:36.713Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-11-30T04:31:36.713Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-11-30T04:31:36.713Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-11-30T04:31:36.713Z] === RUN TestDockerSuite/TestStartRecordError [2020-11-30T04:31:36.713Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestStatsNoStream [2020-11-30T04:31:43.838Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-11-30T04:31:45.394Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-11-30T04:31:47.594Z] === RUN TestDockerSuite/TestTopPrivileged [2020-11-30T04:31:47.594Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-11-30T04:31:49.794Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-11-30T04:32:07.555Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-11-30T04:32:09.110Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-11-30T04:32:09.110Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-11-30T04:32:17.732Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-11-30T04:32:17.732Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-11-30T04:32:18.196Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-11-30T04:32:18.196Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-11-30T04:32:18.660Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-11-30T04:32:27.292Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-11-30T04:32:27.292Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-11-30T04:32:27.292Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-11-30T04:32:27.292Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-11-30T04:32:27.292Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-11-30T04:32:34.433Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-11-30T04:32:34.897Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-11-30T04:32:34.897Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-11-30T04:32:49.776Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-11-30T04:32:49.776Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite (2619.76s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-30T04:32:49.776Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (162.40s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.88s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-30T04:32:49.776Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-30T04:32:49.776Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.54s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-11-30T04:32:49.776Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-11-30T04:32:49.776Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.21s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.08s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.72s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.58s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (126.82s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2020-11-30T04:32:49.776Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.98s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.73s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.81s) [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-11-30T04:32:49.776Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2020-11-30T04:32:49.776Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.17s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.52s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.62s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.12s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.48s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.00s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.23s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.59s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.79s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddTar (45.90s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.87s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.70s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.14s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.63s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.57s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.09s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.34s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.72s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.41s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.22s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.56s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.19s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.45s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-11-30T04:32:50.242Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.93s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCmd (0.61s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.64s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.19s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.26s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (7.02s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.85s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-11-30T04:32:50.242Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.05s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.25s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.70s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.42s) [2020-11-30T04:32:50.242Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (11.06s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.01s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.63s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.82s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.93s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.09s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.65s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.64s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignore (68.82s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.52s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.35s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.91s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.20s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.96s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.54s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.29s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.67s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.85s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (103.97s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.72s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.14s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.05s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.97s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.73s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.29s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.16s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.11s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.71s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFails (2.23s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.18s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.98s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (10.25s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.98s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.45s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.52s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.29s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.01s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildHistory (9.85s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.89s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.07s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.95s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabel (0.87s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.62s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.90s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabels (0.84s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.57s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.15s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.73s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.42s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.67s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.18s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.63s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.76s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.83s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.97s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.75s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.72s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.18s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.92s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.53s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.60s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.29s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.22s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.15s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.71s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.53s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.71s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.37s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.49s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.54s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.19s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.16s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.21s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.41s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.03s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildRm (14.89s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.44s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2020-11-30T04:32:50.243Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.50s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.76s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.45s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.17s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.18s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.02s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.63s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.81s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.40s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.55s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildStderr (5.36s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.17s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.12s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.36s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.41s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.76s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.97s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.56s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.67s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.11s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.92s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.27s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.67s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.69s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.77s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.10s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.53s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (24.10s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.44s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.13s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.40s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.80s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.55s) [2020-11-30T04:32:50.243Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.09s) [2020-11-30T04:32:50.243Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.07s) [2020-11-30T04:32:50.243Z] docker_cli_sni_test.go:18: Flakey test [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.03s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.86s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCommitChange (5.55s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.91s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCommitNewFile (11.83s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCommitTTY (7.42s) [2020-11-30T04:32:50.243Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.87s) [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.243Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-30T04:32:50.243Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.15s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.09s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.08s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.12s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.54s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.72s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.10s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.94s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.36s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.28s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.31s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.87s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.40s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.28s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.19s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.94s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.40s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.85s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.14s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.27s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.31s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.04s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.07s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.68s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.41s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.43s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.40s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.35s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00096e460_} (2.34s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1189407894_c:\foo_false____} (2.31s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1189407894_c:\foo_true____} (2.39s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.18s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.46s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.04s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.04s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.87s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.78s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.75s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.35s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.05s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.28s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpToDot (2.25s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCpToStdout (2.34s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.01s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (7.01s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.06s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.60s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateRM (0.34s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.22s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.26s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-30T04:32:50.244Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.98s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-11-30T04:32:50.244Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2020-11-30T04:32:50.244Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (7.16s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.27s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.32s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.26s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsCopy (5.55s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.26s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.14s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.84s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (8.44s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.42s) [2020-11-30T04:32:50.244Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.05s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsFilters (4.42s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsFormat (4.56s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsRename (2.57s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsResize (2.86s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.10s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.65s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.72s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.63s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-11-30T04:32:50.245Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.08s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.94s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2020-11-30T04:32:50.245Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2020-11-30T04:32:50.245Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-11-30T04:32:50.245Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.03s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.08s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.17s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.17s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.42s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.25s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecInspectID (4.79s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-11-30T04:32:50.245Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.43s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-30T04:32:50.245Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.31s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.69s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.10s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.99s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.04s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.04s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-11-30T04:32:50.245Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.95s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.94s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.73s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.07s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.45s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2020-11-30T04:32:50.245Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.55s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImportBadURL (2.46s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-11-30T04:32:50.245Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-11-30T04:32:50.245Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.14s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.20s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-11-30T04:32:50.245Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-11-30T04:32:50.245Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.02s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.08s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectDefault (2.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectHistory (5.14s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.15s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.93s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.20s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.99s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.10s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectStatus (2.59s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.45s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.26s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.10s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.34s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.40s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.10s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.07s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-30T04:32:50.245Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-11-30T04:32:50.245Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.95s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.82s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.65s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.36s) [2020-11-30T04:32:50.245Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-11-30T04:32:50.245Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.15s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.51s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.76s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.68s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.54s) [2020-11-30T04:32:50.245Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.40s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.37s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.40s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestLogsSince (9.00s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestLogsTail (2.52s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.48s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.19s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.29s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-11-30T04:32:50.246Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.15s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsByOrder (8.74s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.63s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.40s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.31s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.30s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.02s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.52s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.52s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.30s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.77s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-11-30T04:32:50.246Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.16s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.30s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.22s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (23.62s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.08s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.34s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.14s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.25s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.96s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.82s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.80s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.03s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.57s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.02s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.82s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiTag (0.81s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.33s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.62s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.57s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.40s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.17s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.31s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.19s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.74s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.23s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.15s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.10s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.38s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.09s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.90s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.06s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.16s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.25s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.14s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.08s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.10s) [2020-11-30T04:32:50.246Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.55s) [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-11-30T04:32:50.246Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.246Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.30s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.14s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.31s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.16s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunExitCode (2.11s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.21s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.27s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.15s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.21s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.32s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.94s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.19s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.02s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.31s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.22s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.24s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.13s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.85s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.40s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunRm (2.19s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.54s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.32s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.14s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.15s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.55s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.08s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.98s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.90s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.08s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.12s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.90s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.44s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.23s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.00s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.68s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.16s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.25s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.33s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.77s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.01s) [2020-11-30T04:32:50.247Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.51s) [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-30T04:32:50.247Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-11-30T04:32:50.247Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-30T04:32:50.248Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.248Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-30T04:32:50.248Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.41s) [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.44s) [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.27s) [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.15s) [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.33s) [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.15s) [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.31s) [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.13s) [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.713Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-11-30T04:32:50.713Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.36s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.26s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.41s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.36s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.73s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (7.89s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.48s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.98s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.70s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.26s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.87s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.46s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-11-30T04:32:50.714Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.46s) [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-11-30T04:32:50.714Z] --- PASS: TestDockerRegistrySuite (0.16s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-11-30T04:32:50.714Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-11-30T04:32:50.714Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-11-30T04:32:50.714Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-30T04:32:50.714Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthTokenSuite [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-11-30T04:32:50.714Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-11-30T04:32:50.715Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] === RUN TestDockerDaemonSuite [2020-11-30T04:32:50.715Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-11-30T04:32:50.715Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-11-30T04:32:50.715Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-11-30T04:32:50.715Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] === RUN TestDockerSwarmSuite [2020-11-30T04:32:50.715Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-11-30T04:32:50.715Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-11-30T04:32:50.715Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] === RUN TestDockerExternalVolumeSuite [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] === RUN TestDockerNetworkSuite [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] === RUN TestDockerHubPullSuite [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-11-30T04:32:50.715Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] PASS [2020-11-30T04:32:50.715Z] ok github.com/docker/docker/integration-cli 2620.631s [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === Skipped [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-11-30T04:32:50.715Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-11-30T04:32:50.715Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-11-30T04:32:50.715Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-11-30T04:32:50.715Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2020-11-30T04:32:50.715Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.56s) [2020-11-30T04:32:50.715Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.88s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-11-30T04:32:50.715Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2020-11-30T04:32:50.715Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.715Z] [2020-11-30T04:32:50.715Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-11-30T04:32:50.715Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.42s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.42s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.18s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.18s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.46s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2020-11-30T04:32:50.716Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.44s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.43s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.44s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.44s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.55s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.55s) [2020-11-30T04:32:50.716Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.09s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.09s) [2020-11-30T04:32:50.716Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.07s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.07s) [2020-11-30T04:32:50.716Z] docker_cli_sni_test.go:18: Flakey test [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-30T04:32:50.716Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-11-30T04:32:50.716Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.716Z] [2020-11-30T04:32:50.716Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.04s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.04s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.03s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.04s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.04s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.03s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.03s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2020-11-30T04:32:50.717Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-11-30T04:32:50.717Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-11-30T04:32:50.717Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2020-11-30T04:32:50.717Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.717Z] [2020-11-30T04:32:50.717Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2020-11-30T04:32:50.718Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2020-11-30T04:32:50.718Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2020-11-30T04:32:50.718Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2020-11-30T04:32:50.718Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-11-30T04:32:50.718Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-11-30T04:32:50.718Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-11-30T04:32:50.718Z] [2020-11-30T04:32:50.718Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-11-30T04:32:50.718Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2020-11-30T04:32:51.184Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2020-11-30T04:32:51.184Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2020-11-30T04:32:51.184Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2020-11-30T04:32:51.184Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2020-11-30T04:32:51.184Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-11-30T04:32:51.184Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2020-11-30T04:32:51.184Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2020-11-30T04:32:51.184Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2020-11-30T04:32:51.184Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.184Z] [2020-11-30T04:32:51.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-11-30T04:32:51.184Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-11-30T04:32:51.185Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-11-30T04:32:51.185Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-11-30T04:32:51.185Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-11-30T04:32:51.185Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-11-30T04:32:51.185Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-11-30T04:32:51.185Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2020-11-30T04:32:51.185Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-11-30T04:32:51.185Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.185Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-11-30T04:32:51.186Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.186Z] [2020-11-30T04:32:51.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-11-30T04:32:51.186Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-11-30T04:32:51.187Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.187Z] [2020-11-30T04:32:51.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-11-30T04:32:51.187Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2020-11-30T04:32:51.188Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-11-30T04:32:51.188Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.188Z] [2020-11-30T04:32:51.188Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-30T04:32:51.188Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-11-30T04:32:51.189Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.189Z] [2020-11-30T04:32:51.189Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-30T04:32:51.189Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-30T04:32:51.653Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-30T04:32:51.653Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-30T04:32:51.653Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-30T04:32:51.653Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-30T04:32:51.653Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-30T04:32:51.653Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-11-30T04:32:51.653Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.653Z] [2020-11-30T04:32:51.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-30T04:32:51.654Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-30T04:32:51.654Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-30T04:32:51.654Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-30T04:32:51.654Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-30T04:32:51.654Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-11-30T04:32:51.654Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] DONE 1093 tests, 547 skipped in 2631.135s [2020-11-30T04:32:51.654Z] INFO: Integration tests ended at 11/30/2020 04:32:51. Duration:00:43:51.2421539 [2020-11-30T04:32:51.654Z] INFO: Docker info of the daemon under test at end of run [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] Containers: 2 [2020-11-30T04:32:51.654Z] Running: 0 [2020-11-30T04:32:51.654Z] Paused: 0 [2020-11-30T04:32:51.654Z] Stopped: 2 [2020-11-30T04:32:51.654Z] Images: 18 [2020-11-30T04:32:51.654Z] Server Version: 0.0.0-dev [2020-11-30T04:32:51.654Z] Storage Driver: windowsfilter [2020-11-30T04:32:51.654Z] Windows: [2020-11-30T04:32:51.654Z] Logging Driver: json-file [2020-11-30T04:32:51.654Z] Plugins: [2020-11-30T04:32:51.654Z] Volume: local [2020-11-30T04:32:51.654Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-11-30T04:32:51.654Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-11-30T04:32:51.654Z] Swarm: inactive [2020-11-30T04:32:51.654Z] Default Isolation: process [2020-11-30T04:32:51.654Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-11-30T04:32:51.654Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577) [2020-11-30T04:32:51.654Z] OSType: windows [2020-11-30T04:32:51.654Z] Architecture: x86_64 [2020-11-30T04:32:51.654Z] CPUs: 4 [2020-11-30T04:32:51.654Z] Total Memory: 32GiB [2020-11-30T04:32:51.654Z] Name: azwin-2-6b01c0 [2020-11-30T04:32:51.654Z] ID: MPBG:PIRX:VR2B:ZE5O:XVCN:5I4L:YREP:CNAJ:27KP:HZ3U:EPPS:MLDO [2020-11-30T04:32:51.654Z] Docker Root Dir: D:\CI\PR-41728\3\daemon [2020-11-30T04:32:51.654Z] Debug Mode (client): false [2020-11-30T04:32:51.654Z] Debug Mode (server): true [2020-11-30T04:32:51.654Z] File Descriptors: -1 [2020-11-30T04:32:51.654Z] Goroutines: 17 [2020-11-30T04:32:51.654Z] System Time: 2020-11-30T04:32:51.1943311Z [2020-11-30T04:32:51.654Z] EventsListeners: 0 [2020-11-30T04:32:51.654Z] Registry: https://index.docker.io/v1/ [2020-11-30T04:32:51.654Z] Labels: [2020-11-30T04:32:51.654Z] Experimental: false [2020-11-30T04:32:51.654Z] Insecure Registries: [2020-11-30T04:32:51.654Z] 127.0.0.0/8 [2020-11-30T04:32:51.654Z] Live Restore Enabled: false [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] [2020-11-30T04:32:51.654Z] INFO: Stopping daemon under test [2020-11-30T04:32:51.654Z] SUCCESS: The process with PID 6116 (child process of PID 6120) has been terminated. [2020-11-30T04:32:51.654Z] SUCCESS: The process with PID 6120 (child process of PID 1520) has been terminated. [2020-11-30T04:32:52.118Z] INFO: Stop tailing logs of the daemon under tests [2020-11-30T04:32:52.118Z] INFO: executeCI.ps1 Completed successfully at 11/30/2020 04:32:51. [2020-11-30T04:32:52.118Z] INFO: Tidying up at end of run [2020-11-30T04:32:52.118Z] INFO: Saving daemon under test log (d:\CI\PR-41728\3\dut.out) to bundles\CIDUT.out [2020-11-30T04:32:52.118Z] INFO: Saving daemon under test log (d:\CI\PR-41728\3\dut.err) to bundles\CIDUT.err [2020-11-30T04:32:52.118Z] INFO: Nuke-Everything... [2020-11-30T04:32:52.118Z] INFO: Container count on control daemon to delete is 2 [2020-11-30T04:32:53.098Z] 16cec8ad53ec [2020-11-30T04:32:53.098Z] d9fee81df6f0 [2020-11-30T04:32:53.098Z] INFO: Tidying pidfile d:\CI\PR-41728\3\docker.pid [2020-11-30T04:32:53.098Z] INFO: Nuking d:\CI [2020-11-30T04:33:35.747Z] INFO: Zapped successfully [2020-11-30T04:33:35.747Z] [2020-11-30T04:33:35.747Z] INFO: executeCI.ps1 exiting at Mon Nov 30 04:33:29 CUT 2020. Duration 01:13:23.8057504 [2020-11-30T04:33:35.747Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-11-30T04:33:35.996Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-11-30T04:33:45.095Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-11-30T04:33:46.863Z] Archiving artifacts [2020-11-30T04:34:01.111Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41728/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-11-30T04:34:02.054Z] + make clean [2020-11-30T04:34:04.988Z] docker volume rm -f docker-dev-cache [2020-11-30T04:34:04.988Z] 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